See999 4 vuotta sitten
vanhempi
commit
fdda897d39

+ 6 - 6
src/pages/main/dialog/MonitDialog.vue Näytä tiedosto

@@ -32,8 +32,8 @@
32 32
                 <th v-if="isShow('血流量')" width="60px"> 血流量 <br />(ml/min) </th>
33 33
                 <th width="76px"> 静脉压/动脉压 <br />(mmHg) </th>
34 34
                 <th v-if="isShow('跨膜压')" width="60px"> 跨膜压 <br />(mmHg) </th>
35
-                <th v-if="isShow('超滤量') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17)" width="50px" > 超滤量 <br />(ml) </th>
36
-                <th v-if="isShow('超滤量') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17" width="50px" > 超滤量 <br />(L) </th>
35
+                <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)" width="50px" > 超滤量 <br />(ml) </th>
36
+                <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" width="50px" > 超滤量 <br />(L) </th>
37 37
                 <th v-if="isShow('钠浓度')" width="60px"> 钠浓度 <br />(mmol/L) </th>
38 38
                 <th v-if="isShow('透析液温度')" width="60px"> 透析液温度 <br />(℃) </th>
39 39
                 <th v-if="isShow('置换率') && (template_id ==6 || template_id == 10 || template_id == 11)" width="50px" > 置换率 <br />(ml/min) </th>
@@ -44,8 +44,8 @@
44 44
                 <th v-if="isShow('电导度')" width="50px"> 电导度 <br />(mS/cm) </th>
45 45
                 <th v-if="isShow('置换液流量')" width="50px"> 置换液流量 <br />(ml/h) </th>
46 46
                 <th v-if="isShow('透析液流量')" width="50px"> 透析液流量 <br />(ml/h) </th>
47
-                <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17)" width="50px"> 超滤率 <br />(ml/h) </th>
48
-                <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17" width="50px"> 超滤率 <br />(L/h) </th>
47
+                <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)" width="50px"> 超滤率 <br />(ml/h) </th>
48
+                <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" width="50px"> 超滤率 <br />(L/h) </th>
49 49
                 <th v-if="isShow('肝素用量余量')" width="60px"> 肝素用量余量 <br />(ml) </th>
50 50
                 <th v-if="isShow('病情变化')" width="92px">病情变化</th>
51 51
                 <th v-if="isShow('处理')" width="92px">处理</th>
@@ -194,7 +194,7 @@
194 194
               >转换</button>
195 195
             </div>
196 196
             <div class="cell" v-if="isShow('超滤量')">
197
-              <label v-if="template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17" >超滤量(ml)</label>
197
+              <label v-if="template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18" >超滤量(ml)</label>
198 198
               <label v-else>超滤量(L)</label>
199 199
               <input
200 200
                 type="number"
@@ -205,7 +205,7 @@
205 205
               />
206 206
             </div>
207 207
             <div class="cell" v-if="isShow('超滤率')">
208
-              <label v-if="template_id == 6 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17">超滤率(ml/h)</label>
208
+              <label v-if="template_id == 6 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18">超滤率(ml/h)</label>
209 209
               <label v-else>超滤率(L/h)</label>
210 210
               <input
211 211
                 type="number"

+ 4 - 4
src/pages/main/today/dialysisMonitoring.vue Näytä tiedosto

@@ -16,8 +16,8 @@
16 16
           <th width="76px"> 静脉压/动脉压 <br />(mmHg) </th>
17 17
           <th v-if="isShow('血流量')" width="60px"> 血流量 <br />(ml/min) </th>
18 18
           <th v-if="isShow('跨膜压')" width="60px">  跨膜压 <br />(mmHg) </th>
19
-          <th v-if="isShow('超滤量') && (template_id == 6 ||template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17)" width="60px" > 超滤量 <br />(ml) </th>
20
-          <th v-if="isShow('超滤量') && template_id != 6 && template_id != 10 &&template_id != 11 && template_id != 13 && template_id != 17" width="60px" > 超滤量 <br />(L) </th>
19
+          <th v-if="isShow('超滤量') && (template_id == 6 ||template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18)" width="60px" > 超滤量 <br />(ml) </th>
20
+          <th v-if="isShow('超滤量') && template_id != 6 && template_id != 10 &&template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18" width="60px" > 超滤量 <br />(L) </th>
21 21
           <th v-if="isShow('钠浓度')" width="60px"> 钠浓度 <br />(mmol/L) </th>
22 22
           <th v-if="isShow('透析液温度')" width="70px"> 透析液温度 <br />(℃) </th>
23 23
           <th v-if="isShow('置换率')&& (template_id == 6 ||template_id == 10 || template_id == 11)" width="60px" > 置换率 <br />(ml/min) </th>
@@ -27,8 +27,8 @@
27 27
           <th v-if="isShow('电导度')" width="60px"> 电导度 <br />(mS/cm) </th>
28 28
           <th v-if="isShow('置换液流量')" width="70px"> 置换液流量 <br />(ml/h)  </th>
29 29
           <th v-if="isShow('透析液流量')" width="70px"> 透析液流量 <br />(ml/h)  </th>
30
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17)" width="50px"> 超滤率 <br />(ml/h) </th>
31
-          <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17" width="50px"> 超滤率 <br />(L/h) </th>
30
+          <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)" width="50px"> 超滤率 <br />(ml/h) </th>
31
+          <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" width="50px"> 超滤率 <br />(L/h) </th>
32 32
           <th v-if="isShow('肝素用量余量')" width="70px"> 肝素用量余量 <br />(ml) </th>
33 33
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
34 34
           <th v-if="isShow('处理')" width="92px">处理</th>