From 1644f8e6ebbff4e9bb844e1eb9609825caaa36a0 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 18 Dec 2025 17:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/project/index.vue | 24 +++++++++++++++++-- .../toolsManage/codeToolsLedger/index.vue | 2 +- .../toolsApplication/components/AddCode.vue | 14 +++++------ vue.config.js | 6 ++--- 4 files changed, 33 insertions(+), 13 deletions(-) diff --git a/src/views/system/project/index.vue b/src/views/system/project/index.vue index 217fdf5b..1adf6eaf 100644 --- a/src/views/system/project/index.vue +++ b/src/views/system/project/index.vue @@ -233,14 +233,27 @@ - + /> --> + + + @@ -449,6 +462,13 @@ export default { submitLoading: false, isAdd: true, isView: false, + voltageList: [ + { value: '35kv及以下', label: '35kv及以下' }, + { value: '110kv', label: '110kv' }, + { value: '220kv', label: '220kv' }, + { value: '500kv', label: '500kv' }, + { value: '500kv以上', label: '500kv以上' } + ], // 搜索参数 searchParams: { diff --git a/src/views/toolsManage/codeToolsLedger/index.vue b/src/views/toolsManage/codeToolsLedger/index.vue index c26a7eff..a53b497d 100644 --- a/src/views/toolsManage/codeToolsLedger/index.vue +++ b/src/views/toolsManage/codeToolsLedger/index.vue @@ -648,7 +648,7 @@ export default { } }, handleDialog(row, type) { - this.dialogTitle = type ? '编码设备详情' : '编码设备编辑' + this.dialogTitle = type ? '编码工具详情' : '编码工具编辑' this.isView = type this.dialogVisible = true this.getManufacturerSelect() diff --git a/src/views/toolsManage/toolsApplication/components/AddCode.vue b/src/views/toolsManage/toolsApplication/components/AddCode.vue index 7c0cae72..58205973 100644 --- a/src/views/toolsManage/toolsApplication/components/AddCode.vue +++ b/src/views/toolsManage/toolsApplication/components/AddCode.vue @@ -118,8 +118,8 @@ style="width: 150px" />