|
@@ -68,7 +68,7 @@
|
|
68
|
<div class="info-item-value">
|
68
|
<div class="info-item-value">
|
|
69
|
{{ portrait.qualificationLevelText || '-' }}
|
69
|
{{ portrait.qualificationLevelText || '-' }}
|
|
70
|
<span class="info-item-tag" style="margin-left: 10px;margin-top: 2px;"
|
70
|
<span class="info-item-tag" style="margin-left: 10px;margin-top: 2px;"
|
|
71
|
- v-if="!!portrait.xrayOperatorStarttime">X射线安检仪操作岗位</span>
|
|
|
|
|
|
71
|
+ v-if="!!portrait.xrayOperatorStarttime || portrait.postNames.includes('X射线安检仪操作岗位')">X射线安检仪操作岗位</span>
|
|
72
|
</div>
|
72
|
</div>
|
|
73
|
</div>
|
73
|
</div>
|
|
74
|
</div>
|
74
|
</div>
|