XMLWAN 4 лет назад
Родитель
Сommit
4df84af629
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2 2
      src/xt_pages/dialysis/details/dialog/monitor_dialog.vue

+ 2 - 2
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Просмотреть файл

471
             </el-form-item>
471
             </el-form-item>
472
           </el-col>
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
             <el-form-item label="超滤率(ml/h)">
475
             <el-form-item label="超滤率(ml/h)">
476
               <el-input v-model="form.ultrafiltration_rate"></el-input>
476
               <el-input v-model="form.ultrafiltration_rate"></el-input>
477
             </el-form-item>
477
             </el-form-item>
478
           </el-col>
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
             <el-form-item label="超滤率(L/h)">
480
             <el-form-item label="超滤率(L/h)">
481
               <el-input v-model="form.ultrafiltration_rate"></el-input>
481
               <el-input v-model="form.ultrafiltration_rate"></el-input>
482
             </el-form-item>
482
             </el-form-item>