This commit is contained in:
花有清香月有阴
2022-01-27 16:45:30 +08:00
parent 036c5c30b0
commit 9f9de31f21
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<p>异常情况</p>
<div v-if="datas.length">
<div v-for="(item, index) in datas" :key="index" style="color: #ff4466">
<span style="color: #666" v-if="item.status == 0">{{ item.checkTime && item.checkTime.substring(0, 10) }}:</span>
<span style="color: #666" v-if="item.status == 0">{{ item.createTime && item.createTime.substring(0, 10) }}:</span>
<div v-if="item.temperature * 1 >= 37.3">
<span>当前体温</span>

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" v-if="userList.status == '0'">异常情况处理</div>
<!-- && today == '1' -->
</div>
</template>