From fd76b8110b9bda86f80ef84f04182f5f4ad637b7 Mon Sep 17 00:00:00 2001 From: Zheng Jie <201507802@qq.com> Date: Wed, 1 Jun 2022 10:15:29 +0800 Subject: [PATCH] update --- src/utils/shortcuts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/shortcuts.js b/src/utils/shortcuts.js index b47a4ca..4c90353 100644 --- a/src/utils/shortcuts.js +++ b/src/utils/shortcuts.js @@ -36,7 +36,7 @@ export const calendarBaseShortcuts = [{ picker.$emit('pick', [startTime, endTime]) } }, { - text: '最近一个月', + text: '最近30天', onClick(picker) { const startTime = new Date(new Date().daysAgo(30).setHours(0, 0, 0)) const endTime = new Date(new Date().setHours(23, 59, 59))