refactor: ♻️ pageModal组件,代码重构,更新使用案例

This commit is contained in:
超凡
2025-04-20 23:24:37 +08:00
parent bf16ca5963
commit ce748496c6
9 changed files with 407 additions and 428 deletions

View File

@@ -112,12 +112,12 @@ const contentConfig: IContentConfig<UserPageQuery> = {
{
name: "detail",
text: "详情",
attrs: { icon: "Document" },
attrs: { icon: "Document", type: "primary" },
},
{
name: "reset_pwd",
text: "重置密码",
perm: "password:reset",
// perm: "password-reset",
attrs: {
icon: "refresh-left",
// color: "#626AEF", // 使用 text 属性,颜色不生效