优化aitable
This commit is contained in:
		| @@ -128,7 +128,7 @@ | ||||
|               }, this.dict.getLabel('mstStatus', row.status)) | ||||
|             } | ||||
|           }, | ||||
|           { prop: 'completionRate', label: '任务完成率', align: 'center', formart: v => v ? v === '0.0' ? '0%' : `${v}%` : '-' } | ||||
|           { prop: 'completionRate', label: '任务完成率', align: 'center', format: v => v ? v === '0.0' ? '0%' : `${v}%` : '-' } | ||||
|         ] | ||||
|       } | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user