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

@@ -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">