Bladeren bron

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

XMLWAN 4 jaren geleden
bovenliggende
commit
af483edf79

+ 3 - 3
src/xt_pages/dialysis/batch_print/batch_print_order_twelve.vue Bestand weergeven

@@ -877,7 +877,7 @@
877 877
                   </th>
878 878
                   <th style="width:70px">
879 879
                     <p style="height:20px;line-height:20px">脱水量</p>
880
-                    <p style="height:20px;line-height:20px">L</p>
880
+                    <p style="height:20px;line-height:20px">ml</p>
881 881
                   </th>
882 882
                   <th style="width:30px">
883 883
                     <p style="height:20px;line-height:20px">T</p>
@@ -935,7 +935,7 @@
935 935
                     <span v-if="getTime(monitor.operate_time) != ''">
936 936
                       {{
937 937
                         monitor.blood_flow_volume
938
-                          ? monitor.blood_flow_volume
938
+                          ? monitor.blood_flow_volume 
939 939
                           : "0"
940 940
                       }}</span
941 941
                     >
@@ -944,7 +944,7 @@
944 944
                     <span v-if="getTime(monitor.operate_time) != ''">
945 945
                       {{
946 946
                         monitor.ultrafiltration_volume
947
-                          ? monitor.ultrafiltration_volume
947
+                          ? monitor.ultrafiltration_volume * 1000
948 948
                           : "0"
949 949
                       }}
950 950
                     </span>

Diff onderdrukt omdat het te groot bestand
+ 286 - 363
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue