csx 5 years ago
parent
commit
1c8f84f848
2 changed files with 555 additions and 553 deletions
  1. 552 550
      src/pages/main/Print.vue
  2. 3 3
      src/pages/main/PrintIndex.vue

File diff suppressed because it is too large
+ 552 - 550
src/pages/main/Print.vue


+ 3 - 3
src/pages/main/PrintIndex.vue View File

@@ -659,7 +659,7 @@
659 659
                         <label for="PredialysisEvaluation_catheter_bend_6" class="radio-lebel-box">
660 660
                                                         <span class="radio-inner">
661 661
                                                             <span class="radio-fang"
662
-                                                                  :class="{'is-checked-radio':predialysis.catheter_bend!=1?true:false}"></span>
662
+                                                                  :class="{'is-checked-radio':predialysis.catheter_bend == 2?true:false}"></span>
663 663
                                                             <input vt-model="predialysis.catheter_bend"
664 664
                                                                    id="PredialysisEvaluation_catheter_bend_6"
665 665
                                                                    name="catheter_bend" type="radio" class="radio-no"
@@ -1188,7 +1188,7 @@
1188 1188
                       <label for="afterdialysis_puncture_point_oozing_blood_2" class="radio-lebel-box">
1189 1189
                                                     <span class="radio-inner">
1190 1190
                                                         <span class="radio-fang"
1191
-                                                              :class="{'is-checked-radio':afterdialysis.puncture_point_oozing_blood!=1?true:false}"></span>
1191
+                                                              :class="{'is-checked-radio':afterdialysis.puncture_point_oozing_blood==2?true:false}"></span>
1192 1192
                                                         <input vt-model="afterdialysis.puncture_point_oozing_blood"
1193 1193
                                                                id="afterdialysis_puncture_point_oozing_blood_2"
1194 1194
                                                                name="afterdialysis_puncture_point_oozing_blood"
@@ -1215,7 +1215,7 @@
1215 1215
                       <label for="afterdialysis_puncture_point_haematoma_2" class="radio-lebel-box">
1216 1216
                                                     <span class="radio-inner">
1217 1217
                                                         <span class="radio-fang"
1218
-                                                              :class="{'is-checked-radio':afterdialysis.puncture_point_haematoma!=1?true:false}"></span>
1218
+                                                              :class="{'is-checked-radio':afterdialysis.puncture_point_haematoma==2?true:false}"></span>
1219 1219
                                                         <input vt-model="afterdialysis.puncture_point_haematoma"
1220 1220
                                                                id="afterdialysis_puncture_point_haematoma_2"
1221 1221
                                                                name="afterdialysis_puncture_point_haematoma"