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 4 roky
rodič
revize
a22dd98c2c

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

@@ -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>