3 小时以前 5367b3b4d92588c4e76728e6bd4ad6aae0cbb967
src/views/mes/pro/workrecord/index.vue
@@ -2,8 +2,8 @@
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { MesProWorkRecordApi } from '#/api/mes/pro/workrecord';
import { DocAlert, Page } from '..\..\..\..\packages\effects\common-ui\src';
import { downloadFileFromBlobPart } from '..\..\..\..\packages\utils\src';
import { Page } from '@vben/common-ui';
import { downloadFileFromBlobPart } from '@vben/utils';
import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table';
import {
@@ -58,15 +58,7 @@
</script>
<template>
  <Page auto-content-height>
    <template #doc>
      <DocAlert
        title="【生产】工作记录"
        url="https://doc.iocoder.cn/mes/pro/work-record/"
      />
    </template>
    <WorkRecordStatusBar @change="handleRefresh" />
  <Page auto-content-height><WorkRecordStatusBar @change="handleRefresh" />
    <Grid table-title="工作记录列表">
      <template #toolbar-tools>