| | |
| | | icon="el-icon-guide" |
| | | v-if="permission.odm_task_handle && scope.row.taskId == null" |
| | | @click.stop="atHandle(scope.row, scope.index)" |
| | | >立即处理 |
| | | >立即启动 |
| | | </el-button> |
| | | </template> |
| | | </avue-crud> |
| | |
| | | ], |
| | | }, |
| | | { |
| | | label: '所在机场名称', |
| | | prop: 'airportName', |
| | | labelWidth: 130, |
| | | }, |
| | | { |
| | | label: '图片数量', |
| | | prop: 'imageCount', |
| | | width:100, |
| | | }, |
| | | { |
| | | label: '拼图耗时', |
| | | prop: 'processingTime', |
| | | width:100, |
| | | }, |
| | | { |
| | | label: '进度', |
| | |
| | | type: 'select', |
| | | search: true, |
| | | searchSpan: 4, |
| | | width:100, |
| | | dicData: [ |
| | | { |
| | | label: '待处理', |
| | | label: '待启动', |
| | | value: 0, |
| | | }, |
| | | { |
| | | label: '图片上传中', |
| | | label: '待处理', |
| | | value: 10, |
| | | }, |
| | | { |
| | |
| | | label: '已完成', |
| | | value: 40, |
| | | }, |
| | | { |
| | | label: '已取消', |
| | | value: 50, |
| | | }, |
| | | ], |
| | | }, |
| | | |
| | |
| | | width: 160, |
| | | format: 'YYYY-MM-DD HH:mm:ss', |
| | | // valueFormat: 'YYYY-MM-DD HH:mm:ss', |
| | | }, |
| | | } |
| | | ], |
| | | }, |
| | | data: [], |