|
@ -29,9 +29,9 @@
|
|
|
</ul>
|
|
|
<ul class="label-list p0 m0" style="overflow: auto; height: 100%;" v-if="isLabel">
|
|
|
<li v-for="(label, index) in labelList" :key="index">
|
|
|
<h4 class="c-border-b m0 lh40 pl10 pr50 clearfix" @click="selectIndexFn(index, label)" :class="{'active':selectIndex == index}">{{label.labelName}}<span class="fr">{{label.count}}</span></h4>
|
|
|
<h4 class="c-border-b m0 lh40 pl10 pr50 cur-pit clearfix" @click="selectIndexFn(index, label)" :class="{'active':selectIndex == index}">{{label.labelName}}<span class="fr">{{label.count}}</span></h4>
|
|
|
<ul class="pat-list p0 m0 c-border-b" v-if="selectIndex == index">
|
|
|
<li class="clearfix lh40 plr20 ptb10" v-for="(pati, ind) in patiList" @click="getPatientInfo(pati)">
|
|
|
<li class="clearfix lh40 plr20 ptb10 cur-pit" v-for="(pati, ind) in patiList" @click="getPatientInfo(pati)">
|
|
|
<div class="fl set-img">
|
|
|
<img :src="setPatImg(pati.photo)" alt="居民头像" />
|
|
|
</div>
|