feat : 需求汇总加上"主项目"字段

This commit is contained in:
2024-11-10 22:52:15 +08:00
parent a6ace0a27d
commit a5486c1948
3 changed files with 52 additions and 3 deletions

View File

@@ -371,6 +371,13 @@ const schema = computed(() => {
colProps: {
span: 6
}
},
{
label: '主项目',
prop: 'masterProjectName',
colProps: {
span: 6
}
}
]
})