角色查询增加角色编码条件
parent
2b79265fd3
commit
4c8f5c8afd
|
@ -42,6 +42,12 @@ export const searchFormSchema: FormSchema[] = [
|
||||||
component: 'Input',
|
component: 'Input',
|
||||||
colProps: { span: 6 },
|
colProps: { span: 6 },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
field: 'roleCode',
|
||||||
|
label: '角色编码',
|
||||||
|
component: 'Input',
|
||||||
|
colProps: { span: 6 },
|
||||||
|
},
|
||||||
];
|
];
|
||||||
/**
|
/**
|
||||||
* 角色用户搜索form
|
* 角色用户搜索form
|
||||||
|
|
Loading…
Reference in New Issue