瀏覽代碼

9月16日杨青

杨青 1 年之前
父節點
當前提交
bbe6f52ca5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/workforce/Patientshift.vue

+ 2 - 2
src/xt_pages/workforce/Patientshift.vue 查看文件

57
                 <td style="text-align: center;">{{ getZoneName(ite.partition_id) }}</td>
57
                 <td style="text-align: center;">{{ getZoneName(ite.partition_id) }}</td>
58
                 <td>
58
                 <td>
59
                   <div v-for="(it,index) in numberlist" style="display: inline-block;position: relative;" >
59
                   <div v-for="(it,index) in numberlist" style="display: inline-block;position: relative;" >
60
-                    <div  v-if="ite.partition_id==it.zone_id" class="huanzhekuais" :style="{'height':hidder ? '30px': '110px','line-height':hidder ? '30px':''}" @dblclick="db_click($event,it)" @drop="drop($event,item,it.number)" @dragstart="curInfoDragStart($event,item)" draggable="true"   @dragover="allowDrop"> 
60
+                    <div  v-if="ite.partition_id==it.zone_id" class="huanzhekuais" :style="{'height':!hidder ? '110px': '30px','line-height':hidder ? '30px':''}" @dblclick="db_click($event,it)" @drop="drop($event,item,it.number)" @dragstart="curInfoDragStart($event,item)" draggable="true"   @dragover="allowDrop"> 
61
                       <div class="huanzhekuai">
61
                       <div class="huanzhekuai">
62
                         <div v-for="(item2) in item.list"   draggable="true" >
62
                         <div v-for="(item2) in item.list"   draggable="true" >
63
                           <template >
63
                           <template >
243
       tipDialogVisible:false,
243
       tipDialogVisible:false,
244
       tipDialogVisibleTwo:false,
244
       tipDialogVisibleTwo:false,
245
       tipDialogVisibleThree:false,
245
       tipDialogVisibleThree:false,
246
-      hidder: true,
246
+      hidder: false,
247
       td_1_width: '8%',
247
       td_1_width: '8%',
248
       td_3_width: '90%',
248
       td_3_width: '90%',
249
       date:'',
249
       date:'',