|
@@ -119,15 +119,15 @@ const Upsert = useUpsert({
|
|
|
component: { name: 'el-input', props: { clearable: true } },
|
|
|
required: true
|
|
|
},
|
|
|
- // {
|
|
|
- // label: '注册日期',
|
|
|
- // prop: 'registration_date',
|
|
|
- // component: {
|
|
|
- // name: 'el-date-picker',
|
|
|
- // props: { type: 'date', valueFormat: 'YYYY-MM-DD' }
|
|
|
- // },
|
|
|
- // required: true
|
|
|
- // },
|
|
|
+ {
|
|
|
+ label: '注册日期',
|
|
|
+ prop: 'registration_date',
|
|
|
+ component: {
|
|
|
+ name: 'el-date-picker',
|
|
|
+ props: { type: 'date', valueFormat: 'YYYY-MM-DD' }
|
|
|
+ },
|
|
|
+ required: true
|
|
|
+ },
|
|
|
{
|
|
|
label: '合伙人文件编号',
|
|
|
prop: 'partners_document_number',
|