| | |
| | | |
| | | import { onMounted, ref, watch } from 'vue'; |
| | | |
| | | import { useAccess } from '..\..\..\..\packages\effects\access\src'; |
| | | import { DocAlert, Page, useVbenModal } from '..\..\..\..\packages\effects\common-ui\src'; |
| | | import { HolidayType } from '..\..\..\..\packages\constants\src'; |
| | | import { useAccess } from '@vben/access'; |
| | | import { Page, useVbenModal } from '@vben/common-ui'; |
| | | import { HolidayType } from '@vben/constants'; |
| | | |
| | | import { Button, Calendar, message, Tag } from 'ant-design-vue'; |
| | | import dayjs from 'dayjs'; |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="【排班】班组设置、节假日设置" |
| | | url="https://doc.iocoder.cn/mes/cal/team/" |
| | | /> |
| | | </template> |
| | | <HolidayFormModal @success="getList" /> |
| | | <Page auto-content-height><HolidayFormModal @success="getList" /> |
| | | <div class="bg-card overflow-hidden rounded-md"> |
| | | <Calendar v-model:value="currentDate" class="mes-holiday-calendar"> |
| | | <template #headerRender> |