Browse Source

透析监测

XMLWAN 4 years ago
parent
commit
7b0b926bd7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/dialysis/details/dialog/monitor_dialog.vue

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

@@ -319,7 +319,7 @@
319 319
             align="center"
320 320
             label="超滤率(ml/h)"
321 321
             width="100"
322
-            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) "
322
+            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) "
323 323
           >
324 324
             <template slot-scope="scope">
325 325
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
@@ -330,7 +330,7 @@
330 330
             align="center"
331 331
             label="超滤率(L/h)"
332 332
             width="100"
333
-            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"
333
+            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 "
334 334
           >
335 335
             <template slot-scope="scope">
336 336
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}