From 7b8b9b7af22455598b1911358c3a33f3a8fb2089 Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Thu, 26 Dec 2024 14:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E4=BB=A3=E7=A0=81=E6=B8=85?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/views/system/log/logmsg/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Web/src/views/system/log/logmsg/index.vue b/Web/src/views/system/log/logmsg/index.vue index d5194b5b..c213e5a8 100644 --- a/Web/src/views/system/log/logmsg/index.vue +++ b/Web/src/views/system/log/logmsg/index.vue @@ -175,16 +175,16 @@ const echartsOption = ref({ }); // 本地存储参数 -const localPageParamKey = 'localPageParam:sysOpLog'; +const localPageParamKey = 'localPageParam:sysMsgLog'; // 表格参数配置 const options = useVxeTable( { - id: 'sysOpLog', - name: '操作日志', + id: 'sysMsgLog', + name: '消息日志', columns: [ // { type: 'checkbox', width: 40 }, { type: 'seq', title: '序号', width: 60, fixed: 'left' }, - { field: 'createTime', title: '日志时间', minWidth: 160, showOverflow: 'tooltip' }, + { field: 'createTime', title: '消息时间', minWidth: 160, showOverflow: 'tooltip' }, { field: 'title', title: '消息标题', minWidth: 120, showOverflow: 'tooltip' }, { title: '接收者',