gaoluyang
9 分钟以前 51538d466085b6544c35fcf9b9d11de572d74ada
src/views/mes/dv/checkplan/index.vue
@@ -3,9 +3,9 @@
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 { MesDvCheckPlanStatusEnum } from '..\..\..\..\packages\constants\src';
import { downloadFileFromBlobPart } from '..\..\..\..\packages\utils\src';
import { Page, useVbenModal } from '@vben/common-ui';
import { MesDvCheckPlanStatusEnum } from '@vben/constants';
import { downloadFileFromBlobPart } from '@vben/utils';
import { Button, message } from 'ant-design-vue';
@@ -161,14 +161,7 @@
});
</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