|
@ -183,7 +183,7 @@
|
|
|
<div v-if="o.code=='3'" class="flex lh28">
|
|
|
<!-- o.type 1: 血糖 2: 血压 -->
|
|
|
<span>最近体征:</span>
|
|
|
<div v-if="!o.type" class="">--</div>
|
|
|
<div v-if="!o.type || o.compeletTotal==0" class="">--</div>
|
|
|
<div v-else-if="o.type==1">
|
|
|
<span class="zhibiao_icon" :class="{'low':o.levelClazz1=='low', 'high':o.levelClazz1=='high'}">{{o.levelName}}血糖:{{o.value1}}</span>
|
|
|
</div>
|