初始化项目

This commit is contained in:
2026-03-25 22:34:17 +08:00
parent 39db00e022
commit c3e7288953
18 changed files with 214 additions and 93 deletions

View File

@@ -130,6 +130,7 @@
sorter: true,
width: 130,
align: 'center',
dictType: 'msg_type',
},
{
title: t('是否已读'),
@@ -138,6 +139,7 @@
sorter: true,
width: 130,
align: 'center',
dictType: 'read_flag',
},
{
title: t('是否关闭'),
@@ -146,6 +148,7 @@
sorter: true,
width: 130,
align: 'center',
dictType: 'click_close',
},
{
title: t('额外信息'),
@@ -186,6 +189,7 @@
sorter: true,
width: 130,
align: 'center',
dictType: 'notice_status',
},
];