|
@@ -467,12 +467,12 @@
|
467
|
467
|
|
468
|
468
|
|
469
|
469
|
<li v-if="isShow('置换流量') && this.$store.getters.xt_user.template_info.org_id!=10340">
|
470
|
|
- <label>置换流量(L/h): </label>
|
|
470
|
+ <label>置换液流量(L/h): </label>
|
471
|
471
|
<span class="content">{{this.prescription.replacement_flow}}</span>
|
472
|
472
|
</li>
|
473
|
473
|
|
474
|
474
|
<li v-if="isShow('置换流量') && this.$store.getters.xt_user.template_info.org_id==10340">
|
475
|
|
- <label>置换流量(ml/min): </label>
|
|
475
|
+ <label>置换液流量(ml/min): </label>
|
476
|
476
|
<span class="content">{{this.prescription.replacement_flow}}</span>
|
477
|
477
|
</li>
|
478
|
478
|
|
|
@@ -620,10 +620,10 @@
|
620
|
620
|
<span class="content">{{this.prescription.sodium_curve}}</span>
|
621
|
621
|
</li>
|
622
|
622
|
|
623
|
|
- <li v-if="isShow('开始钠')">
|
|
623
|
+ <!-- <li v-if="isShow('开始钠')">
|
624
|
624
|
<label>开始钠: </label>
|
625
|
625
|
<span class="content">{{this.prescription.start_sodium}}</span>
|
626
|
|
- </li>
|
|
626
|
+ </li> -->
|
627
|
627
|
|
628
|
628
|
<li v-if="isShow('透析液流速')">
|
629
|
629
|
<label>透析液流速(ml/h): </label>
|