|
@@ -4,8 +4,8 @@
|
|
<view class="box-top-title">
|
|
<view class="box-top-title">
|
|
{{ info.name }}
|
|
{{ info.name }}
|
|
<text class="subText">
|
|
<text class="subText">
|
|
- {{ info?.postName || '' }}
|
|
|
|
- <text v-if="info?.postName && info.enterpriseName" class="gun">|</text>
|
|
|
|
|
|
+ {{ info?.postName && info?.postName !== 'null' && info?.postName !== 'undefined' ? info.postName : '' }}
|
|
|
|
+ <text v-if="info?.postName && info?.postName !== 'null' && info?.postName !== 'undefined' && info.enterpriseName" class="gun">|</text>
|
|
{{ info.enterpriseName }}
|
|
{{ info.enterpriseName }}
|
|
</text>
|
|
</text>
|
|
</view>
|
|
</view>
|