|
@@ -347,16 +347,14 @@
|
347
|
347
|
<span
|
348
|
348
|
class="under-line"
|
349
|
349
|
v-if="prescription.dialysate_formulation == 0"
|
350
|
|
- > 常规低钙(钾:0 ,钙:0 ,钠:0)
|
|
350
|
+ > 常规(钾:0 ,钙:0 ,钠:0)
|
351
|
351
|
</span>
|
352
|
352
|
<span
|
353
|
353
|
class="under-line"
|
354
|
354
|
v-if="prescription.dialysate_formulation == 1"
|
355
|
|
- > 常规低钙(钾:{{
|
356
|
|
- prescription.kalium
|
357
|
|
- }} ,钙:{{ prescription.calcium }} ,钠:{{
|
358
|
|
- prescription.sodium
|
359
|
|
- }})
|
|
355
|
+ > 常规(钾:{{ prescription.kalium }} ,钙:{{
|
|
356
|
+ prescription.calcium
|
|
357
|
+ }} ,钠:{{ prescription.sodium }})
|
360
|
358
|
</span>
|
361
|
359
|
<span
|
362
|
360
|
class="under-line"
|