This commit is contained in:
shijingjing
2023-03-30 17:26:23 +08:00
parent 333da16a4a
commit 30edb83bb2
2 changed files with 5 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
</div>
<div class="btn-wrapper" v-if="info.type == 0">
<div class="btn" @click="clockIn" hover-class="text-hover" :class="isClock== 0? 'gray': isClock==3? 'gray': isClock== 2? 'opacity':''">
<div class="daka">{{ dkqd }}<span v-if="info.exitBegintime && info.exitBegintime">/积分+{{ intoIntegral }}</span></div>
<div class="daka">{{ dkqd }}<span v-if="(info.exitIntegral && info.exitBegintime && info.exitIntegral) || (info.intoIntegral && info.exitIntegral)">/积分+{{ intoIntegral }}</span></div>
</div>
</div>
</div>