|
@@ -254,7 +254,7 @@
|
254
|
254
|
</el-col>
|
255
|
255
|
|
256
|
256
|
|
257
|
|
- <el-col :span="8" v-if="isShows('置换速度')">
|
|
257
|
+ <el-col :span="8" v-if="isShows('置换速度')" v-show="totalShow">
|
258
|
258
|
<el-form-item label="置换速度(ml/min)">
|
259
|
259
|
<el-input
|
260
|
260
|
v-model="dialysisPrescription.displace_speed"
|
|
@@ -464,14 +464,14 @@
|
464
|
464
|
</el-form-item>
|
465
|
465
|
</el-col>
|
466
|
466
|
|
467
|
|
- <el-col :span="8" v-if="isShows('置换液总量') && (this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 29)" v-show="totalShow">
|
|
467
|
+ <el-col :span="8" v-if="isShows('置换液总量') && (this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id ==24)" v-show="totalShow">
|
468
|
468
|
<el-form-item label="置换液总量(ml)">
|
469
|
469
|
<el-input
|
470
|
470
|
v-model="dialysisPrescription.displace_liqui_value"
|
471
|
471
|
></el-input>
|
472
|
472
|
</el-form-item>
|
473
|
473
|
</el-col>
|
474
|
|
- <el-col :span="8" v-if="isShows('置换液总量') && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 29" v-show="totalShow">
|
|
474
|
+ <el-col :span="8" v-if="isShows('置换液总量') && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id !=24" v-show="totalShow">
|
475
|
475
|
<el-form-item label="置换液总量(L)">
|
476
|
476
|
<el-input
|
477
|
477
|
v-model="dialysisPrescription.displace_liqui_value"
|