40
|
|
- <div class="schedulingOne" @touchstart="gotouchstart($event,index,item)" @touchmove="gotouchmove" @touchend="gotouchend" @click="item.patient.id > 0 ? toEditPatient(item.id,index,item.order.stage) : openPatientList(item,index)" :id="spanIndex.indexOf(index)>-1 ? 'tavActive' : '' " :class="modeColor(item.mode_name)" v-for="(item,index) in this.seheduleCom" :key="index">
|
|
40
|
+ <div class="schedulingOne" @click="item.patient.id > 0 ? toEditPatient(item.id,index,item.order.stage) : openPatientList(item,index)" :id="spanIndex.indexOf(index)>-1 ? 'tavActive' : '' " :class="modeColor(item.mode_name)" v-for="(item,index) in this.seheduleCom" :key="index">
|