|
@@ -427,7 +427,7 @@
|
427
|
427
|
<el-input v-model="form.ultrafiltration_rate"></el-input>
|
428
|
428
|
</el-form-item>
|
429
|
429
|
</el-col>
|
430
|
|
- <el-col :span="8" v-if="isShow('超滤量') &&(template_id != 6 || template_id != 10 || template_id != 11)">
|
|
430
|
+ <el-col :span="8" v-if="isShow('超滤量') &&(template_id == 6 || template_id == 10 || template_id == 11)">
|
431
|
431
|
<el-form-item label="超滤量(ml):">
|
432
|
432
|
<el-input v-model="form.ultrafiltration_volume"></el-input>
|
433
|
433
|
</el-form-item>
|