😎代码清理
This commit is contained in:
parent
0c99c6b831
commit
7b8b9b7af2
@ -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: '接收者',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user