From 4182e6e52e4d3b7bfc4909597307168d3be6c441 Mon Sep 17 00:00:00 2001 From: RenCheng Date: Sat, 24 May 2025 21:40:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A456=2081?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/dataIndexing.vue | 18 +++++++++--------- src/views/data/thematicLibrary.vue | 7 +------ 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/src/views/data/dataIndexing.vue b/src/views/data/dataIndexing.vue index eeec3e0..7b3fc31 100644 --- a/src/views/data/dataIndexing.vue +++ b/src/views/data/dataIndexing.vue @@ -24,9 +24,9 @@ - + @@ -115,13 +115,13 @@ export default { align: "center", dataIndex: 'columnPosition', }, - { - title: '操作', - dataIndex: 'action', - align: "center", - width: 260, - scopedSlots: { customRender: 'action' }, - } + // { + // title: '操作', + // dataIndex: 'action', + // align: "center", + // width: 260, + // scopedSlots: { customRender: 'action' }, + // } ], dataTypedataSources:[], } diff --git a/src/views/data/thematicLibrary.vue b/src/views/data/thematicLibrary.vue index de30a5e..bc0a834 100644 --- a/src/views/data/thematicLibrary.vue +++ b/src/views/data/thematicLibrary.vue @@ -83,12 +83,7 @@ customRender: () => { return this.datatypequeryParam.schemaDesc; } - }, - { - title: '标签类型', - align:"center", - dataIndex: 'tagNames' - }, + } ], tableScrollY: 0, }