fix : 修复详情基本信息显示位置、项目验收、结项操作放在详情页面
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user