修改禅道已知bug

This commit is contained in:
sunFlower
2022-11-01 14:14:54 +08:00
parent 8f6ba118f2
commit 58efb3b360
@@ -1,11 +1,15 @@
<template> <template>
<a-card :bordered="false"> <a-card :bordered="false">
<div class="table-operator" style="margin-bottom: 10px"> <div class="table-operator" style="margin-bottom: 10px">
<div @click="versionStatisticsClick" v-if="!this.$route.query.parentId" <div @click="versionStatisticsClick"
v-if="!this.$route.query.parentId && $t('Parametercollection')!= activeKey"
class="operator-text"> class="operator-text">
<a-icon type="plus"/> <a-icon type="plus"/>
{{$t('versionStatistics')}} {{$t('versionStatistics')}}
</div> </div>
<div v-else
class="operator-text">
</div>
</div> </div>
<a-tabs v-model="activeKey" class="ant-tabs"> <a-tabs v-model="activeKey" class="ant-tabs">
<a-tab-pane :key="$t('CurrentStatusOfTheProject')" :tab="$t('CurrentStatusOfTheProject')"> <a-tab-pane :key="$t('CurrentStatusOfTheProject')" :tab="$t('CurrentStatusOfTheProject')">
@@ -22,7 +26,7 @@
v-if="activeKey == $t('CertificationProgress')"/> v-if="activeKey == $t('CertificationProgress')"/>
</a-tab-pane> </a-tab-pane>
<a-tab-pane :key="$t('Parametercollection')" :tab="$t('Parametercollection')"> <a-tab-pane :key="$t('Parametercollection')" :tab="$t('Parametercollection')">
<ParameterCollectionEchart @currentStatus="currentStatus" :idList="idList" <ParameterCollectionEchart @currentStatus="currentStatus" :idList="[]"
v-if="activeKey == $t('Parametercollection')"/> v-if="activeKey == $t('Parametercollection')"/>
</a-tab-pane> </a-tab-pane>
</a-tabs> </a-tabs>