From b6906eaa63db8f760b6401f5041e9b7c9ea3055b Mon Sep 17 00:00:00 2001 From: RenCheng Date: Sun, 9 Mar 2025 13:33:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE=E7=BC=96?= =?UTF-8?q?=E7=9B=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/dataCataloguing.vue | 250 ++++++++++++++++++++--------- 1 file changed, 178 insertions(+), 72 deletions(-) diff --git a/src/views/data/dataCataloguing.vue b/src/views/data/dataCataloguing.vue index 5b756dd..9577064 100644 --- a/src/views/data/dataCataloguing.vue +++ b/src/views/data/dataCataloguing.vue @@ -3,25 +3,25 @@
- + - - - - - - - - {{ d.cnName }} + + + {{ d.tagName }} + + + + + - 查询 + 查询 @@ -29,38 +29,39 @@
- - - + :pagination="false" + :scroll="{ y: dynamicHeight }" + :columns="tagcolumns" + :dataSource="dataRefsSources">
- 添加标签 + 添加标签
- 移除标签 + 移除标签
- + - + - 查询 + 查询 @@ -70,13 +71,14 @@ - - - + :dataSource="dataSource">
@@ -88,9 +90,11 @@