bug
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
</div>
|
||||
<div class="form-item__right">
|
||||
<span>
|
||||
<span v-for="(item, index) in healthInfo.health" :key="index" :style="item != 0 ? 'color:#FF4466;' : ''"><span v-if="index>0">;</span>{{$dict.getLabel('epidemicRecentHealth', item)}}</span>
|
||||
<span v-for="(item, index) in healthInfo.health" :key="index" :style="item != 0 ? 'color:#FF4466;' : ''"><span v-if="index>0" :style="item != 0 ? 'color:#FF4466;' : ''">;</span>{{$dict.getLabel('epidemicRecentHealth', item)}}</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -172,6 +172,7 @@ export default {
|
||||
this.month = date.getMonth() + 1
|
||||
this.getStatis()
|
||||
this.getCheckTodayReport()
|
||||
this.isGirdUser()
|
||||
},
|
||||
onShow() {
|
||||
document.title = '健康上报'
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
<div class="form-item__right">
|
||||
<span>
|
||||
<span v-for="(item, index) in healthInfo.health" :key="index" :style="item != 0 ? 'color:#FF4466;' : ''"><span v-if="index>0">;</span>{{$dict.getLabel('epidemicRecentHealth', item)}}</span>
|
||||
<span v-for="(item, index) in healthInfo.health" :key="index" :style="item != 0 ? 'color:#FF4466;' : ''"><span v-if="index>0" :style="item != 0 ? 'color:#FF4466;' : ''">;</span>{{$dict.getLabel('epidemicRecentHealth', item)}}</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user