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: { izshowall: {
label: '显示全部任务数据', label: '显示全部任务数据',
defaultValue: true, defaultValue: false,
isDefaultFilter: false, isDefaultFilter: false,
key: 'izshowall', key: 'izshowall',
component: IzShowAll, component: IzShowAll,

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

Loading…
Cancel
Save