Parcourir la source

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

XMLWAN il y a 4 ans
Parent
révision
a22dd98c2c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue Voir le fichier

@@ -173,7 +173,7 @@
173 173
                     <td width="">
174 174
                       <div class="under-line">
175 175
                         &nbsp;
176
-                        <span v-if="predialysis.is_hemorrhage == 1">{{ predialysis.hemorrhage ? getHemorrhage(predialysis.hemorrhage) : '' }}</span>
176
+                        <span v-if="predialysis.is_hemorrhage == 1">{{ predialysis.hemorrhage_other ? predialysis.hemorrhage_other : '' }}</span>
177 177
                       </div>
178 178
                     </td>
179 179
                   </tr>