Merge pull request 'feat:显示全部任务数据默认值修改' (#139) from fix/final into test

Reviewed-on: #139
pull/140/head
shenhailong 1 year ago
commit 124ba1910c

@ -122,7 +122,7 @@ export const asideMap: Recordable<AsideEntity> = {
},
izshowall: {
label: '显示全部任务数据',
defaultValue: true,
defaultValue: false,
isDefaultFilter: false,
key: 'izshowall',
component: IzShowAll,

@ -5,7 +5,7 @@ import { useConfig } from '@/store/modules/asideConfig'
const props = defineProps({
value: {
type: Boolean,
default: true,
default: false,
},
label: {
type: String,

Loading…
Cancel
Save