显示全部任务数据默认值修改

pull/139/head
Dragon 1 year ago
parent 418f335d3c
commit af102caccd

@ -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