|
@@ -486,7 +486,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="top3-table-list pd-lr20">
|
|
|
- <div class="ar-table winner-count-top3" v-if="isConf26">
|
|
|
+ <div class="ar-table winner-count-top3" v-if="isConf26 && sections.winner.projectCountTop3">
|
|
|
<p class="ar-table-title">
|
|
|
项目数量TOP30中标单位及其重点合作采购单位
|
|
|
</p>
|
|
@@ -507,7 +507,7 @@
|
|
|
k="项目数量TOP30中标单位及其重点合作采购单位"
|
|
|
:item="vipUpgradeMap[Object.keys(vipUpgradeMap)[6]]"
|
|
|
></MaskCard>
|
|
|
- <div class="ar-table winner-amount-top3" v-if="isConf26">
|
|
|
+ <div class="ar-table winner-amount-top3" v-if="isConf26 && sections.winner.projectAmountTop3">
|
|
|
<p class="ar-table-title">
|
|
|
中标金额TOP30中标单位及其重点合作采购单位
|
|
|
</p>
|