gaoluyang
4 小时以前 787ccc59ba89bacc075562a161ecf02bc76ebadc
src/views/mes/dv/checkrecord/index.vue
@@ -2,9 +2,9 @@
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { MesDvCheckRecordApi } from '#/api/mes/dv/checkrecord';
import { DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src';
import { MesDvCheckRecordStatusEnum } from '../../../../packages/constants/src';
import { downloadFileFromBlobPart } from '../../../../packages/utils/src';
import { Page, useVbenModal } from '@vben/common-ui';
import { MesDvCheckRecordStatusEnum } from '@vben/constants';
import { downloadFileFromBlobPart } from '@vben/utils';
import { Button, message } from 'ant-design-vue';
@@ -95,14 +95,7 @@
});
</script>
<template>
  <Page auto-content-height>
    <template #doc>
      <DocAlert
        title="【设备】点检记录、保养记录、维修单"
        url="https://doc.iocoder.cn/mes/dv/check-record/"
      />
    </template>
    <FormModal @success="handleRefresh" />
  <Page auto-content-height><FormModal @success="handleRefresh" />
    <Grid table-title="点检记录列表">
      <template #toolbar-tools>
        <TableAction