feat(project-demand): 添加需求汇总行键值

在项目需求汇总视图中添加了行键值属性,以优化数据展示和操作。
This commit is contained in:
dj
2025-08-06 22:02:27 +08:00
parent 76a5ebbeb9
commit 41830600bf

View File

@@ -380,6 +380,7 @@ const tableConfig = reactive({
} }
} }
], ],
rowKey: 'projectId',
api: '/workflow/mosr/requirement/collect', api: '/workflow/mosr/requirement/collect',
params: {}, params: {},
btns: [ btns: [