NEZ-2614 fix: bug 修改

This commit is contained in:
zhangyu
2023-02-28 17:07:39 +08:00
parent 6b44d2ce73
commit 75d652f291

View File

@@ -282,12 +282,6 @@ export default {
text: this.$t('dashboard.panel.lastSevenDay'),
type: 'date',
value: 7 * 24 * 60
},
{
id: 11,
text: this.$t('dashboard.panel.lastThirtyDay'),
type: 'date',
value: 30 * 24 * 60
}
]
}