feature: 用户管理

This commit is contained in:
zhengxinonly
2023-10-29 15:19:14 +08:00
parent 6daad895b4
commit 261ac32825
7 changed files with 333 additions and 8 deletions
+2 -2
View File
@@ -155,7 +155,7 @@
{ field: "id", title: "ID", width: 80, sort: true },
{ field: "name", title: "用户名", width: 120 },
{ field: "code", title: "用户标识", width: 160 },
{ field: "desc", title: "描述", minWidth: 80 },
{ field: "desc", title: "描述", maxWidth: 120 },
{ field: "ids", title: "权限列表", width: 100 },
{
fixed: "right",
@@ -176,7 +176,7 @@
content: $("#role-form"),
area: ["50%", "80%"],
});
form.render($("#role"));
form.render($("#role-form"));
}
});