fix: vxe table error

plp
xingyu4j 3 years ago
parent a833ab68d6
commit 392b46c370

@ -63,7 +63,7 @@ type CrudDescriptionsParams = {
} & Omit<DescriptionsSchema, 'field'> } & Omit<DescriptionsSchema, 'field'>
type CrudPrintParams = { type CrudPrintParams = {
// 是否显示表单 // 是否显示打印
show?: boolean show?: boolean
} & Omit<VxeTableDefines.ColumnInfo[], 'field'> } & Omit<VxeTableDefines.ColumnInfo[], 'field'>

@ -56,7 +56,7 @@ watch(
import('./theme/light.scss') import('./theme/light.scss')
} }
}, },
{ immediate: true } { deep: true }
) )
// 全局默认参数 // 全局默认参数
VXETable.setup({ VXETable.setup({

Loading…
Cancel
Save