fix : 添加征集详情

This commit is contained in:
2024-06-30 19:17:56 +08:00
parent e43213d9a7
commit fd3231db4d
11 changed files with 182 additions and 58 deletions

View File

@@ -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()