未符合项修改为问题管理

This commit is contained in:
高嵩
2023-09-14 15:45:28 +08:00
parent 814374b5e7
commit 1f6bab60ea
@@ -25,8 +25,8 @@
<parameterCollectionProgress @currentStatus="currentStatus" :idList="[]"
v-if="activeKey == $t('parameterCollectionProgressManagement')"/>
</a-tab-pane>
<a-tab-pane :key="$t('nonConformance')" :tab="$t('nonConformance')">
<nonConformance @currentStatus="currentStatus" v-if="activeKey == $t('nonConformance')"/>
<a-tab-pane :key="$t('Problemanagement')" :tab="$t('Problemanagement')">
<nonConformance @currentStatus="currentStatus" v-if="activeKey == $t('Problemanagement')"/>
</a-tab-pane>
<a-tab-pane :key="$t('otastatus')" :tab="$t('otastatus')">
<otastatus @currentStatus="currentStatus" :idList="idList" v-if="activeKey == $t('otastatus')"/>