diff --git a/src/views/govern/device/control/analysisList/index.vue b/src/views/govern/device/control/analysisList/index.vue index 9b58451..62e8b1c 100644 --- a/src/views/govern/device/control/analysisList/index.vue +++ b/src/views/govern/device/control/analysisList/index.vue @@ -26,10 +26,9 @@ const tableStore: any = new TableStore({ // { width: '60', type: 'checkbox', fixed: 'left' }, { title: '序号', type: 'seq', width: 80 }, { field: 'projectName', title: '工程名称', minWidth: 170 }, - // { field: 'allCount', title: '数据总数(条)', minWidth: 170 }, - { field: 'successCount', title: '已入库总数(条)', minWidth: 170 }, - { field: 'startTime', title: '起始时间', minWidth: 170 }, - { field: 'endTime', title: '结束时间', minWidth: 170 }, + { field: 'successCount', title: '成功解析数', minWidth: 170 }, + { field: 'startTime', title: '导入开始时间', minWidth: 170 }, + { field: 'endTime', title: '导入结束时间', minWidth: 170 }, { title: '解析状态', field: 'status', @@ -116,8 +115,5 @@ defineExpose({ open }) diff --git a/src/views/govern/device/control/analysisList/popup.vue b/src/views/govern/device/control/analysisList/popup.vue index 800857c..d1a5da4 100644 --- a/src/views/govern/device/control/analysisList/popup.vue +++ b/src/views/govern/device/control/analysisList/popup.vue @@ -1,8 +1,25 @@