This commit is contained in:
liuye
2022-01-12 10:16:48 +08:00
parent 3605897769
commit 26522de37b
2 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,9 @@
<div class="error-list">
<div class="item" v-for="(item, index) in list" :key="index">
<p>{{item.content}}</p>
<div>{{item.createTime}}<span>网格员: {{item.createUserName}}</span></div>
<div>{{item.createTime}}
<!-- <span>网格员: {{item.createUserName}}</span> -->
</div>
</div>
<AiEmpty v-if="!list.length"></AiEmpty>
</div>

View File

@@ -97,7 +97,7 @@
<div class="item-flex">
<div class="label">当前健康状况</div>
<div class="value" >
<span v-for="(item, index) in info.health" :key="index" :style="item != 0 ? 'color:#FF4466;' : ''">{{$dict.getLabel('epidemicRecentHealth', item)}}</span>
<span v-for="(item, index) in info.health" :key="index" :style="item != 0 ? 'color:#FF4466;' : ''">{{$dict.getLabel('epidemicRecentHealth', item)}}<br/></span>
</div>
</div>
</div>