瀏覽代碼

10月28济仁

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

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

1149
                           </td>
1149
                           </td>
1150
                           <td>
1150
                           <td>
1151
                             {{monitor_record.sodium_concentration ? monitor_record.sodium_concentration : '0'}} /
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
                           </td>
1153
                           </td>
1154
                           <td>
1154
                           <td>
1155
                             {{ monitor_record.pulse_frequency ? monitor_record.pulse_frequency : "/" }}
1155
                             {{ monitor_record.pulse_frequency ? monitor_record.pulse_frequency : "/" }}

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

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