|
@@ -471,12 +471,12 @@
|
471
|
471
|
</el-form-item>
|
472
|
472
|
</el-col>
|
473
|
473
|
|
474
|
|
- <el-col :span="8" v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22) ">
|
|
474
|
+ <el-col :span="8" v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23) ">
|
475
|
475
|
<el-form-item label="超滤率(ml/h)">
|
476
|
476
|
<el-input v-model="form.ultrafiltration_rate"></el-input>
|
477
|
477
|
</el-form-item>
|
478
|
478
|
</el-col>
|
479
|
|
- <el-col :span="8" v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22">
|
|
479
|
+ <el-col :span="8" v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23">
|
480
|
480
|
<el-form-item label="超滤率(L/h)">
|
481
|
481
|
<el-input v-model="form.ultrafiltration_rate"></el-input>
|
482
|
482
|
</el-form-item>
|