huangyw 2 years ago
parent
commit
495067f669
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/dialysis/template/DialysisPrintOrderFiftyThree.vue

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyThree.vue View File

@@ -858,7 +858,7 @@
858 858
               {{
859 859
                 monitor.blood_oxygen_saturation
860 860
                   ? monitor.blood_oxygen_saturation
861
-                  : "0"
861
+                  : ""
862 862
               }}
863 863
             </span>
864 864
           </td>
@@ -2001,7 +2001,7 @@ export default {
2001 2001
           this.prescription = response.data.data.dialysisPrescription;
2002 2002
           this.receiverTreatmentAccess =
2003 2003
             response.data.data.receiverTreatmentAccess;
2004
-          this.assessmentafter = response.data.data.AssessmentAfterDislysis;
2004
+          this.assessmentafter = response.data.data.assessmentAfterDislysis;
2005 2005
 
2006 2006
           this.sick_condition_arr.forEach((o) => {
2007 2007
             if (this.receiverTreatmentAccess.sick_condition == o.id) {