| | |
| | | import { onMounted, ref, watch } from 'vue'; |
| | | |
| | | import { useAccess } from '../../../../packages/effects/access/src'; |
| | | import { DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { HolidayType } from '../../../../packages/constants/src'; |
| | | |
| | | import { Button, Calendar, message, Tag } from 'ant-design-vue'; |
| | |
| | | </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> |