yq1 4 месяцев назад
Родитель
Сommit
af7a41157c
1 измененных файлов: 7 добавлений и 5 удалений
  1. 7 5
      src/pages/main/template/DialysisPrintOrderSeventythree.vue

+ 7 - 5
src/pages/main/template/DialysisPrintOrderSeventythree.vue Просмотреть файл

@@ -478,8 +478,10 @@
478 478
                   <div class="inline_block" style="flex: 1">
479 479
                     透析时长:
480 480
                     <div class="under_line" style="width: 50px; text-align: center">
481
-                      {{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour : "/" }}
482
-                    </div>h
481
+                      {{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour : "/" }}h
482
+                      <span v-if="prescription.dialysis_duration_minute>0">{{prescription.dialysis_duration_minute}}min</span>
483
+                    </div>
484
+
483 485
                   </div>
484 486
                   <div class="inline_block" style="flex: 1">
485 487
                     <span >透析方式:</span>
@@ -923,7 +925,7 @@
923 925
                         <!-- 钠浓度(mmol/L)/温度°C -->
924 926
                         <td>
925 927
                           {{ monitor.sodium_concentration ? monitor.sodium_concentration : "0" }} /
926
-                          {{  monitor.temperature ? monitor.temperature : '0' }}
928
+                          {{  monitor.dialysate_temperature ? monitor.dialysate_temperature : '0' }}
927 929
                         </td>
928 930
                         <td>{{ monitor.pulse_frequency? monitor.pulse_frequency: "/"}}</td>
929 931
                         <td >{{monitor.breathing_rate ? monitor.breathing_rate : "/"}}</td>
@@ -2058,13 +2060,13 @@ export default {
2058 2060
   width: 50%;
2059 2061
 }
2060 2062
 
2061
-.under_line::before {
2063
+/* .under_line::before {
2062 2064
   content: "\00A0";
2063 2065
 }
2064 2066
 
2065 2067
 .under_line::after {
2066 2068
   content: "\00A0";
2067
-}
2069
+} */
2068 2070
 
2069 2071
 .flex {
2070 2072
   display: -webkit-box;