Browse Source

表格渲染

xiaoming_global 5 years ago
parent
commit
410e842085

+ 4 - 1
src/pages/layout/SideBar.vue View File

@@ -85,6 +85,9 @@ export default {
85 85
   // position: fixed;
86 86
   height: 50px;
87 87
   z-index: 999;
88
+  @media only screen and (min-width: 768px) {
89
+    height: 70px;
90
+  }
88 91
   .column {
89 92
     .head {
90 93
       @include display-flex;
@@ -127,7 +130,7 @@ export default {
127 130
           @media only screen and (min-width: 768px) {
128 131
             display: flex;
129 132
             align-items: center;
130
-            margin-bottom: 20px;
133
+            // margin-bottom: 20px;
131 134
           }
132 135
           p {
133 136
             font-size: 0.32rem;

+ 1 - 0
src/pages/main/PatientBox.vue View File

@@ -294,6 +294,7 @@ export default {
294 294
         .iconfont {
295 295
           margin: 0 0.1rem 0 0;
296 296
           font-size: 0.4rem;
297
+          display: none;
297 298
         }
298 299
       }
299 300
     }

+ 6 - 4
src/pages/main/RecordPage.vue View File

@@ -57,7 +57,7 @@
57 57
           >搜索</van-button>
58 58
         </van-field>-->
59 59
         <el-input
60
-          class="newInput"
60
+          class="newinput"
61 61
           prefix-icon="el-icon-search"
62 62
           v-model="search_input"
63 63
           ref="search_field"
@@ -317,23 +317,25 @@ export default {
317 317
 }
318 318
 </style>
319 319
 <style lang="scss">
320
-.newInput {
320
+.newinput {
321 321
   height: 100%;
322 322
   width: 85% !important;
323 323
   float: left;
324 324
   .el-input__inner {
325
-    height: 100%;
325
+    height: 1rem;
326 326
     line-height: 1rem;
327 327
     width: 100%;
328 328
     border-radius: 30px;
329 329
     border: none;
330 330
     font-size: 0.45rem;
331
+    box-sizing: border-box;
332
+    padding-bottom: 0.05rem;
331 333
     @media only screen and (min-width: 768px) {
332 334
       padding-left: 0.9rem !important;
333 335
     }
334 336
   }
335 337
   .el-input__icon {
336
-    line-height: 1rem;
338
+    line-height: 0.95rem;
337 339
     font-size: 0.45rem;
338 340
     margin-top: 0.02rem;
339 341
     padding-left: 0.1rem;

+ 4 - 1
src/pages/main/add_urgent_schedule.vue View File

@@ -575,7 +575,7 @@ export default {
575 575
       }
576 576
 
577 577
       .danger_hint {
578
-        font-size: 0.34rem;
578
+        font-size: 0.4rem;
579 579
         line-height: 40px;
580 580
         text-align: center;
581 581
         color: red;
@@ -631,4 +631,7 @@ export default {
631 631
     }
632 632
   }
633 633
 }
634
+.van-ellipsis {
635
+  font-size: 0.45rem;
636
+}
634 637
 </style>

+ 3 - 3
src/pages/main/dialysis/AdviceTable.vue View File

@@ -1582,7 +1582,7 @@ export default {
1582 1582
     padding: 0.24rem 0;
1583 1583
     background: #f6f8f9;
1584 1584
     ul {
1585
-      width: 50%;
1585
+      width: 92%;
1586 1586
       background: #fff;
1587 1587
       margin: 0 auto;
1588 1588
       border-radius: 30px;
@@ -1592,12 +1592,12 @@ export default {
1592 1592
         @include text-align;
1593 1593
         padding-left: 15px;
1594 1594
         .iconfont {
1595
-          font-size: 0.42rem;
1595
+          font-size: 0.6rem;
1596 1596
         }
1597 1597
         input {
1598 1598
           border: none;
1599 1599
           border-radius: 30px;
1600
-          padding: 0.15rem;
1600
+          padding: 0.2rem;
1601 1601
           width: 100%;
1602 1602
           color: $pgh-color;
1603 1603
         }

+ 4 - 4
src/pages/main/dialysis/CheckTab.vue View File

@@ -187,16 +187,16 @@ export default {
187 187
 }
188 188
 .nav {
189 189
   .van-tabs {
190
-    height: 1rem !important;
190
+    height: 1.2rem !important;
191 191
   }
192 192
   .van-tabs--line .van-tabs__wrap {
193
-    height: 1rem !important;
193
+    height: 1.2rem !important;
194 194
   }
195 195
   .van-tabs--line {
196
-    padding-top: 1rem !important;
196
+    padding-top: 1.2rem !important;
197 197
   }
198 198
   .van-tab {
199
-    line-height: 1rem !important;
199
+    line-height: 1.2rem !important;
200 200
   }
201 201
 }
202 202
 </style>

+ 5 - 3
src/pages/main/dialysis/InspectionItemTable.vue View File

@@ -300,7 +300,7 @@ export default {
300 300
 .van-list {
301 301
   background: #fff;
302 302
   min-height: calc(100vh - 178px);
303
-  margin-top: 62px;
303
+  margin-top: 68px;
304 304
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
305 305
   //   margin-top: 84px;
306 306
   // }
@@ -323,8 +323,10 @@ export default {
323 323
 </style>
324 324
 
325 325
 <style lang="scss">
326
-.van-ellipsis {
327
-  font-size: 0.34rem;
326
+.nav {
327
+  .van-ellipsis {
328
+    font-size: 0.4rem;
329
+  }
328 330
 }
329 331
 
330 332
 .van-tabs__line {

+ 2 - 2
src/pages/main/records/RecordsTab.vue View File

@@ -353,11 +353,11 @@ export default {
353 353
       padding: 0.25rem 0;
354 354
       margin: 0 0.2rem 0 0;
355 355
       .name {
356
-        font-size: 0.32rem;
356
+        font-size: 0.45rem;
357 357
         color: $pgh-color;
358 358
       }
359 359
       .text {
360
-        font-size: 0.3rem;
360
+        font-size: 0.45rem;
361 361
         color: $pgh-color;
362 362
       }
363 363
     }

+ 8 - 3
src/pages/main/today/TodayTab.vue View File

@@ -1567,11 +1567,11 @@ export default {
1567 1567
           p {
1568 1568
             line-height: 0.6rem;
1569 1569
             color: #34495e;
1570
-            font-size: 0.3rem;
1570
+            font-size: 0.4rem;
1571 1571
           }
1572 1572
           img {
1573
-            width: 1rem;
1574
-            height: 1rem;
1573
+            width: 1.2rem;
1574
+            height: 1.2rem;
1575 1575
           }
1576 1576
         }
1577 1577
       }
@@ -1598,6 +1598,11 @@ export default {
1598 1598
   border: 1px solid #fff;
1599 1599
   top: -8px;
1600 1600
   right: -8px;
1601
+  @media only screen and (min-width: 768px) {
1602
+    height: 30px;
1603
+    width: 30px;
1604
+    line-height: 28px;
1605
+  }
1601 1606
 }
1602 1607
 .goTop {
1603 1608
   z-index: 999;

+ 80 - 63
src/pages/main/today/statOrder.vue View File

@@ -6,7 +6,7 @@
6 6
       <span class="line"></span>
7 7
     </h2>
8 8
 
9
-      <!-- <div class="newDiv">
9
+    <!-- <div class="newDiv">
10 10
       <table class="table">
11 11
         <tr>
12 12
           <th width="12%">开嘱医生</th>
@@ -55,57 +55,63 @@
55 55
     </div>
56 56
     <div class="NoData" v-show="advice_groups.length == 0">
57 57
       <img style="margin-top: 50px; margin-bottom: 50px" src="@/assets/login/data.jpg" alt />
58
+<<<<<<< .mine
58 59
     </div> -->
59 60
     <el-table :data="tableDate" border style="width: 100%">
60 61
       <el-table-column fixed  label="开嘱医生" width="100">
61 62
         <template slot-scope="scope">
62 63
            {{doctor_map[scope.row.advice_doctor] != undefined ? doctor_map[scope.row.advice_doctor].name : ""}}
63 64
         </template>
65
+=======
66
+    </div>-->
67
+    <el-table :data="tableDate" border style="width: 100%">
68
+      <el-table-column fixed label="开嘱医生" width="100">
69
+        <template
70
+          slot-scope="scope"
71
+        >{{doctor_map[scope.row.advice_doctor] != undefined ? doctor_map[scope.row.advice_doctor].name : ""}}</template>
72
+>>>>>>> .theirs
64 73
       </el-table-column>
65
-      <el-table-column label="开始时间" width="100" type="index"
66
-     >
67
-          <template slot-scope="scope">
68
-                {{parseTime(scope.row.start_time, "{m}-{d} {h}:{i}")}}
69
-          </template>
74
+      <el-table-column label="开始时间" width="100" type="index">
75
+        <template slot-scope="scope">{{parseTime(scope.row.start_time, "{m}-{d} {h}:{i}")}}</template>
70 76
       </el-table-column>
71
-      <el-table-column  label="医嘱内容" width="100">
77
+      <el-table-column label="医嘱内容" width="100">
72 78
         <template slot-scope="scope">
73
-               <span>{{scope.row.advice_name }}</span>
79
+          <span>{{scope.row.advice_name }}</span>
74 80
 
75
-              <span v-if="scope.row.advice_desc">{{scope.row.advice_desc}}{{scope.row.drug_spec_unit}}</span>
76
-              <span
77
-                v-if="scope.row.prescribing_number"
78
-              >{{scope.row.prescribing_number}}{{scope.row.prescribing_number_unit}}</span>
79
-              <span v-if="scope.row.single_dose">单次用量{{scope.row.single_dose}}{{scope.row.single_dose_unit}}</span>
80
-              <span v-if="scope.row.parent_id == 0">{{scope.row.delivery_way}}</span>
81
-              <span v-if="scope.row.parent_id == 0">{{scope.row.execution_frequency}}</span>
81
+          <span v-if="scope.row.advice_desc">{{scope.row.advice_desc}}{{scope.row.drug_spec_unit}}</span>
82
+          <span
83
+            v-if="scope.row.prescribing_number"
84
+          >{{scope.row.prescribing_number}}{{scope.row.prescribing_number_unit}}</span>
85
+          <span
86
+            v-if="scope.row.single_dose"
87
+          >单次用量{{scope.row.single_dose}}{{scope.row.single_dose_unit}}</span>
88
+          <span v-if="scope.row.parent_id == 0">{{scope.row.delivery_way}}</span>
89
+          <span v-if="scope.row.parent_id == 0">{{scope.row.execution_frequency}}</span>
82 90
         </template>
83 91
       </el-table-column>
84
-      <el-table-column  label="执行时间" width="100">
85
-         <template slot-scope="scope">
86
-              {{parseTime(scope.row.execution_time, "{m}-{d} {h}:{i}")}}
87
-         </template>
92
+      <el-table-column label="执行时间" width="100">
93
+        <template slot-scope="scope">{{parseTime(scope.row.execution_time, "{m}-{d} {h}:{i}")}}</template>
88 94
       </el-table-column>
89 95
       <el-table-column label="执行护士" width="200">
90
-         <template slot-scope="scope">
91
-          {{scope.row.checker != 0 ? (doctor_map[scope.row.checker] != undefined ? doctor_map[scope.row.checker].name : "") : ""}}
92
-         </template>
96
+        <template
97
+          slot-scope="scope"
98
+        >{{scope.row.checker != 0 ? (doctor_map[scope.row.checker] != undefined ? doctor_map[scope.row.checker].name : "") : ""}}</template>
93 99
       </el-table-column>
94 100
     </el-table>
95 101
   </div>
96 102
 </template>
97 103
 
98 104
 <script>
99
-import { parseTime } from '@/utils'
105
+import { parseTime } from "@/utils";
100 106
 
101 107
 export default {
102
-  name: 'statOrder',
103
-  data () {
108
+  name: "statOrder",
109
+  data() {
104 110
     return {
105
-      title: '临时医嘱 ',
111
+      title: "临时医嘱 ",
106 112
       template_id: 0,
107 113
       tableDate: []
108
-    }
114
+    };
109 115
   },
110 116
   props: {
111 117
     doctor_map: {
@@ -114,94 +120,105 @@ export default {
114 120
     advice_groups: {
115 121
       type: Array,
116 122
       default: () => {
117
-        return []
123
+        return [];
118 124
       }
119 125
     },
120 126
   },
121 127
 
122 128
   methods: {
123
-    setAdvices (advices) {
129
+    setAdvices(advices) {
124 130
       if (advices == null) {
125
-        advices = []
131
+        advices = [];
126 132
       }
127
-      this.tableDate.splice(0, this.tableDate.length)
128
-      this.tableDate.push(...advices)
133
+      this.tableDate.splice(0, this.tableDate.length);
134
+      this.tableDate.push(...advices);
129 135
     },
130
-    parseTime (time, layout) {
136
+    parseTime(time, layout) {
131 137
       if (time == 0) {
132
-        return ''
138
+        return "";
133 139
       }
134
-      return parseTime(time, layout)
140
+      return parseTime(time, layout);
135 141
     },
136
-    createMedicalOrder (row) {
142
+    createMedicalOrder(row) {
137 143
       if (row.parent_id > 0) {
138
-        var spliceIndex = -1
144
+        var spliceIndex = -1;
139 145
         for (let index = this.tableDate.length - 1; ; index--) {
140 146
           if (this.tableDate[index].parent_id === row.parent_id) {
141
-            spliceIndex = index
142
-            break
147
+            spliceIndex = index;
148
+            break;
143 149
           } else if (this.tableDate[index].id === row.parent_id) {
144
-            spliceIndex = index
145
-            break
150
+            spliceIndex = index;
151
+            break;
146 152
           }
147 153
         }
148 154
         if (spliceIndex > -1) {
149
-          spliceIndex += 1
155
+          spliceIndex += 1;
150 156
           if (spliceIndex === this.tableDate.length) {
151
-            this.tableDate.push(row)
157
+            this.tableDate.push(row);
152 158
           } else {
153
-            var swapData = this.tableDate.splice(spliceIndex)
154
-            this.tableDate.push(row)
155
-            this.tableDate = this.tableDate.concat(swapData)
159
+            var swapData = this.tableDate.splice(spliceIndex);
160
+            this.tableDate.push(row);
161
+            this.tableDate = this.tableDate.concat(swapData);
156 162
           }
157 163
         }
158 164
       } else {
159
-        this.tableDate.unshift(row)
165
+        this.tableDate.unshift(row);
160 166
       }
161 167
     },
162
-    delMedicalOrder (row) {
168
+    delMedicalOrder(row) {
163 169
       if (row.parent_id > 0) {
164
-        var rslen = this.tableDate.length
170
+        var rslen = this.tableDate.length;
165 171
         for (let i = 0; i < rslen; i++) {
166 172
           if (this.tableDate[i].id == row.id) {
167
-            this.tableDate.splice(i, 1)
168
-            break
173
+            this.tableDate.splice(i, 1);
174
+            break;
169 175
           }
170 176
         }
171 177
       } else {
172
-        var resetTableData = this.tableDate
173
-        this.tableDate = []
174
-        var that = this
175
-        var rslen = resetTableData.length
178
+        var resetTableData = this.tableDate;
179
+        this.tableDate = [];
180
+        var that = this;
181
+        var rslen = resetTableData.length;
176 182
         for (let i = 0; i < rslen; i++) {
177 183
           if (
178 184
             resetTableData[i].id != row.id &&
179 185
             resetTableData[i].parent_id != row.id
180 186
           ) {
181
-            that.tableDate.push(resetTableData[i])
187
+            that.tableDate.push(resetTableData[i]);
182 188
           }
183 189
         }
184 190
       }
185 191
     },
186
-    executionMedicalOrder (row) {
187
-      var alen = this.tableDate.length
192
+    executionMedicalOrder(row) {
193
+      var alen = this.tableDate.length;
188 194
       for (let index = 0; index < alen; index++) {
189 195
         if (this.tableDate[index].id == row.id) {
190
-          this.tableDate[index].execution_state = 1
191
-          this.tableDate[index].execution_staff = row.execution_staff
192
-          this.tableDate[index].execution_time = row.execution_time
193
-          this.tableDate[index].checker = row.checker
194
-          break
196
+          this.tableDate[index].execution_state = 1;
197
+          this.tableDate[index].execution_staff = row.execution_staff;
198
+          this.tableDate[index].execution_time = row.execution_time;
199
+          this.tableDate[index].checker = row.checker;
200
+          break;
195 201
         }
196 202
       }
197 203
     }
198 204
   },
205
+<<<<<<< .mine
199 206
   created () {
200 207
     this.template_id = this.$store.getters.user.template_info.template_id
201 208
     console.log('this是什么东西', this.advice_groups)
209
+=======
210
+  created() {
211
+    this.template_id = this.$store.getters.user.template_info.template_id;
212
+    console.log("this是什么东西", this.advice_groups);
213
+>>>>>>> .theirs
202 214
   }
215
+<<<<<<< .mine
203 216
 
204 217
 }
218
+=======
219
+};
220
+
221
+>>>>>>> .theirs
205 222
 </script>
206 223
 
207 224
 <style rel="stylesheet/scss" lang="scss" scoped>

+ 5 - 6
src/styles/style.scss View File

@@ -726,13 +726,12 @@ body {
726 726
 }
727 727
 
728 728
 .el-collapse-item__header {
729
-  font-size: 0.35rem !important;
729
+  font-size: 0.45rem !important;
730 730
   color: $pgh-color !important;
731 731
   height: 64px !important;
732 732
   line-height: 64px !important;
733
-  @media only screen and (max-width: 812px) {
734
-    font-size: 0.35rem !important;
735
-    color: $pgh-color !important;
733
+  @media only screen and (max-width: 767px) {
734
+    font-size: 0.45rem !important;
736 735
     height: 48px !important;
737 736
     line-height: 48px !important;
738 737
   }
@@ -750,7 +749,7 @@ body {
750 749
   color: #a8b3ba;
751 750
   width: 6.2rem;
752 751
   float: right;
753
-  font-size: 0.34rem;
752
+  font-size: 0.45rem;
754 753
   .field {
755 754
     // @media only screen and (max-width: 812px) {
756 755
     //   margin-top: 6px;
@@ -880,7 +879,7 @@ body {
880 879
   min-height: calc(100vh - 2px);
881 880
   padding-left: 0.45rem;
882 881
   @media only screen and (min-width: 768px) {
883
-    padding-top: 216px;
882
+    padding-top: 232px;
884 883
   }
885 884
 }
886 885
 #app {