瀏覽代碼

透析监测

XMLWAN 4 年之前
父節點
當前提交
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>