Files
ruoyi-plus-vben5-h/apps/web-antd/src/views/system/role-assign/data.tsx
2024-10-03 15:37:14 +08:00

15 lines
285 B
TypeScript

import type { FormSchemaGetter } from '#/adapter';
export const querySchema: FormSchemaGetter = () => [
{
component: 'Input',
fieldName: 'userName',
label: '用户账号',
},
{
component: 'Input',
fieldName: 'phonenumber',
label: '手机号码',
},
];