Browse Source

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

XMLWAN 4 years ago
parent
commit
6b00a8eac3
1 changed files with 10 additions and 5 deletions
  1. 10 5
      src/pages/advice/DialysisAdviceTable.vue

+ 10 - 5
src/pages/advice/DialysisAdviceTable.vue View File

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