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,