From 8a65282820a586bdc1118c6d545b99e511034201 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Thu, 8 May 2025 21:10:10 +0800 Subject: [PATCH] set the calendar readonly when loading --- src/views/desktop/transactions/ListPage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/desktop/transactions/ListPage.vue b/src/views/desktop/transactions/ListPage.vue index 33385b96..1119583f 100644 --- a/src/views/desktop/transactions/ListPage.vue +++ b/src/views/desktop/transactions/ListPage.vue @@ -141,6 +141,7 @@ month-name-format="long" class="justify-content-center" :config="{ noSwipe: true }" + :readonly="loading" :disable-month-year-select="true" :month-change-on-scroll="false" :month-change-on-arrows="false"