From eb39d866316248088902237500fa663dd1013d56 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Mon, 31 Jul 2023 16:35:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/log/OperatorLogList.vue | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/jero-web/src/views/system/log/OperatorLogList.vue b/jero-web/src/views/system/log/OperatorLogList.vue index cce9bdaf..2e99714d 100644 --- a/jero-web/src/views/system/log/OperatorLogList.vue +++ b/jero-web/src/views/system/log/OperatorLogList.vue @@ -127,23 +127,24 @@ export default { align: 'center', sorter: true }, + // { + // title: '日志类型', + // dataIndex: 'logType_dictText', + // align: 'center' + // }, { - title: '日志类型', - dataIndex: 'logType_dictText', + title: '操作类型', + dataIndex: 'operateType_dictText', align: 'center' + }, { title: '创建时间', dataIndex: 'createTime', align: 'center', sorter: true - }, - { - title: '操作类型', - dataIndex: 'operateType_dictText', - align: 'center' - } + ], operateColumn: {