This commit is contained in:
花有清香月有阴
2022-01-13 11:44:11 +08:00
parent 790d4a5ec9
commit f655dbb5b9
2 changed files with 3 additions and 2 deletions

View File

@@ -49,7 +49,8 @@
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
</div>
<div class="fixedBtn" @click="toErr" v-if="userList.status == '0' && today == '1'">异常情况处理</div>
<div class="fixedBtn" @click="toErr">异常情况处理</div>
<!-- v-if="userList.status == '0' && today == '1'" -->
</div>
</template>

View File

@@ -67,7 +67,7 @@
<div class="item-flex">
<div class="label">健康码</div>
<div class="value" :style="{ color: userList.healthCode == '3' ? '#FF4466 ' : '' }">{{ $dict.getLabel('epidemicHealthCode', userList.healthCode) }}</div>
<div class="value" :style="{ color: userList.healthCode == '0' || userList.healthCode == '1' ? '#42D784' : '#FF4466' }">{{ $dict.getLabel('epidemicHealthCode', userList.healthCode) }}</div>
</div>
<div class="item-flex">