fix: vxe table error

This commit is contained in:
xingyu4j
2022-12-15 09:45:37 +08:00
parent a833ab68d6
commit 392b46c370
2 changed files with 2 additions and 2 deletions

View File

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