From e7a7e876c6c75fb21960f336a8bd154a2e732c98 Mon Sep 17 00:00:00 2001
From: fanluyan <754122931@qq.com>
Date: Fri, 12 Jan 2024 09:11:18 +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/icdConfig/colDialog.vue | 11 +++++++++--
src/views/icdConfig/index.vue | 20 +++++++++++++++-----
2 files changed, 24 insertions(+), 7 deletions(-)
diff --git a/src/views/icdConfig/colDialog.vue b/src/views/icdConfig/colDialog.vue
index 0c503355..4146d6f5 100644
--- a/src/views/icdConfig/colDialog.vue
+++ b/src/views/icdConfig/colDialog.vue
@@ -16,11 +16,16 @@
style="width: 100%"
height="calc(100% - 0px)"
>
-
+
+
+ {{ scope.row.doName }} ({{ scope.row.description }})
+
+
{{ item.name
- }}({{ item.comment }})
+ }}({{ item.comment }})
{{
diff --git a/src/views/icdConfig/index.vue b/src/views/icdConfig/index.vue
index 75f72077..f7933bac 100644
--- a/src/views/icdConfig/index.vue
+++ b/src/views/icdConfig/index.vue
@@ -52,11 +52,16 @@
-
+
+
+ {{ scope.row.lnClass }} ({{ scope.row.lnDesc }})
+
+
+ :key="item.name"
+ :label="item.name"
+ :value="item.name"
+ >
+ {{ item.name }}
+ ({{ item.comment }})
{{
scope.row.tableName