feat: 通知中心
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user