| | |
| | | |
| | | import { markRaw } from 'vue'; |
| | | |
| | | import { DICT_TYPE } from '..\..\..\..\..\packages\constants\src'; |
| | | import { getDictOptions } from '..\..\..\..\..\packages\effects\hooks\src'; |
| | | import { DICT_TYPE } from '#/packages/constants/src'; |
| | | import { getDictOptions } from '#/packages/effects/hooks/src'; |
| | | |
| | | import { z } from '#/adapter/form'; |
| | | import { getRangePickerDefaultProps } from '#/utils'; |
| | |
| | | fieldName: 'coverUrl', |
| | | label: '封面图', |
| | | component: 'ImageUpload', |
| | | componentProps: { |
| | | maxNumber: 1, |
| | | }, |
| | | }, |
| | | { |
| | | fieldName: 'summary', |