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