| | |
| | | import type { MesDvCheckPlanApi } from '#/api/mes/dv/checkplan'; |
| | | import type { ActionItem } from '#/components/table-action/typing'; |
| | | |
| | | import { DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { MesDvCheckPlanStatusEnum } from '../../../../packages/constants/src'; |
| | | import { downloadFileFromBlobPart } from '../../../../packages/utils/src'; |
| | | |
| | |
| | | }); |
| | | </script> |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="【设备】点检保养项目、点检保养方案" |
| | | url="https://doc.iocoder.cn/mes/dv/check-plan/" |
| | | /> |
| | | </template> |
| | | <FormModal @success="handleRefresh" /> |
| | | <Page auto-content-height><FormModal @success="handleRefresh" /> |
| | | <Grid table-title="点检保养方案列表"> |
| | | <template #toolbar-tools> |
| | | <TableAction |