6 天以前 452e5c5e9a340367c8fdb14b0bdecc96dcb29491
src/views/mes/md/item/type/index.vue
@@ -4,7 +4,7 @@
import { ref } from 'vue';
import { DocAlert, Page, useVbenModal } from '..\..\..\..\..\packages\effects\common-ui\src';
import { Page, useVbenModal } from '@vben/common-ui';
import { message } from 'ant-design-vue';
@@ -101,20 +101,13 @@
</script>
<template>
  <Page auto-content-height>
    <template #doc>
      <DocAlert
        title="【基础】物料产品、分类、计量单位"
        url="https://doc.iocoder.cn/mes/md/product/"
      />
    </template>
    <FormModal @success="handleRefresh" />
    <Grid table-title="物料分类列表">
  <Page auto-content-height><FormModal @success="handleRefresh" />
    <Grid table-title="品种分类列表">
      <template #toolbar-tools>
        <TableAction
          :actions="[
            {
              label: $t('ui.actionTitle.create', ['物料分类']),
              label: $t('ui.actionTitle.create', ['品种分类']),
              type: 'primary',
              icon: ACTION_ICON.ADD,
              auth: ['mes:md-item-type:create'],