Procházet zdrojové kódy

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

XMLWAN před 5 roky
rodič
revize
a22dd98c2c

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue Zobrazit soubor

173
                     <td width="">
173
                     <td width="">
174
                       <div class="under-line">
174
                       <div class="under-line">
175
                         &nbsp;
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
                       </div>
177
                       </div>
178
                     </td>
178
                     </td>
179
                   </tr>
179
                   </tr>