Bladeren bron

Merge branch 'master' of http://git.shengws.com/csx/Pad_New

XMLWAN 4 jaren geleden
bovenliggende
commit
6b00a8eac3
1 gewijzigde bestanden met toevoegingen van 10 en 5 verwijderingen
  1. 10 5
      src/pages/advice/DialysisAdviceTable.vue

+ 10 - 5
src/pages/advice/DialysisAdviceTable.vue Bestand weergeven

@@ -78,11 +78,11 @@
78 78
     <div style="width:100%;overflow:hildden;overflow-x:auto;" class="DialysisAdvice">
79 79
       <div class="blueBorder"></div>
80 80
 
81
-      <table class="table">
81
+      <table class="table dialysisTable">
82 82
         <tr>
83 83
           <th width="60px">姓名</th>
84 84
           <th width="40px">透析号</th>
85
-          <th width="50px">类型</th>
85
+          <!-- <th width="50px">类型</th> -->
86 86
           <th width="110px">开始时间</th>
87 87
           <th width="140px">医嘱内容</th>
88 88
           <th width="100px">执行时间</th>
@@ -95,7 +95,7 @@
95 95
         <template v-for="(schedules, zone_name, index) in filtedScheduals">
96 96
           <tr :key="index">
97 97
             <td>{{ zone_name }}</td>
98
-            <td></td>
98
+            <!-- <td></td> -->
99 99
             <td></td>
100 100
             <td></td>
101 101
             <td></td>
@@ -119,10 +119,10 @@
119 119
                   advice.parent_id == 0 ? schedule.patient.dialysis_no : ""
120 120
                   }}
121 121
                 </td>
122
-                <td
122
+                <!-- <td
123 123
                   v-if="advice_index == 0"
124 124
                   :rowspan="group.advices.length"
125
-                >{{ getAdaviceType(advice.advice_type, advice.parent_id) }}</td>
125
+                >{{ getAdaviceType(advice.advice_type, advice.parent_id) }}</td> -->
126 126
                 <td v-if="advice_index == 0" :rowspan="group.advices.length">
127 127
                   {{
128 128
                   advice.parent_id == 0
@@ -624,6 +624,11 @@ export default {
624 624
   padding-right: 5px;
625 625
   // background: #fafcfe;
626 626
 }
627
+.dialysisTable {
628
+  @media only screen and (max-width: 450px) {
629
+    width: 1070px;
630
+  }
631
+}
627 632
 </style>
628 633
 <style lang="scss">
629 634
 // .el-table {