feat : 调整简答布局

This commit is contained in:
clay
2024-07-12 11:52:20 +08:00
parent 2856fa4785
commit fa05c22efc
9 changed files with 158 additions and 151 deletions

View File

@@ -95,32 +95,32 @@ const form = ref()
const projectName = ref()
const schema = computed(() => {
return [
{
label: '征集名称',
prop: 'requirementName',
colProps: {
span: 12
}
},
{
label: '项目名称',
prop: 'projectName',
colProps: {
span: 12
}
},
{
label: '征集描述',
prop: 'collectExplain',
colProps: {
span: 12
span: 8
}
},
{
label: '征集公司',
prop: 'affiliatedCompany',
colProps: {
span: 12
span: 8
}
},
{
label: '征集名称',
prop: 'requirementName',
colProps: {
span: 8
}
},
{
label: '征集描述',
prop: 'collectExplain',
colProps: {
span: 24
}
},
]