huangyw 2 years ago
parent
commit
8b10837a9d
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/xt_pages/dialysis/template/DialysisPrintOrderSixty.vue

+ 5 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderSixty.vue View File

@@ -69,7 +69,7 @@
69 69
           </div>
70 70
           <div class="inline_block">
71 71
             床号:
72
-            <div class="under_line" style="width: 50px; text-align: center">
72
+            <div class="under_line" style="width: 90px; text-align: center">
73 73
               <span>{{
74 74
                 dialysisOrder &&
75 75
                 dialysisOrder.DeviceNumber &&
@@ -1148,7 +1148,7 @@
1148 1148
                           }})
1149 1149
                         </td>
1150 1150
                         <td width="60">透析液温度(°C)</td>
1151
-                        <td width="60">SpO₂<br />(%)</td>
1151
+                        <td width="60">电导度<br />(%)</td>
1152 1152
                         <td width="50">超滤量<br />(ml)</td>
1153 1153
                         <td width="200">病情变化及处理</td>
1154 1154
 
@@ -1182,7 +1182,7 @@
1182 1182
                           </span>
1183 1183
                         </td>
1184 1184
                         <td>{{ monitor.dialysate_temperature? monitor.dialysate_temperature: ""}}</td>
1185
-                        <td>{{ monitor.blood_oxygen_saturation? monitor.blood_oxygen_saturation: ""}}</td>
1185
+                        <td>{{ monitor.conductivity? monitor.conductivity: ""}}</td>
1186 1186
                         <td>{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume: ""}}</td>
1187 1187
                         <td style="line-height: 16px; padding: 0px">
1188 1188
                           <div
@@ -1315,6 +1315,7 @@
1315 1315
                           <span v-if="advice.start_time">
1316 1316
                             {{ getTime(advice.start_time, "{h}:{i}") }}
1317 1317
                           </span>
1318
+
1318 1319
                           <!-- <span v-else>&nbsp;<br/>&nbsp;</span> -->
1319 1320
                         </td>
1320 1321
                         <td
@@ -1466,7 +1467,7 @@
1466 1467
             </div>
1467 1468
             <div class="inline_block">
1468 1469
               床号:
1469
-              <div class="under_line" style="width: 50px; text-align: center">
1470
+              <div class="under_line" style="width: 90px; text-align: center">
1470 1471
               <span>{{
1471 1472
                 dialysisOrder &&
1472 1473
                 dialysisOrder.DeviceNumber &&