Browse Source

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

XMLWAN 2 years ago
parent
commit
5e6be9aeb2
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/xt_pages/dialysis/template/DialysisPrintOrderFiftyEight.vue

+ 4 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyEight.vue View File

@@ -1109,7 +1109,10 @@
1109 1109
                           "
1110 1110
                           width="50"
1111 1111
                         >
1112
-                          置换量<br />(ml)
1112
+                          置换量<br />
1113
+                          <span v-if="org_id == 10387">(L)</span>
1114
+                          <span v-else>(ml)</span>
1115
+                          
1113 1116
                         </td>
1114 1117
                         <td width="50" v-if="org_id == 9919 || org_id == 9538|| org_id == 9675">KT/V</td>
1115 1118
                         <td width="50" v-if="org_id == 9538|| org_id == 9675">血容量<br />(L)</td>