From af102caccd82847ebbc141f5c199b9f529ac8238 Mon Sep 17 00:00:00 2001 From: Dragon <> Date: Wed, 10 Apr 2024 11:44:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=85=A8=E9=83=A8=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=95=B0=E6=8D=AE=E9=BB=98=E8=AE=A4=E5=80=BC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/final.ts | 2 +- src/views/home/aside/comp/items/IzShowAll.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/final.ts b/src/config/final.ts index 23cbfc5..a258f4b 100644 --- a/src/config/final.ts +++ b/src/config/final.ts @@ -122,7 +122,7 @@ export const asideMap: Recordable = { }, izshowall: { label: '显示全部任务数据', - defaultValue: true, + defaultValue: false, isDefaultFilter: false, key: 'izshowall', component: IzShowAll, diff --git a/src/views/home/aside/comp/items/IzShowAll.vue b/src/views/home/aside/comp/items/IzShowAll.vue index 37908b4..132c576 100644 --- a/src/views/home/aside/comp/items/IzShowAll.vue +++ b/src/views/home/aside/comp/items/IzShowAll.vue @@ -5,7 +5,7 @@ import { useConfig } from '@/store/modules/asideConfig' const props = defineProps({ value: { type: Boolean, - default: true, + default: false, }, label: { type: String,