Browse Source

no message

master
xpz2018 9 months ago
parent
commit
bd6e3ec22c
1 changed files with 3 additions and 3 deletions
  1. 6
      src/views/clue/cluePool/data.ts

6
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 }, },

Loading…
Cancel
Save