5 天以前 b7eb1da8220f5b72f6891c3c6471ca386604cce4
src/views/mes/md/item/type/index.vue
@@ -102,12 +102,12 @@
<template>
  <Page auto-content-height><FormModal @success="handleRefresh" />
    <Grid table-title="物料分类列表">
    <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'],