mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 时间格式化
This commit is contained in:
@@ -859,6 +859,9 @@ export default {
|
||||
if (item.dateFormatType !== 'custom') {
|
||||
item.dateFormat = item.dateFormatType
|
||||
}
|
||||
}else {
|
||||
item.dateFormatType = ''
|
||||
item.dateFormat = ''
|
||||
}
|
||||
if (item.dateFormatType === 'custom' && !item.dateFormat) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user