task#13992,审批详情按钮显示状态调整

This commit is contained in:
2024-06-17 17:42:43 +08:00
parent d2adfe6d22
commit eb62b71480
2 changed files with 47 additions and 10 deletions

View File

@ -15,7 +15,7 @@
<div v-for="(item, index) in tabArr" :key="index"
@click="changeTab(index)">
<span :class="{'active' : activeIndex == index , 'alpha' :true}"> {{ item.name }}</span>
<span class="numTip" style="opacity: 1 !important;" v-if="index===0">{{item.num}}</span>
<span class="numTip" style="opacity: 1 !important;" v-if="index===0 && item.num">{{item.num}}</span>
</div>
</div>
<van-pull-refresh class="refresh" v-model="isLoading" @refresh="onRefresh" v-show="!show">