😎代码清理

This commit is contained in:
zuohuaijun 2024-12-26 14:58:36 +08:00
parent 0c99c6b831
commit 7b8b9b7af2

View File

@ -175,16 +175,16 @@ const echartsOption = ref({
}); });
// //
const localPageParamKey = 'localPageParam:sysOpLog'; const localPageParamKey = 'localPageParam:sysMsgLog';
// //
const options = useVxeTable<SysLogMsg>( const options = useVxeTable<SysLogMsg>(
{ {
id: 'sysOpLog', id: 'sysMsgLog',
name: '操作日志', name: '消息日志',
columns: [ columns: [
// { type: 'checkbox', width: 40 }, // { type: 'checkbox', width: 40 },
{ type: 'seq', title: '序号', width: 60, fixed: 'left' }, { 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' }, { field: 'title', title: '消息标题', minWidth: 120, showOverflow: 'tooltip' },
{ {
title: '接收者', title: '接收者',