Browse Source

Merge branch '20210329_pad_vue_new_branch' of http://git.shengws.com/csx/Pad_New into 20210329_pad_vue_new_branch

XMLWAN 1 year ago
parent
commit
16fa14e4bc

+ 1 - 1
src/pages/patientSchedule/TbDialog.vue View File

230
   }
230
   }
231
   .Tb-Dialog >>> .van-tab--active{
231
   .Tb-Dialog >>> .van-tab--active{
232
     color: #2196f3;
232
     color: #2196f3;
233
-    border-bottom: 3px solid #ee0a24;
233
+    border-bottom: 3px solid #2196f3;
234
   }
234
   }
235
   .Tb-Dialog >>> .van-sticky--fixed{
235
   .Tb-Dialog >>> .van-sticky--fixed{
236
     top:5rem;
236
     top:5rem;

+ 1 - 1
src/pages/patientSchedule/patientScheduleIndex.vue View File

37
             <!-- <van-switch :value="isOpen" @input="changeIsOpen" /> -->
37
             <!-- <van-switch :value="isOpen" @input="changeIsOpen" /> -->
38
         </div>
38
         </div>
39
         <div class="schedulingList">
39
         <div class="schedulingList">
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">
41
                 <div >
41
                 <div >
42
                   {{item.patient.name ? item.patient.name : '未排班'}}
42
                   {{item.patient.name ? item.patient.name : '未排班'}}
43
                   (<span v-if="item.schedule_type == 1">上午</span><span v-if="item.schedule_type == 2">下午</span><span v-if="item.schedule_type == 3">晚上</span>
43
                   (<span v-if="item.schedule_type == 1">上午</span><span v-if="item.schedule_type == 2">下午</span><span v-if="item.schedule_type == 3">晚上</span>