fix : 修复需求征集列表细节
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user