fix: 类型错误

This commit is contained in:
xingyu
2022-10-11 16:02:28 +08:00
parent 0c5101256b
commit b6347a46aa
8 changed files with 10 additions and 1 deletions

View File

@ -4,6 +4,7 @@ import { getIntDictOptions } from '@/utils/dict'
import { FormSchema } from '@/types/form'
import { TableColumn } from '@/types/table'
import { DescriptionsSchema } from '@/types/descriptions'
import { ComponentOptions } from '@/types/components'
export type CrudSchema = Omit<TableColumn, 'children'> & {
search?: CrudSearchParams