Browse Source

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

XMLWAN 3 years ago
parent
commit
8d6f54fcd9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/dialysis/template/DialysisPrintOrderFortyOne.vue

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderFortyOne.vue View File

@@ -729,10 +729,10 @@
729 729
                   <div class="inline_block" style="flex:1;display: flex;align-items: center;">
730 730
                     治疗医生:
731 731
                     <div class="under_line" style="width: 80px;text-align: center">
732
-                      <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(prescription.prescription_doctor) == ''">
733
-                        {{ getAdminUser(prescription.prescription_doctor) }}
732
+                      <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(prescription.creater) == ''">
733
+                        {{ getAdminUser(prescription.creater) }}
734 734
                       </span>
735
-                      <img style="height:30px;" :src="setAdminUserES(prescription.prescription_doctor)" alt="" srcset="" v-else />
735
+                      <img style="height:30px;" :src="setAdminUserES(prescription.creater)" alt="" srcset="" v-else />
736 736
                     </div>
737 737
                   </div>
738 738
                 </div>