From 1cc2ab79cd9a85ad61b07116f77e01370a28a10d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=90=8C=E5=AD=A6?= Date: Wed, 22 Oct 2025 15:07:32 +0800 Subject: [PATCH] =?UTF-8?q?UPDATE:=201=E3=80=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/plan/planList/index.vue | 6 +- .../system/dictionary/dictData/index.vue | 264 ++++++++++-------- .../system/dictionary/dictType/index.vue | 173 +++++++----- 3 files changed, 253 insertions(+), 190 deletions(-) diff --git a/frontend/src/views/plan/planList/index.vue b/frontend/src/views/plan/planList/index.vue index 853d601..0440f42 100644 --- a/frontend/src/views/plan/planList/index.vue +++ b/frontend/src/views/plan/planList/index.vue @@ -577,7 +577,11 @@ const importClick = () => { // 点击导出按钮 const exportClick = () => { - ElMessageBox.confirm('确认导出检测计划?', '温馨提示', { type: 'warning' }).then(() => { + ElMessageBox.confirm('确认导出检测计划?', '温馨提示', { + type: 'warning', + confirmButtonText: '确定', + cancelButtonText: '取消' + }).then(() => { useDownload( exportPlan, '检测计划导出数据', diff --git a/frontend/src/views/system/dictionary/dictData/index.vue b/frontend/src/views/system/dictionary/dictData/index.vue index 8630848..dc8f757 100644 --- a/frontend/src/views/system/dictionary/dictData/index.vue +++ b/frontend/src/views/system/dictionary/dictData/index.vue @@ -1,154 +1,194 @@ diff --git a/frontend/src/views/system/dictionary/dictType/index.vue b/frontend/src/views/system/dictionary/dictType/index.vue index 648e3b6..3c1ea24 100644 --- a/frontend/src/views/system/dictionary/dictType/index.vue +++ b/frontend/src/views/system/dictionary/dictType/index.vue @@ -1,43 +1,62 @@ -