This commit is contained in:
yanran200730
2022-07-29 16:27:52 +08:00
parent 8b8e5885a0
commit 5008d89ee4

View File

@@ -131,7 +131,7 @@
}, this.dict.getLabel('mstStatus', row.status))
}
},
{ prop: 'completionRate', label: '任务完成率', align: 'center' }
{ prop: 'completionRate', label: '任务完成率', align: 'center', formart: v => v ? v === '0.0' ? '0%' : `${v}%` : '-' }
]
}
},