fix : 对接需求征集列表接口
This commit is contained in:
@@ -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: '操作',
|
||||
|
||||
Reference in New Issue
Block a user