From cdae77e028f12e7d6a7e61b29fc9bcdd76d0ec06 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Mon, 8 Jan 2024 17:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AEtablename=E5=92=8Ccolname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/api/index.js | 9 ++ src/views/icdConfig/colDialog.vue | 180 +++++++++++++++++++++++++ src/views/icdConfig/index.vue | 217 +++++++++++++----------------- 3 files changed, 282 insertions(+), 124 deletions(-) create mode 100644 src/views/icdConfig/colDialog.vue diff --git a/src/utils/api/index.js b/src/utils/api/index.js index 5eb8d33c..343ba345 100644 --- a/src/utils/api/index.js +++ b/src/utils/api/index.js @@ -102,6 +102,15 @@ export function colListApi(data) { }, }); } +//更新更新ICD类型属性配置 + +export function icdupdateAttApi(data) { + return request({ + url: "/icdconfig/updateAtt", + method: "post", + data, + }); +} //设备台账管理列表api //变电站相关接口 diff --git a/src/views/icdConfig/colDialog.vue b/src/views/icdConfig/colDialog.vue new file mode 100644 index 00000000..35af6e29 --- /dev/null +++ b/src/views/icdConfig/colDialog.vue @@ -0,0 +1,180 @@ + + + + + + + + + + + + + {{ + scope.row.colName + }} + + + + + + + colName配置 + + + 保存 + + + + + + + + + + + + diff --git a/src/views/icdConfig/index.vue b/src/views/icdConfig/index.vue index ee12109e..eb21a2a8 100644 --- a/src/views/icdConfig/index.vue +++ b/src/views/icdConfig/index.vue @@ -53,18 +53,56 @@ - - - + + + + + + + {{ + scope.row.tableName + }} + + + - + 修改 + tableName配置 + + + 保存 + + colName配置 - - - - - - - - - - - - - - - - - - +