Fixed #7010
parent
c7f6148a7a
commit
1536d128ac
|
@ -1252,7 +1252,7 @@ export default {
|
||||||
},
|
},
|
||||||
formatValue(value) {
|
formatValue(value) {
|
||||||
if (typeof value === 'string') {
|
if (typeof value === 'string') {
|
||||||
return this.dateFormat ? this.formatDate(new Date(value), this.dateFormat) : value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
let formattedValue = '';
|
let formattedValue = '';
|
||||||
|
|
Loading…
Reference in New Issue