feat : 项目立项详情页面初始化

This commit is contained in:
2024-05-15 00:18:40 +08:00
parent b2369d1702
commit 9ae0b7547c
3 changed files with 42 additions and 18 deletions

View File

@@ -129,7 +129,7 @@ const tableConfig = reactive({
},
{
prop: 'status',
label: '发布状态',
label: '状态',
align: 'center',
showOverflowTooltip: false,
currentRender: ({row, index}) => (<Tag dictType={'process_state'} value={row.state}/>)
@@ -165,7 +165,7 @@ const tableConfig = reactive({
}
}
],
api: '/workflow/mosr/requirement',
api: '',
params: {},
})