From 4b63863da4ed4c147c317ba6f432b90432745b66 Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期三, 15 一月 2025 14:37:39 +0800
Subject: [PATCH] 设备特殊字符管理

---
 src/views/dnc/base/modules/ProductStructure/ProductStructureMainBottom.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/views/dnc/base/modules/ProductStructure/ProductStructureMainBottom.vue b/src/views/dnc/base/modules/ProductStructure/ProductStructureMainBottom.vue
index 8651ed1..2556e05 100644
--- a/src/views/dnc/base/modules/ProductStructure/ProductStructureMainBottom.vue
+++ b/src/views/dnc/base/modules/ProductStructure/ProductStructureMainBottom.vue
@@ -12,8 +12,12 @@
       <PartInfo :currentLevelDetails="currentLevelInfo.entity" :size="descriptionsContainerSize"/>
     </a-tab-pane>
 
-    <a-tab-pane :key="1" tab="宸ュ簭灞炴��" v-if="currentLevelInfo.hasOwnProperty('processType')">
+    <a-tab-pane :key="1" tab="宸ュ簭灞炴��" v-if="currentLevelInfo.type===4">
       <ProcessInfo :currentLevelDetails="currentLevelInfo" :size="descriptionsContainerSize"/>
+    </a-tab-pane>
+
+    <a-tab-pane :key="1" tab="宸ユ灞炴��" v-if="currentLevelInfo.type===5">
+      <ProcessStepInfo :currentLevelDetails="currentLevelInfo" :size="descriptionsContainerSize"/>
     </a-tab-pane>
 
     <template v-if="currentLevelInfo.hasOwnProperty('attributionType')">
@@ -43,11 +47,13 @@
   import ProcessInfo from './Process/ProcessInfo'
   import DocumentInfo from './Document/DocumentInfo'
   import DocumentVersionTableList from './Document/DocumentVersionTableList'
-  import UseDocumentEquipmentTableList from './Document/UseDocumentEquipmentTableList'
+  import UseDocumentEquipmentTableList from './Document/UseNcDocumentEquipmentTableList'
+  import ProcessStepInfo from './ProcessStep/ProcessStepInfo'
 
   export default {
     name: 'ProductStructureMainBottom',
     components: {
+      ProcessStepInfo,
       UseDocumentEquipmentTableList,
       DocumentVersionTableList,
       DocumentInfo,

--
Gitblit v1.9.3