| | |
| | | import type { FieldMapToTime, FormSchema } from './types/form'; |
| | | import type { CSSProperties, PropType } from 'vue'; |
| | | import type { ColEx } from './types'; |
| | | import type { TableActionType } from '/@/components/Table'; |
| | | import type { ButtonProps } from 'ant-design-vue/es/button/buttonTypes'; |
| | | import type { TableActionType } from '@/components/Table'; |
| | | import type { RowProps } from 'ant-design-vue/lib/grid/Row'; |
| | | import { propTypes } from '/@/utils/propTypes'; |
| | | import { propTypes } from '@/utils/propTypes'; |
| | | |
| | | import { ButtonProps } from '@/components/Button'; |
| | | |
| | | export const basicProps = { |
| | | model: { |