| | |
| | | const loading = ref(false) |
| | | const list = ref() |
| | | const params = ref({ |
| | | way_line_jod_info_id: null, |
| | | way_line_job_info_id: null, |
| | | event_name: '', |
| | | ai_types: [], // 算法类型 |
| | | start_date: null, |
| | |
| | | }, |
| | | }); |
| | | } |
| | | const wayLineJodInfoId = inject('wayLineJodInfoId') |
| | | const wayLineJobInfoId = inject('wayLineJobInfoId') |
| | | |
| | | const getList = () => { |
| | | if (!wayLineJodInfoId.value) return |
| | | params.value.way_line_jod_info_id = wayLineJodInfoId.value |
| | | if (!wayLineJobInfoId.value) return |
| | | params.value.way_line_job_info_id = wayLineJobInfoId.value |
| | | params.value.batchNo = props.batchNo |
| | | loading.value = true |
| | | getDeviceEventList(params.value, sizeParams.value).then(res => { |
| | |
| | | display: flex; |
| | | justify-content: space-between; |
| | | font-size: 14px; |
| | | |
| | | |
| | | .btn { |
| | | width: 80px; |
| | | height: 32px; |
| | |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | |
| | | |
| | | img { |
| | | width: 14px; |
| | | height: 14px; |