perf: 统一格式

This commit is contained in:
jiangweidong
2023-05-06 18:27:00 +08:00
committed by huailei
parent 1598b4e4ad
commit f486da0018

View File

@@ -72,8 +72,7 @@ export default {
start.setTime(start.getTime() - 3600 * 1000 * 24 * 90)
picker.$emit('pick', [start, end])
}
},
{
}, {
text: this.$t('common.DateLastHarfYear'),
onClick(picker) {
const end = new Date()
@@ -81,8 +80,7 @@ export default {
start.setTime(start.getTime() - 3600 * 1000 * 24 * 183)
picker.$emit('pick', [start, end])
}
},
{
}, {
text: this.$t('common.DateLastYear'),
onClick(picker) {
const end = new Date()