test coverage by 95.65%

This commit is contained in:
ogerly 2023-02-06 17:27:01 +01:00
parent 07c50c97d8
commit 0f12c33e1c

View File

@ -70,8 +70,6 @@ export default {
formatter: (value, key, item) => {
if (value) {
return this.$d(new Date(value))
} else {
return null
}
},
},
@ -81,8 +79,6 @@ export default {
formatter: (value, key, item) => {
if (value) {
return this.$d(new Date(value))
} else {
return null
}
},
},