lyh
2025-03-07 8ef827c62d8c7817ad9f9a21b9b4e5bf63a01202
src/views/dnc/base/modules/ProductStructure/ProductStructureMainBottom.vue
@@ -21,6 +21,10 @@
        <ProcessStepInfo :currentLevelDetails="currentLevelInfo.entity" :size="containerSize"/>
      </a-tab-pane>
      <a-tab-pane :key="2" tab="刀具信息" v-if="currentLevelInfo.type===5||currentLevelInfo.type===6">
        <CutterInfo :currentLevelDetails="currentLevelInfo.entity" :size="containerSize"/>
      </a-tab-pane>
      <template v-if="currentLevelInfo.hasOwnProperty('attributionType')">
        <a-tab-pane :key="1" tab="文档属性">
          <DocumentInfo :currentLevelDetails="currentLevelInfo" :size="containerSize"/>
@@ -59,10 +63,12 @@
  import ProcessStepInfo from './ProcessStep/ProcessStepInfo'
  import FilePreview from '../../../common/FilePreview'
  import TableContextMenu from '../../../common/TableContextMenu'
  import CutterInfo from '@views/dnc/base/modules/ProductStructure/Cutter/CutterInfo.vue'
  export default {
    name: 'ProductStructureMainBottom',
    components: {
      CutterInfo,
      TableContextMenu,
      FilePreview,
      ProcessStepInfo,