XMLWAN 3 years ago
parent
commit
76faf689f8

+ 1 - 1
src/xt_pages/dialysis/details/acceptsAssessment.vue View File

@@ -108,7 +108,7 @@
108 108
         </li>
109 109
         
110 110
        <li v-if="isShow('是否跌倒')">
111
-          <label>风险程度:</label>
111
+          <label>是否跌倒:</label>
112 112
           <span class="content">
113 113
             <span v-if="this.record.tumble == 1">是</span>
114 114
             <span v-if="this.record.tumble == 2">否</span>

+ 1 - 1
src/xt_pages/dialysis/details/dialog/acceptsTreatmentDialog.vue View File

@@ -313,7 +313,7 @@ export default {
313 313
       return false;
314 314
     },
315 315
     show(accepts) {
316
-      accepts.tumble = accepts.tumble.toString()
316
+    
317 317
       this.accepts = accepts;
318 318
       // console.log("accepts", accepts);
319 319
       var arr = [];