|
|
@@ -120,7 +120,7 @@ export function getVolunteerForm(options: {
|
|
|
} as RadioValueProps,
|
|
|
rules: [{ required: true, message: '请选择类型' }],
|
|
|
},
|
|
|
- {
|
|
|
+ /* {
|
|
|
label: '类型', name: 'residentStatus', type: 'radio-value',
|
|
|
additionalProps: {
|
|
|
options: [
|
|
|
@@ -131,7 +131,7 @@ export function getVolunteerForm(options: {
|
|
|
]
|
|
|
} as RadioValueProps,
|
|
|
rules: [{ required: true, message: '请选择类型' }],
|
|
|
- },
|
|
|
+ }, */
|
|
|
{
|
|
|
label: '工作单位', name: 'unit', type: 'text', additionalProps: { placeholder: '请输入手机号' } ,
|
|
|
rules: [{ required: true, message: '请输入手机号' }],
|
|
|
@@ -142,10 +142,6 @@ export function getVolunteerForm(options: {
|
|
|
rules: [{ required: true, message: '请输入手机号' }],
|
|
|
show: { callback: () => options.formRef.value?.getValueByPath('type') === 'staff' },
|
|
|
},
|
|
|
- {
|
|
|
- label: '手机号', name: 'mobile', type: 'text', additionalProps: { placeholder: '请输入手机号' } ,
|
|
|
- rules: [{ required: true, message: '请输入手机号' }],
|
|
|
- },
|
|
|
{ label: '现居地址', name: 'address', type: 'text', additionalProps: { placeholder: '请输入现居地址' } },
|
|
|
{
|
|
|
label: '个人介绍',
|
|
|
@@ -170,11 +166,11 @@ export function getVolunteerForm(options: {
|
|
|
})),
|
|
|
} as CheckBoxTreeListProps,
|
|
|
}]: []),
|
|
|
- {
|
|
|
+ /* {
|
|
|
label: '村落认领说明', name: 'claimReason', type: 'text',
|
|
|
additionalProps: { placeholder: '请输入村落认领说明' } ,
|
|
|
show: { callback: () => options.isNew.value },
|
|
|
- },
|
|
|
+ }, */
|
|
|
]
|
|
|
},
|
|
|
],
|