|
@@ -223,7 +223,7 @@
|
|
|
<section v-for="(winner, index) in summary.winners || []" :key="index">
|
|
|
<div class="abstract-line">
|
|
|
<div class="abstract-line-label">
|
|
|
- {{ winner.isCandidate ? '' : '中标单位' }}
|
|
|
+ {{ winner.isCandidate ? '中标候选人' : '中标单位' }}
|
|
|
</div>
|
|
|
<div class="abstract-line-value" @click="goToEntPortrait(winner)">
|
|
|
<span
|
|
@@ -337,7 +337,7 @@ export default {
|
|
|
}
|
|
|
openAppOrWxPage(LINKS.大会员超级订阅采购单位画像页面, {
|
|
|
query: {
|
|
|
- entName: encodeURIComponent(item.value),
|
|
|
+ entName: item.value,
|
|
|
anchor: anchor
|
|
|
}
|
|
|
})
|