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, }