mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:19:45 +08:00
管理人员角色删除功能以及选择权限弹窗样式优化
This commit is contained in:
@@ -177,6 +177,7 @@ export const SystemAdminrolesCreate: React.FC<PropInterface> = ({
|
||||
</Form.Item>
|
||||
<Form.Item label="操作权限" name="action_ids">
|
||||
<TreeSelect
|
||||
listHeight={600}
|
||||
style={{ width: 424 }}
|
||||
treeCheckable={true}
|
||||
placeholder="请选择权限"
|
||||
@@ -187,6 +188,7 @@ export const SystemAdminrolesCreate: React.FC<PropInterface> = ({
|
||||
</Form.Item>
|
||||
<Form.Item label="数据权限" name="permission_ids">
|
||||
<TreeSelect
|
||||
listHeight={600}
|
||||
style={{ width: 424 }}
|
||||
treeCheckable={true}
|
||||
placeholder="请选择权限"
|
||||
|
||||
@@ -187,6 +187,7 @@ export const SystemAdminrolesUpdate: React.FC<PropInterface> = ({
|
||||
<Form.Item label="操作权限" name="action_ids">
|
||||
<TreeSelect
|
||||
style={{ width: 424 }}
|
||||
listHeight={600}
|
||||
treeCheckable={true}
|
||||
placeholder="请选择权限"
|
||||
multiple
|
||||
@@ -197,6 +198,7 @@ export const SystemAdminrolesUpdate: React.FC<PropInterface> = ({
|
||||
<Form.Item label="数据权限" name="permission_ids">
|
||||
<TreeSelect
|
||||
style={{ width: 424 }}
|
||||
listHeight={600}
|
||||
treeCheckable={true}
|
||||
placeholder="请选择权限"
|
||||
multiple
|
||||
|
||||
Reference in New Issue
Block a user