From 2f91380a79d21e351ae4096b5b5835f6e71f3ad0 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 17 一月 2025 17:20:39 +0800 Subject: [PATCH] DNC工作台 已办 --- src/views/dnc/base/modules/ProductStructure/ProductStructureMainBottom.vue | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/dnc/base/modules/ProductStructure/ProductStructureMainBottom.vue b/src/views/dnc/base/modules/ProductStructure/ProductStructureMainBottom.vue index 8651ed1..5774215 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')"> - <ProcessInfo :currentLevelDetails="currentLevelInfo" :size="descriptionsContainerSize"/> + <a-tab-pane :key="1" tab="宸ュ簭灞炴��" v-if="currentLevelInfo.type===5"> + <ProcessInfo :currentLevelDetails="currentLevelInfo.entity" :size="descriptionsContainerSize"/> + </a-tab-pane> + + <a-tab-pane :key="1" tab="宸ユ灞炴��" v-if="currentLevelInfo.type===6"> + <ProcessStepInfo :currentLevelDetails="currentLevelInfo.entity" :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