mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 14:34:46 +00:00
perf: 统一格式
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user