Pārlūkot izejas kodu

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 2 gadus atpakaļ
vecāks
revīzija
acf38eca50

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyThree.vue Parādīt failu

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) {