| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div class="search_form"> |
| | | <div class="search_form mb20"> |
| | | <div class="search-row"> |
| | | <div class="search-item"> |
| | | <span class="search_title">工单编号:</span> |
| | |
| | | </div> |
| | | <template #footer> |
| | | <span class="dialog-footer"> |
| | | <el-button @click="assignReporterDialogVisible = false">取消</el-button> |
| | | <el-button type="primary" |
| | | @click="handleSaveReporters">确定</el-button> |
| | | <el-button @click="assignReporterDialogVisible = false">取消</el-button> |
| | | </span> |
| | | </template> |
| | | </el-dialog> |
| | |
| | | width: "180", |
| | | }, |
| | | { |
| | | label: "车间", |
| | | prop: "workshopName", |
| | | width: "180", |
| | | }, |
| | | { |
| | | label: "操作", |
| | | width: "200", |
| | | align: "center", |