瀏覽代碼

10月28济仁

yq1 7 月之前
父節點
當前提交
b43a8801d6

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_seventythree.vue 查看文件

@@ -1149,7 +1149,7 @@
1149 1149
                           </td>
1150 1150
                           <td>
1151 1151
                             {{monitor_record.sodium_concentration ? monitor_record.sodium_concentration : '0'}} /
1152
-                            {{ monitor_record.temperature ? monitor_record.temperature : '0' }}
1152
+                            {{ monitor_record.dialysate_temperature ? monitor_record.dialysate_temperature : '0' }}
1153 1153
                           </td>
1154 1154
                           <td>
1155 1155
                             {{ monitor_record.pulse_frequency ? monitor_record.pulse_frequency : "/" }}

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderSeventythree.vue 查看文件

@@ -1062,7 +1062,7 @@
1062 1062
                         <!-- 钠浓度(mmol/L)/温度°C -->
1063 1063
                         <td>
1064 1064
                           {{ monitor.sodium_concentration ? monitor.sodium_concentration : "0" }} / 
1065
-                          {{ monitor.temperature ? monitor.temperature : '0' }}
1065
+                          {{ monitor.dialysate_temperature ? monitor.dialysate_temperature : '0' }}
1066 1066
                         </td>
1067 1067
 
1068 1068
                         <td>{{ monitor.pulse_frequency? monitor.pulse_frequency: ""}}</td>
@@ -3207,13 +3207,13 @@ export default {
3207 3207
   width: 50%;
3208 3208
 }
3209 3209
 
3210
-.under_line::before {
3210
+/* .under_line::before {
3211 3211
   content: "\00A0";
3212 3212
 }
3213 3213
 
3214 3214
 .under_line::after {
3215 3215
   content: "\00A0";
3216
-}
3216
+} */
3217 3217
 
3218 3218
 .flex {
3219 3219
   display: -webkit-box;