fix : 修复详情基本信息显示位置、项目验收、结项操作放在详情页面

This commit is contained in:
2024-06-10 15:25:28 +08:00
parent 3483a32d55
commit 07c089ed29
6 changed files with 178 additions and 135 deletions

View File

@@ -103,8 +103,8 @@ const schema = computed(() => {
}
},
{
label: '所属公司',
prop: 'affiliatedCompany',
label: '征集类型',
prop: 'collectType',
colProps: {
span: 12
}
@@ -117,13 +117,12 @@ const schema = computed(() => {
}
},
{
label: '征集类型',
prop: 'collectType',
label: '所属公司',
prop: 'affiliatedCompany',
colProps: {
span: 12
}
},
}
]
})
const baseForm = ref()