考试记录
This commit is contained in:
@@ -183,7 +183,8 @@ export default {
|
||||
if (colConfig.dateFormat) {
|
||||
return moment(row[colConfig.prop]).format(colConfig.dateFormat)
|
||||
}
|
||||
return row[colConfig.prop] || "-"
|
||||
|
||||
return row[colConfig.prop] === 0 || row[colConfig.prop] ? row[colConfig.prop] : '-'
|
||||
},
|
||||
/**
|
||||
* 表格方法代理
|
||||
|
||||
Reference in New Issue
Block a user