diff --git a/src/views/workbench/components/measureManage.vue b/src/views/workbench/components/measureManage.vue index 7f8d06e..2aa0b87 100644 --- a/src/views/workbench/components/measureManage.vue +++ b/src/views/workbench/components/measureManage.vue @@ -25,6 +25,18 @@ const resultAnalysis = ref([]) as any const dateRange = ref<[DateModelType, DateModelType]>(['', ''])// 筛选时间段数据 +const columns = [ + { text: '被核查标准装置名称', value: 'standardEquipmentName', align: 'center', required: true }, + { text: '最近一次核查时间', value: 'checkDate', align: 'center', required: true, width: '120' }, +] +const list = [ + { + standardEquipmentName: '要改的数据1', + }, + { + standardEquipmentName: '要改的数据2', + }, +] // ------------------------------------------字典---------------------------------------------- const groupCodeList = ref([]) as any // 组别 const labCodeList = ref([]) // 实验室 @@ -261,42 +273,32 @@ /> - -
- -
-
- 检校智能模型分析 -
- - -
- -
-
- 检校结果分析 -
- - -
+
+ 核查列表
+ + + + +