From 2fe393204b1d8232f4b88b2aeb3b6828ba4b48ab Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 10 Nov 2024 23:49:34 +0800 Subject: [PATCH] fix the issue that the "all" tab of account with multiple sub accounts are not selected when opening the account list page in desktop version --- src/views/desktop/accounts/ListPage.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/views/desktop/accounts/ListPage.vue b/src/views/desktop/accounts/ListPage.vue index 49f6146e..e02da288 100644 --- a/src/views/desktop/accounts/ListPage.vue +++ b/src/views/desktop/accounts/ListPage.vue @@ -180,7 +180,7 @@ :disabled="loading" v-model="activeSubAccount[element.id]" > - + {{ $t('All') }}