fix : 添加征集详情
This commit is contained in:
@@ -74,7 +74,21 @@ const schema = computed(() => {
|
||||
colProps: {
|
||||
span: 12
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '征集描述',
|
||||
prop: 'collectExplain',
|
||||
colProps: {
|
||||
span: 12
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '所属公司',
|
||||
prop: 'affiliatedCompany',
|
||||
colProps: {
|
||||
span: 12
|
||||
}
|
||||
},
|
||||
]
|
||||
})
|
||||
const baseForm = ref()
|
||||
|
||||
Reference in New Issue
Block a user