Browse Source

出诊信息秒速

master
kuaileWu 9 months ago
parent
commit
16eb131908
  1. 3
      pages/index/index.vue

3
pages/index/index.vue

@ -41,7 +41,7 @@
<img :src="cssUrl+'index_comback.svg'" v-if="item.hospital_pos" @click="toLocation(item)">
</view>
<view class="date over2 over4">
出诊{{ item.visit_time }}
出诊{{ item.workdate_desc }}
</view>
</view>
<view class="right">
@ -252,6 +252,7 @@
let workDateValArr = Object.values(this.workdate);
let timeList = [];
this.hospital_departs = this.doctorInfo.hospital_departs.map((item,index)=>{
item.workdate_desc = this.doctorInfo.workdate_desc[item.depart_id]
let indexofNum = workDatKeyArr.indexOf(item.depart_id);
if(indexofNum > -1){
let departCurItem = workDateValArr[indexofNum];

Loading…
Cancel
Save