| | |
| | | <script lang="ts" setup> |
| | | import { ref } from 'vue'; |
| | | |
| | | import { DocAlert, Page } from '../../../../packages/effects/common-ui/src'; |
| | | import { Page } from '../../../../packages/effects/common-ui/src'; |
| | | |
| | | import { Tabs } 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/calendar/" |
| | | /> |
| | | </template> |
| | | <div class="bg-card rounded-md p-3"> |
| | | <Page auto-content-height><div class="bg-card rounded-md p-3"> |
| | | <Tabs v-model:active-key="activeTab" type="card"> |
| | | <Tabs.TabPane key="type" tab="按分类" force-render> |
| | | <TypeView /> |