fix : 二级页面上加基础信息

This commit is contained in:
2024-06-10 23:28:34 +08:00
parent 050c5cf57a
commit 1009cb7345
11 changed files with 195 additions and 53 deletions

View File

@@ -99,13 +99,6 @@ const schema = computed(() => {
span: 12
}
},
{
label: '征集类型',
prop: 'collectType',
colProps: {
span: 12
}
},
{
label: '所属公司',
prop: 'affiliatedCompany',
@@ -114,8 +107,8 @@ const schema = computed(() => {
}
},
{
label: '截止时间',
prop: 'deadline',
label: '项目名称',
prop: 'projectName',
colProps: {
span: 12
}