|
@@ -40,7 +40,7 @@
|
|
</span>
|
|
</span>
|
|
<!-- 无参标人和时间一行 -->
|
|
<!-- 无参标人和时间一行 -->
|
|
<div v-else-if="showRenMaiButton" class="sub-info-line">
|
|
<div v-else-if="showRenMaiButton" class="sub-info-line">
|
|
- <div class="creditreport-button" @click="creditReport">
|
|
|
|
|
|
+ <div v-if="showCreditReport" class="creditreport-button" @click="creditReport">
|
|
<span class="creditreport-text">投标企业信用报告</span>
|
|
<span class="creditreport-text">投标企业信用报告</span>
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
@@ -51,14 +51,16 @@
|
|
<span class="relationship-text">找人脉</span>
|
|
<span class="relationship-text">找人脉</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div v-else class="sub-info-line">
|
|
|
|
+ <div v-if="showCreditReport" class="creditreport-button" @click="creditReport">
|
|
|
|
+ <span class="creditreport-text">投标企业信用报告</span>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div v-if="showRenMaiButton2" class="sub-info-line">
|
|
<div v-if="showRenMaiButton2" class="sub-info-line">
|
|
<div class="sub-info-line-l" />
|
|
<div class="sub-info-line-l" />
|
|
<div class="sub-info-line-r">
|
|
<div class="sub-info-line-r">
|
|
<!-- 有参标人时候另起一行 -->
|
|
<!-- 有参标人时候另起一行 -->
|
|
- <div v-if="cbPersonText && showRenMaiButton" class="creditreport-button" @click="creditReport">
|
|
|
|
- <span class="creditreport-text">投标企业信用报告</span>
|
|
|
|
- </div>
|
|
|
|
<div
|
|
<div
|
|
v-if="cbPersonText && showRenMaiButton"
|
|
v-if="cbPersonText && showRenMaiButton"
|
|
class="relationship-button"
|
|
class="relationship-button"
|
|
@@ -146,6 +148,9 @@ export default {
|
|
return ''
|
|
return ''
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ showCreditReport() {
|
|
|
|
+ return articleTypeArr.includes(this.content?._ob?.topType || this.content?._ob?.subType || '')
|
|
|
|
+ },
|
|
showRenMaiButton() {
|
|
showRenMaiButton() {
|
|
if (this.IsSunPublishContent) {
|
|
if (this.IsSunPublishContent) {
|
|
return ''
|
|
return ''
|