huangyw 2 anos atrás
pai
commit
495067f669

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyThree.vue Ver arquivo

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