feat(expense-management): 新增费用分摊功能并优化项目管理相关页面

This commit is contained in:
dj
2025-03-31 23:14:54 +08:00
parent 244f2e72b4
commit 98d8ea4805
7 changed files with 41 additions and 19 deletions

View File

@@ -219,6 +219,12 @@ const tableConfig = reactive({
return (tableIns.value.getQuery().pageNum - 1) * tableIns.value.getQuery().pageSize + index + 1
}
},
{
prop: 'processNumber',
label: '编号',
align: 'center',
},
{
prop: 'requirementName',
label: '征集名称',