From bb91cd6f83c2960e5c7992fccf75fad6b312f1b7 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Tue, 15 Oct 2024 16:41:41 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=A7=A3=E6=9E=90=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../device/control/analysisList/index.vue | 10 ++--- .../device/control/analysisList/popup.vue | 38 ++++++++++++++----- 2 files changed, 31 insertions(+), 17 deletions(-) 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 @@