@@ -84,7 +84,7 @@
colProps: { span: 8 },
},
{
- field: 'phone',
+ field: 'mobile',
label: '手机号',
component: 'Input',
@@ -357,6 +357,7 @@ export const formSchema: FormSchema[] = [
label: '教材类型',
field: 'textbookCategory',
component: 'ApiSelect',
+ required: true,
componentProps: {
api: getDataOption,
params: { code: 'textbook_category' },