yq1 преди 1 седмица
родител
ревизия
3c686f00a1
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4 3
      src/xt_pages/user/physiqueprinting.vue

+ 4 - 3
src/xt_pages/user/physiqueprinting.vue Целия файл

@@ -60,8 +60,8 @@
60 60
             <div style="flex: 1;">家庭住址:{{ patient.home_address }}</div>
61 61
           </div>
62 62
           <div style="display: flex; justify-self: start; margin-top: 5px ;width: 100%;">
63
-            <div style="flex: 1;">肾移植史:{{ item.is_shenyizhi_history == 0?'无':'有' }}</div>
64
-            <div style="flex: 1;">腹膜透析史:{{ item.is_fumo_dialysis_history == 0? '无':'有' }}</div>
63
+            <div style="flex: 1;">肾移植史:{{ item.is_shenyizhi_history == 1?'无':'有' }}</div>
64
+            <div style="flex: 1;">腹膜透析史:{{ item.is_fumo_dialysis_history == 1? '无':'有' }}</div>
65 65
             <div style="flex: 1;" v-if="item.is_hypersusceptibility == 0">过敏药物:无</div>
66 66
             <div style="flex: 1;" v-if="item.is_hypersusceptibility == 2">过敏药物:有</div>
67 67
             <div style="flex: 1;" v-if="item.is_hypersusceptibility == 3">过敏药物:不想</div>
@@ -677,8 +677,9 @@ export default {
677 677
         if (response.data.state == 1) {
678 678
           this.patient = response.data.data.patient
679 679
           this.diagnosis = this.patient.diagnose.split(',')
680
-          console.log('ttttttt',this.diagnosis);
680
+          
681 681
           this.list = response.data.data.sickhistorys
682
+          console.log('ttttttt',response.data.data);
682 683
         }
683 684
       })
684 685
     },