|
@@ -1191,19 +1191,21 @@
|
1191
|
1191
|
v-if="
|
1192
|
1192
|
($store.getters.user.template_info.template_id == 21 ||
|
1193
|
1193
|
$store.getters.user.template_info.template_id == 29 ||
|
1194
|
|
- $store.getters.user.template_info.template_id == 53) &&
|
|
1194
|
+ $store.getters.user.template_info.template_id == 53 ||
|
|
1195
|
+ $store.getters.user.template_info.org_id == 10587) &&
|
1195
|
1196
|
$store.getters.user.template_info.org_id != 10249 &&
|
1196
|
1197
|
$store.getters.user.template_info.org_id != 9538
|
1197
|
1198
|
"
|
1198
|
1199
|
>置换液总量
|
1199
|
|
- <span v-if="dialysisPrescription.mode_id !=26"> (ml)</span>
|
1200
|
|
- <span v-if="dialysisPrescription.mode_id ==26"> (L/h)</span>
|
|
1200
|
+ <span v-if="dialysisPrescription.mode_id !=26 && $store.getters.user.template_info.org_id !=10587"> (ml)</span>
|
|
1201
|
+ <span v-if="dialysisPrescription.mode_id ==26 || $store.getters.user.template_info.org_id == 10587"> (L)</span>
|
1201
|
1202
|
</span
|
1202
|
1203
|
>
|
1203
|
1204
|
<span
|
1204
|
1205
|
v-if="
|
1205
|
1206
|
($store.getters.user.template_info.template_id != 21 &&
|
1206
|
1207
|
$store.getters.user.template_info.template_id != 29 &&
|
|
1208
|
+ $store.getters.user.template_info.org_id!=10587 &&
|
1207
|
1209
|
$store.getters.user.template_info.template_id != 53) ||
|
1208
|
1210
|
$store.getters.user.template_info.org_id == 10249
|
1209
|
1211
|
|