角色查询增加角色编码条件

pull/474/head
zhangdaiscott 2023-03-15 11:33:46 +08:00
parent 2b79265fd3
commit 4c8f5c8afd
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,12 @@ export const searchFormSchema: FormSchema[] = [
component: 'Input',
colProps: { span: 6 },
},
{
field: 'roleCode',
label: '角色编码',
component: 'Input',
colProps: { span: 6 },
},
];
/**
* form