From 6c0de5428581dd02cbd8e89d5e62cab996acf0e5 Mon Sep 17 00:00:00 2001 From: RenCheng Date: Wed, 23 Apr 2025 09:34:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/modules/dataIndexingModal.vue | 2 +- src/views/system/LogList.vue | 18 +++++++++--------- src/views/system/OptionLog.vue | 18 +++++++++--------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/views/data/modules/dataIndexingModal.vue b/src/views/data/modules/dataIndexingModal.vue index 4eec415..29e74ca 100644 --- a/src/views/data/modules/dataIndexingModal.vue +++ b/src/views/data/modules/dataIndexingModal.vue @@ -14,7 +14,7 @@ - + diff --git a/src/views/system/LogList.vue b/src/views/system/LogList.vue index f5b8490..9d74d2e 100644 --- a/src/views/system/LogList.vue +++ b/src/views/system/LogList.vue @@ -57,9 +57,9 @@ - +
@@ -142,13 +142,13 @@ export default { align: "center", sorter: true }, - { - title: '操作', - dataIndex: 'action', - align: "center", - width: 180, - scopedSlots: { customRender: 'action' }, - } + // { + // title: '操作', + // dataIndex: 'action', + // align: "center", + // width: 180, + // scopedSlots: { customRender: 'action' }, + // } ], operateColumn: { diff --git a/src/views/system/OptionLog.vue b/src/views/system/OptionLog.vue index 55d8ec6..4500c53 100644 --- a/src/views/system/OptionLog.vue +++ b/src/views/system/OptionLog.vue @@ -47,9 +47,9 @@ - +
@@ -126,13 +126,13 @@ export default { align: "center", sorter: true }, - { - title: '操作', - dataIndex: 'action', - align: "center", - width: 180, - scopedSlots: { customRender: 'action' }, - } + // { + // title: '操作', + // dataIndex: 'action', + // align: "center", + // width: 180, + // scopedSlots: { customRender: 'action' }, + // } ], operateColumn: {