Просмотр исходного кода

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

XMLWAN 1 год назад
Родитель
Сommit
16fa14e4bc

+ 1 - 1
src/pages/patientSchedule/TbDialog.vue Просмотреть файл

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

+ 1 - 1
src/pages/patientSchedule/patientScheduleIndex.vue Просмотреть файл

@@ -37,7 +37,7 @@
37 37
             <!-- <van-switch :value="isOpen" @input="changeIsOpen" /> -->
38 38
         </div>
39 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 41
                 <div >
42 42
                   {{item.patient.name ? item.patient.name : '未排班'}}
43 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>