fix : 对接需求征集列表接口

This commit is contained in:
2024-05-11 17:48:44 +08:00
parent 779ebf093a
commit 0cf56d875e

View File

@@ -67,6 +67,14 @@ const tableConfig = reactive({
label: '当前节点',
align: 'center'
},
{
prop: 'state',
label: '状态',
align: 'center',
width:200,
showOverflowTooltip: false,
currentRender: ({row, index}) => (<point-tag dictType={'process_state'} value={row.state}/>)
},
{
prop: 'oper',
label: '操作',