feat: 分配角色
This commit is contained in:
20
apps/web-antd/src/views/system/role-assign/data.tsx
Normal file
20
apps/web-antd/src/views/system/role-assign/data.tsx
Normal file
@@ -0,0 +1,20 @@
|
||||
import type { FormSchemaGetter } from '#/adapter';
|
||||
|
||||
export const querySchema: FormSchemaGetter = () => [
|
||||
{
|
||||
component: 'Input',
|
||||
componentProps: {
|
||||
placeholder: '请输入',
|
||||
},
|
||||
fieldName: 'userName',
|
||||
label: '用户账号',
|
||||
},
|
||||
{
|
||||
component: 'Input',
|
||||
componentProps: {
|
||||
placeholder: '请输入',
|
||||
},
|
||||
fieldName: 'phonenumber',
|
||||
label: '手机号码',
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user