From df4ed43422abd8a6b653989818eafb259259912e Mon Sep 17 00:00:00 2001 From: RenCheng Date: Sun, 22 Jun 2025 12:50:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=93=8D=E4=BD=9C=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataSearch/sourceDatabase/index.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/views/dataSearch/sourceDatabase/index.vue b/src/views/dataSearch/sourceDatabase/index.vue index b9ac386..0e5cb99 100644 --- a/src/views/dataSearch/sourceDatabase/index.vue +++ b/src/views/dataSearch/sourceDatabase/index.vue @@ -392,14 +392,6 @@ export default { width: 180 }) }) - this.columns.push({ - fixed: 'right', - align: 'center', - width: 100, - title: '操作', - dataIndex: 'operation', - scopedSlots: { customRender: 'operation' }, - }) } const pagination = { ...this.pagination }