fix : 修复细节
This commit is contained in:
@@ -119,7 +119,7 @@ const tableConfig = reactive({
|
||||
label: '类型',
|
||||
align: 'center',
|
||||
showOverflowTooltip: false,
|
||||
currentRender: ({row, index}) => (<Tag dictType={'todo_type'} value={row.state}/>)
|
||||
currentRender: ({row, index}) => (<Tag dictType={'todo_type'} value={row.targetState}/>)
|
||||
},
|
||||
{
|
||||
prop: 'submitTime',
|
||||
|
||||
Reference in New Issue
Block a user