Browse Source

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

csx 5 years ago
parent
commit
0d47cef39b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/dialysis/details/dialog/monitor_dialog.vue

+ 1 - 1
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

@@ -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>