|
@@ -8,43 +8,107 @@
|
8
|
8
|
<div class="dm" style="width:100%;overflow:hildden;overflow-x:auto;">
|
9
|
9
|
<table class="table dialsisTable" style>
|
10
|
10
|
<tr>
|
11
|
|
- <th v-if="isShow('监测时间')" width="80px">时间</th>
|
12
|
|
- <th v-if="isShow('体温')" width="80px">体温(℃)</th>
|
13
|
|
- <th v-if="isShow('血压')" width="72px">血压(mmHg)</th>
|
14
|
|
- <th v-if="isShow('脉搏')" width="80px">脉搏(次/分)</th>
|
15
|
|
- <th v-if="isShow('呼吸频率')" width="110px">呼吸频率(次/分)</th>
|
16
|
|
- <th width="76px">静脉压/动脉压(mmHg)</th>
|
17
|
|
- <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
|
18
|
|
- <th v-if="isShow('跨膜压')" width="76px">跨膜压(mmHg)</th>
|
19
|
|
- <th v-if="isShow('超滤量') && (template_id == 6 ||template_id == 10 || template_id == 11 )" width="76px">
|
20
|
|
- 超滤量(ml)
|
|
11
|
+ <th v-if="isShow('监测时间')" width="60px">时间</th>
|
|
12
|
+ <th v-if="isShow('体温')" width="40px">
|
|
13
|
+ 体温
|
|
14
|
+ <br />(℃)
|
21
|
15
|
</th>
|
22
|
|
- <th v-if="isShow('超滤量') && template_id != 6 && template_id != 10 &&template_id != 11 " width="76px">
|
23
|
|
- 超滤量(L)
|
|
16
|
+ <th v-if="isShow('血压')" width="60px">
|
|
17
|
+ 血压
|
|
18
|
+ <br />(mmHg)
|
|
19
|
+ </th>
|
|
20
|
+ <th v-if="isShow('脉搏')" width="50px">
|
|
21
|
+ 脉搏
|
|
22
|
+ <br />(次/分)
|
|
23
|
+ </th>
|
|
24
|
+ <th v-if="isShow('呼吸频率')" width="70px">
|
|
25
|
+ 呼吸频率
|
|
26
|
+ <br />(次/分)
|
|
27
|
+ </th>
|
|
28
|
+ <th width="76px">
|
|
29
|
+ 静脉压/动脉压
|
|
30
|
+ <br />(mmHg)
|
|
31
|
+ </th>
|
|
32
|
+ <th v-if="isShow('血流量')" width="60px">
|
|
33
|
+ 血流量
|
|
34
|
+ <br />(ml/min)
|
|
35
|
+ </th>
|
|
36
|
+ <th v-if="isShow('跨膜压')" width="60px">
|
|
37
|
+ 跨膜压
|
|
38
|
+ <br />(mmHg)
|
|
39
|
+ </th>
|
|
40
|
+ <th
|
|
41
|
+ v-if="isShow('超滤量') && (template_id == 6 ||template_id == 10 || template_id == 11 )"
|
|
42
|
+ width="60px"
|
|
43
|
+ >
|
|
44
|
+ 超滤量
|
|
45
|
+ <br />(ml)
|
|
46
|
+ </th>
|
|
47
|
+ <th
|
|
48
|
+ v-if="isShow('超滤量') && template_id != 6 && template_id != 10 &&template_id != 11 "
|
|
49
|
+ width="60px"
|
|
50
|
+ >
|
|
51
|
+ 超滤量
|
|
52
|
+ <br />(L)
|
|
53
|
+ </th>
|
|
54
|
+ <th v-if="isShow('钠浓度')" width="60px">
|
|
55
|
+ 钠浓度
|
|
56
|
+ <br />(mmol/L)
|
|
57
|
+ </th>
|
|
58
|
+ <th v-if="isShow('透析液温度')" width="70px">
|
|
59
|
+ 透析液温度
|
|
60
|
+ <br />(℃)
|
|
61
|
+ </th>
|
|
62
|
+ <th
|
|
63
|
+ v-if="isShow('置换率')&& (template_id == 6 ||template_id == 10 || template_id == 11)"
|
|
64
|
+ width="60px"
|
|
65
|
+ >
|
|
66
|
+ 置换率
|
|
67
|
+ <br />(ml/min)
|
|
68
|
+ </th>
|
|
69
|
+ <th
|
|
70
|
+ v-if="isShow('置换率')&& template_id != 6 && template_id != 10 && template_id != 11"
|
|
71
|
+ width="60px"
|
|
72
|
+ >
|
|
73
|
+ 置换率
|
|
74
|
+ <br />(L/h)
|
|
75
|
+ </th>
|
|
76
|
+ <th
|
|
77
|
+ v-if="isShow('置换量')&& (template_id == 6 || template_id == 10 || template_id == 11)"
|
|
78
|
+ width="50px"
|
|
79
|
+ >
|
|
80
|
+ 置换量
|
|
81
|
+ <br />(ml)
|
|
82
|
+ </th>
|
|
83
|
+ <th
|
|
84
|
+ v-if="isShow('置换量')&& template_id != 6 && template_id != 10 && template_id != 11"
|
|
85
|
+ width="50px"
|
|
86
|
+ >
|
|
87
|
+ 置换量
|
|
88
|
+ <br />(L)
|
24
|
89
|
</th>
|
25
|
|
- <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
|
26
|
|
- <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
|
27
|
|
- <th v-if="isShow('置换率')&& (template_id == 6 ||template_id == 10 || template_id == 11)" width="92px">置换率(ml/min)</th>
|
28
|
|
- <th v-if="isShow('置换率')&& template_id != 6 && template_id != 10 && template_id != 11" width="92px">置换率(L/h)</th>
|
29
|
|
- <th v-if="isShow('置换量')&& (template_id == 6 || template_id == 10 || template_id == 11)" width="50px">置换量(ml)</th>
|
30
|
|
- <th v-if="isShow('置换量')&& template_id != 6 && template_id != 10 && template_id != 11" width="50px">置换量(L)</th>
|
31
|
90
|
|
32
|
|
- <th v-if="isShow('电导度')" width="92px">电导度(mS/cm)</th>
|
33
|
|
- <th v-if="isShow('置换液流量')" width="92px">置换液流量(ml/h)</th>
|
|
91
|
+ <th v-if="isShow('电导度')" width="60px">
|
|
92
|
+ 电导度
|
|
93
|
+ <br />(mS/cm)
|
|
94
|
+ </th>
|
|
95
|
+ <th v-if="isShow('置换液流量')" width="70px">
|
|
96
|
+ 置换液流量
|
|
97
|
+ <br />(ml/h)
|
|
98
|
+ </th>
|
34
|
99
|
|
35
|
|
- <th v-if="isShow('肝素用量余量')" width="92px">肝素用量余量(ml)</th>
|
|
100
|
+ <th v-if="isShow('肝素用量余量')" width="70px">
|
|
101
|
+ 肝素用量余量
|
|
102
|
+ <br />(ml)
|
|
103
|
+ </th>
|
36
|
104
|
|
37
|
105
|
<th v-if="isShow('病情变化')" width="92px">病情变化</th>
|
38
|
106
|
<th v-if="isShow('处理')" width="92px">处理</th>
|
39
|
107
|
<th v-if="isShow('结果')" width="92px">结果</th>
|
40
|
108
|
</tr>
|
41
|
109
|
<tr v-for="(item, index) in tableDate" :key="index" :value="item.value">
|
42
|
|
- <td v-if="isShow('监测时间')">
|
43
|
|
- {{ parseTime(item.operate_time, "{y}-{m}-{d} {h}:{i}") }}
|
44
|
|
- </td>
|
45
|
|
- <td v-if="isShow('体温')">
|
46
|
|
- {{ item.temperature ? item.temperature : "" }}
|
47
|
|
- </td>
|
|
110
|
+ <td v-if="isShow('监测时间')">{{ parseTime(item.operate_time, "{y}-{m}-{d} {h}:{i}") }}</td>
|
|
111
|
+ <td v-if="isShow('体温')">{{ item.temperature ? item.temperature : "" }}</td>
|
48
|
112
|
<td v-if="isShow('血压')">
|
49
|
113
|
{{
|
50
|
114
|
item.systolic_blood_pressure ? item.systolic_blood_pressure : ""
|
|
@@ -52,47 +116,35 @@
|
52
|
116
|
item.diastolic_blood_pressure ? item.diastolic_blood_pressure : ""
|
53
|
117
|
}}
|
54
|
118
|
</td>
|
55
|
|
- <td v-if="isShow('脉搏')">
|
56
|
|
- {{ item.pulse_frequency ? item.pulse_frequency : "" }}
|
57
|
|
- </td>
|
|
119
|
+ <td v-if="isShow('脉搏')">{{ item.pulse_frequency ? item.pulse_frequency : "" }}</td>
|
58
|
120
|
|
59
|
|
- <td v-if="isShow('呼吸频率')">
|
60
|
|
- {{ item.breathing_rate ? item.breathing_rate : "" }}
|
61
|
|
- </td>
|
|
121
|
+ <td v-if="isShow('呼吸频率')">{{ item.breathing_rate ? item.breathing_rate : "" }}</td>
|
62
|
122
|
<td>
|
63
|
123
|
{{ item.venous_pressure ? item.venous_pressure : "" }}/{{
|
64
|
|
- item.arterial_pressure ? item.arterial_pressure : ""
|
|
124
|
+ item.arterial_pressure ? item.arterial_pressure : ""
|
65
|
125
|
}}
|
66
|
126
|
</td>
|
67
|
|
- <td v-if="isShow('血流量')">
|
68
|
|
- {{ item.blood_flow_volume ? item.blood_flow_volume : "" }}
|
69
|
|
- </td>
|
70
|
|
- <td v-if="isShow('跨膜压')">
|
71
|
|
- {{ item.transmembrane_pressure ? item.transmembrane_pressure : "" }}
|
72
|
|
- </td>
|
73
|
|
- <td v-if="isShow('超滤量')">
|
74
|
|
- {{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "" }}
|
75
|
|
- </td>
|
76
|
|
- <td v-if="isShow('钠浓度')">
|
77
|
|
- {{ item.sodium_concentration ? item.sodium_concentration : "" }}
|
78
|
|
- </td>
|
79
|
|
- <td v-if="isShow('透析液温度')">
|
80
|
|
- {{ item.dialysate_temperature ? item.dialysate_temperature : "" }}
|
81
|
|
- </td>
|
82
|
|
- <td v-if="isShow('置换率')">
|
83
|
|
- {{ item.replacement_rate ? item.replacement_rate : "" }}
|
84
|
|
- </td>
|
85
|
|
- <td v-if="isShow('置换量')">
|
86
|
|
- {{ item.displacement_quantity ? item.displacement_quantity : "" }}
|
87
|
|
- </td>
|
88
|
|
- <th v-if="isShow('电导度')">
|
89
|
|
- {{ item.conductivity ? item.conductivity : "" }}
|
90
|
|
- </th>
|
|
127
|
+ <td v-if="isShow('血流量')">{{ item.blood_flow_volume ? item.blood_flow_volume : "" }}</td>
|
|
128
|
+ <td
|
|
129
|
+ v-if="isShow('跨膜压')"
|
|
130
|
+ >{{ item.transmembrane_pressure ? item.transmembrane_pressure : "" }}</td>
|
|
131
|
+ <td
|
|
132
|
+ v-if="isShow('超滤量')"
|
|
133
|
+ >{{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "" }}</td>
|
|
134
|
+ <td v-if="isShow('钠浓度')">{{ item.sodium_concentration ? item.sodium_concentration : "" }}</td>
|
|
135
|
+ <td
|
|
136
|
+ v-if="isShow('透析液温度')"
|
|
137
|
+ >{{ item.dialysate_temperature ? item.dialysate_temperature : "" }}</td>
|
|
138
|
+ <td v-if="isShow('置换率')">{{ item.replacement_rate ? item.replacement_rate : "" }}</td>
|
|
139
|
+ <td
|
|
140
|
+ v-if="isShow('置换量')"
|
|
141
|
+ >{{ item.displacement_quantity ? item.displacement_quantity : "" }}</td>
|
|
142
|
+ <th v-if="isShow('电导度')">{{ item.conductivity ? item.conductivity : "" }}</th>
|
91
|
143
|
<th v-if="isShow('置换液流量')">
|
92
|
144
|
{{
|
93
|
|
- item.displacement_flow_quantity
|
94
|
|
- ? item.displacement_flow_quantity
|
95
|
|
- : ""
|
|
145
|
+ item.displacement_flow_quantity
|
|
146
|
+ ? item.displacement_flow_quantity
|
|
147
|
+ : ""
|
96
|
148
|
}}
|
97
|
149
|
</th>
|
98
|
150
|
<th v-if="isShow('肝素用量余量')">
|
|
@@ -109,11 +161,7 @@
|
109
|
161
|
</table>
|
110
|
162
|
|
111
|
163
|
<div class="NoData" v-show="tableDate.length == 0">
|
112
|
|
- <img
|
113
|
|
- style="margin-top: 50px; margin-bottom: 50px"
|
114
|
|
- src="@/assets/login/data.jpg"
|
115
|
|
- alt
|
116
|
|
- />
|
|
164
|
+ <img style="margin-top: 50px; margin-bottom: 50px" src="@/assets/login/data.jpg" alt />
|
117
|
165
|
</div>
|
118
|
166
|
</div>
|
119
|
167
|
<!-- <el-table :data="tableDate" border style="width: 100%" ref="form">
|
|
@@ -285,7 +333,7 @@ export default {
|
285
|
333
|
|
286
|
334
|
<style rel="stylesheet/scss" lang="scss" scoped>
|
287
|
335
|
.dialsisTable {
|
288
|
|
- width: 2400px;
|
|
336
|
+ width: 1600px;
|
289
|
337
|
}
|
290
|
338
|
.dm {
|
291
|
339
|
/* 针对缺省样式 (必须的) */
|