feat: 通知中心

This commit is contained in:
wwz
2025-04-10 14:29:10 +08:00
parent c5f75a20af
commit 5b30b23ad3
11 changed files with 90 additions and 48 deletions

View File

@@ -57,13 +57,13 @@ const contentConfig: IContentConfig = {
align: "center",
prop: "createTime",
},
{
label: "状态",
align: "center",
prop: "status",
templet: 'custom',
slotName: 'switch'
},
// {
// label: "状态",
// align: "center",
// prop: "status",
// templet: 'custom',
// slotName: 'switch'
// },
{
label: "操作",
@@ -71,7 +71,7 @@ const contentConfig: IContentConfig = {
fixed: "right",
width: 280,
templet: "tool",
operat: ["edit", 'delete'],
operat: ["edit", "delete"],
},
],
};