fix : 修复细节

This commit is contained in:
2024-05-12 13:05:52 +08:00
parent 01021b640e
commit 48e5d82acb
4 changed files with 60 additions and 11 deletions

View File

@@ -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',