diff --git a/src/views/clue/cluePool/data.ts b/src/views/clue/cluePool/data.ts index 13a8dcf..b59a2a5 100644 --- a/src/views/clue/cluePool/data.ts +++ b/src/views/clue/cluePool/data.ts @@ -182,9 +182,9 @@ export const modalFormSchema: FormSchema[] = [ } }, }, - { field: 'age', label: '年龄', component: 'InputNumber', colProps: { span: 8 }, required: true,}, - { field: 'nickName', label: '昵称', component: 'Input', colProps: { span: 8 }, required: true,}, - { field: 'phone', label: '电话号码', component: 'Input', colProps: { span: 8 }, required: true,}, + { field: 'age', label: '年龄', component: 'InputNumber', colProps: { span: 8 },}, + { field: 'nickName', label: '昵称', component: 'Input', colProps: { span: 8 },}, + { field: 'phone', label: '电话号码', component: 'Input', colProps: { span: 8 },}, { field: 'weChatId', label: '微信号', component: 'Input', colProps: { span: 8 }, }, { field: 'height', label: '身高(cm)', component: 'InputNumber', colProps: { span: 8 }, }, { field: 'weight', label: '体重(kg)', component: 'InputNumber', colProps: { span: 8 }, },