Преглед на файлове

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

huangyw преди 2 години
родител
ревизия
da7e36ae8a
променени са 2 файла, в които са добавени 5 реда и са изтрити 8 реда
  1. 3 6
      src/xt_pages/dialysis/details/dialog/monitor_dialog.vue
  2. 2 2
      src/xt_pages/dialysis/details/dialysisMonitoring.vue

+ 3 - 6
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Целия файл

@@ -440,8 +440,8 @@
440 440
                 template_id == 48 ||
441 441
                 template_id == 53 ||
442 442
                 template_id == 54 ||
443
-                template_id == 56 ||
444
-                template_id == 47)
443
+                template_id == 56 
444
+               )
445 445
             "
446 446
           >
447 447
             <template slot-scope="scope">
@@ -465,8 +465,7 @@
465 465
               template_id != 48 &&
466 466
               template_id != 53 &&
467 467
               template_id != 54 &&
468
-              template_id != 56 &&
469
-              template_id != 47
468
+              template_id != 56 
470 469
             "
471 470
           >
472 471
             <template slot-scope="scope">
@@ -1191,7 +1190,6 @@
1191 1190
               template_id != 26 &&
1192 1191
               template_id != 29 &&
1193 1192
               template_id != 46 &&
1194
-              template_id != 47 &&
1195 1193
               template_id != 48 &&
1196 1194
               template_id != 54 &&
1197 1195
               template_id != 56 &&
@@ -1213,7 +1211,6 @@
1213 1211
                 template_id == 26 ||
1214 1212
                 template_id == 29 ||
1215 1213
                 template_id == 46 ||
1216
-                template_id == 47 ||
1217 1214
                 template_id == 53 ||
1218 1215
                 template_id == 54 ||
1219 1216
                 template_id == 56 ||

+ 2 - 2
src/xt_pages/dialysis/details/dialysisMonitoring.vue Целия файл

@@ -20,8 +20,8 @@
20 20
           <th 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 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56" width="50px"> 超滤率 <br />(L/h) </th>
21 21
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
22 22
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
23
-          <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46 || template_id == 47 || template_id == 48 || template_id == 53  || template_id == 54 || template_id == 56) " width="92px" > 置换率(ml/min) </th>
24
-          <th v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 46 && template_id != 47 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56" width="92px" > 置换率(L/h)  </th>
23
+          <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46  || template_id == 48 || template_id == 53  || template_id == 54 || template_id == 56) " width="92px" > 置换率(ml/min) </th>
24
+          <th v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 46 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56" width="92px" > 置换率(L/h)  </th>
25 25
           <th v-if=" isShow('置换量') && (template_id == 43)" width="92px"> 置换量(ml/h)  </th>
26 26
           <th v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id !=10191) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56)" width="92px"  > 置换量(ml)  </th>
27 27
           <th v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191) && org_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 46 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56)" width="92px" > 置换量(L) </th>