fix : 修复需求征集列表细节

This commit is contained in:
2024-05-11 17:50:35 +08:00
parent 0cf56d875e
commit 04d0e9a7d2

View File

@@ -73,7 +73,7 @@ const tableConfig = reactive({
align: 'center',
width:200,
showOverflowTooltip: false,
currentRender: ({row, index}) => (<point-tag dictType={'process_state'} value={row.state}/>)
currentRender: ({row, index}) => (<Tag dictType={'process_state'} value={row.state}/>)
},
{
prop: 'oper',