XMLWAN 4 years ago
parent
commit
76faf689f8

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

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

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

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