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 @@ -