处理切换异常

cyl/dev-test
jscyl13849007907 1 year ago
parent 21834f5928
commit 33609a6613

@ -184,7 +184,7 @@
<div class="mb12 mt20 titlestyle">温馨提示</div> <div class="mb12 mt20 titlestyle">温馨提示</div>
<div class="showInfo" style="width: unset; color: #ff4400 !important">{{ jobDetail.notes || "-" }}</div> <div class="showInfo" style="width: unset; color: #ff4400 !important">{{ jobDetail.notes || "-" }}</div>
</div> </div>
<div v-if="tabchange === 1" style="display: flex"> <div v-if="tabchange == 1" style="display: flex">
<!-- 薪资 --> <!-- 薪资 -->
<div class="baseInfoContent" v-if="tabchange === 1"> <div class="baseInfoContent" v-if="tabchange === 1">
<div class="pay" id="pay"> <div class="pay" id="pay">
@ -381,7 +381,7 @@
</div> </div>
<!-- 财务结算 --> <!-- 财务结算 -->
<div v-else-if="tabchange == 0"> <div v-if="tabchange == 0">
<a-descriptions bordered size="small" :column="1" class="leftDesc mt20" style="width: 900px"> <a-descriptions bordered size="small" :column="1" class="leftDesc mt20" style="width: 900px">
<a-descriptions-item class="test1"> <a-descriptions-item class="test1">
<span slot="label" class>服务费</span> <span slot="label" class>服务费</span>
@ -393,7 +393,7 @@
</a-descriptions-item> </a-descriptions-item>
</a-descriptions> </a-descriptions>
</div> </div>
<div v-else-if="tabchange === 2"> <div v-if="tabchange == 2">
<div class="pay" id="tip"> <div class="pay" id="tip">
<div class="mb12 mt20 titlestyle">职位通告</div> <div class="mb12 mt20 titlestyle">职位通告</div>
<div class="showInfo" style="width: unset; color: #000 !important"> <div class="showInfo" style="width: unset; color: #000 !important">
@ -1114,6 +1114,7 @@ export default {
updateTab($item,$inedx){ updateTab($item,$inedx){
this.tabActive = $item.key; this.tabActive = $item.key;
this.tabchange = $item.key;
} }
}, },
}; };

Loading…
Cancel
Save