forked from github/dataease
fix: 时间格式化
This commit is contained in:
parent
fa4f50e41e
commit
ba36f9d74d
@ -859,6 +859,9 @@ export default {
|
|||||||
if (item.dateFormatType !== 'custom') {
|
if (item.dateFormatType !== 'custom') {
|
||||||
item.dateFormat = item.dateFormatType
|
item.dateFormat = item.dateFormatType
|
||||||
}
|
}
|
||||||
|
}else {
|
||||||
|
item.dateFormatType = ''
|
||||||
|
item.dateFormat = ''
|
||||||
}
|
}
|
||||||
if (item.dateFormatType === 'custom' && !item.dateFormat) {
|
if (item.dateFormatType === 'custom' && !item.dateFormat) {
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user