|
@@ -56,160 +56,142 @@
|
56
|
56
|
</div>-->
|
57
|
57
|
<el-table :data="tableDate" border style="width: 100%" ref="form">
|
58
|
58
|
<span v-if="isShow('监测时间')">
|
59
|
|
- <el-table-column fixed prop="date" label="时间" width="100" align="center">
|
60
|
|
- <template slot-scope="scope">
|
61
|
|
- {{parseTime(scope.row.operate_time, "{y}-{m}-{d} {h}:{i}")}}
|
62
|
|
- </template>
|
|
59
|
+ <el-table-column fixed prop="date" label="时间" width="100" align="center">
|
|
60
|
+ <template slot-scope="scope">{{parseTime(scope.row.operate_time, "{y}-{m}-{d} {h}:{i}")}}</template>
|
63
|
61
|
</el-table-column>
|
64
|
62
|
</span>
|
65
|
|
- <span v-if="isShow('体温')">
|
66
|
|
- <el-table-column prop="name" label="体温(℃)" width="100" align="center">
|
67
|
|
- <template slot-scope="scope">
|
68
|
|
- {{scope.row.temperature?scope.row.temperature:''}}
|
69
|
|
- </template>
|
70
|
|
- </el-table-column>
|
|
63
|
+ <span v-if="isShow('体温')">
|
|
64
|
+ <el-table-column prop="name" label="体温(℃)" width="80" align="center">
|
|
65
|
+ <template slot-scope="scope">{{scope.row.temperature?scope.row.temperature:''}}</template>
|
|
66
|
+ </el-table-column>
|
71
|
67
|
</span>
|
72
|
|
- <span v-if="isShow('血压')" >
|
73
|
|
- <el-table-column prop="province" label="血压(mmHg)" width="100" align="center">
|
74
|
|
- <template slot-scope="scope">
|
75
|
|
- {{scope.row.systolic_blood_pressure?scope.row.systolic_blood_pressure:''}}/{{scope.row.diastolic_blood_pressure?scope.row.diastolic_blood_pressure:''}}
|
76
|
|
- </template>
|
77
|
|
- </el-table-column>
|
|
68
|
+ <span v-if="isShow('血压')">
|
|
69
|
+ <el-table-column prop="province" label="血压(mmHg)" width="110" align="center">
|
|
70
|
+ <template
|
|
71
|
+ slot-scope="scope"
|
|
72
|
+ >{{scope.row.systolic_blood_pressure?scope.row.systolic_blood_pressure:''}}/{{scope.row.diastolic_blood_pressure?scope.row.diastolic_blood_pressure:''}}</template>
|
|
73
|
+ </el-table-column>
|
78
|
74
|
</span>
|
79
|
75
|
<span v-if="isShow('脉搏')">
|
80
|
|
- <el-table-column prop="city" label="脉搏(次/分)" width="100" align="center">
|
81
|
|
- <template slot-scope="scope">
|
82
|
|
- {{scope.row.pulse_frequency?scope.row.pulse_frequency:''}}
|
83
|
|
- </template>
|
84
|
|
- </el-table-column>
|
|
76
|
+ <el-table-column prop="city" label="脉搏(次/分)" width="100" align="center">
|
|
77
|
+ <template slot-scope="scope">{{scope.row.pulse_frequency?scope.row.pulse_frequency:''}}</template>
|
|
78
|
+ </el-table-column>
|
85
|
79
|
</span>
|
86
|
80
|
<span v-if="isShow('呼吸频率')">
|
87
|
|
- <el-table-column prop="address" label="呼吸频率(次/分)" width="200" align="center">
|
88
|
|
- <template slot-scope="scope">
|
89
|
|
- {{scope.row.breathing_rate?scope.row.breathing_rate:''}}
|
90
|
|
- </template>
|
91
|
|
- </el-table-column>
|
|
81
|
+ <el-table-column prop="address" label="呼吸频率(次/分)" width="140" align="center">
|
|
82
|
+ <template slot-scope="scope">{{scope.row.breathing_rate?scope.row.breathing_rate:''}}</template>
|
|
83
|
+ </el-table-column>
|
92
|
84
|
</span>
|
93
|
85
|
<el-table-column prop="zip" label="静脉压/动脉压(mmHg)" width="100" align="center">
|
94
|
|
- <template slot-scope="scope" >
|
95
|
|
- {{scope.row.venous_pressure?scope.row.venous_pressure:''}}/{{scope.row.arterial_pressure?scope.row.arterial_pressure:''}}
|
96
|
|
- </template>
|
|
86
|
+ <template
|
|
87
|
+ slot-scope="scope"
|
|
88
|
+ >{{scope.row.venous_pressure?scope.row.venous_pressure:''}}/{{scope.row.arterial_pressure?scope.row.arterial_pressure:''}}</template>
|
97
|
89
|
</el-table-column>
|
98
|
90
|
<span v-if="isShow('血流量')">
|
99
|
|
- <el-table-column prop="zip" label="血流量(ml/min)" width="150" align="center">
|
100
|
|
- <template slot-scope="scope">
|
101
|
|
- {{scope.row.blood_flow_volume?scope.row.blood_flow_volume:''}}
|
102
|
|
- </template>
|
103
|
|
- </el-table-column>
|
|
91
|
+ <el-table-column prop="zip" label="血流量(ml/min)" width="150" align="center">
|
|
92
|
+ <template
|
|
93
|
+ slot-scope="scope"
|
|
94
|
+ >{{scope.row.blood_flow_volume?scope.row.blood_flow_volume:''}}</template>
|
|
95
|
+ </el-table-column>
|
104
|
96
|
</span>
|
105
|
97
|
<span v-if="isShow('跨膜压')">
|
106
|
|
- <el-table-column prop="zip" label="跨膜压(mmHg)" width="200" align="center">
|
107
|
|
- <template slot-scope="scope">
|
108
|
|
- {{scope.row.transmembrane_pressure?scope.row.transmembrane_pressure:''}}
|
109
|
|
- </template>
|
110
|
|
- </el-table-column>
|
|
98
|
+ <el-table-column prop="zip" label="跨膜压(mmHg)" width="130" align="center">
|
|
99
|
+ <template
|
|
100
|
+ slot-scope="scope"
|
|
101
|
+ >{{scope.row.transmembrane_pressure?scope.row.transmembrane_pressure:''}}</template>
|
|
102
|
+ </el-table-column>
|
111
|
103
|
</span>
|
112
|
|
- <span v-if="isShow('超滤量')">
|
113
|
|
- <el-table-column prop="zip" label="超滤量(ml)" width="200" align="center">
|
114
|
|
- <template slot-scope="scope">
|
115
|
|
- {{scope.row.ultrafiltration_volume?scope.row.ultrafiltration_volume:''}}
|
116
|
|
- </template>
|
117
|
|
- </el-table-column>
|
|
104
|
+ <span v-if="isShow('超滤量')">
|
|
105
|
+ <el-table-column prop="zip" label="超滤量(ml)" width="100" align="center">
|
|
106
|
+ <template
|
|
107
|
+ slot-scope="scope"
|
|
108
|
+ >{{scope.row.ultrafiltration_volume?scope.row.ultrafiltration_volume:''}}</template>
|
|
109
|
+ </el-table-column>
|
118
|
110
|
</span>
|
119
|
111
|
|
120
|
112
|
<span v-if="isShow('钠浓度')">
|
121
|
|
- <el-table-column prop="zip" label="钠浓度(mmol/L)" width="200" align="center">
|
122
|
|
- <template slot-scope="scope">
|
123
|
|
- {{scope.row.sodium_concentration?scope.row.sodium_concentration:''}}
|
124
|
|
- </template>
|
125
|
|
- </el-table-column>
|
|
113
|
+ <el-table-column prop="zip" label="钠浓度(mmol/L)" width="100" align="center">
|
|
114
|
+ <template
|
|
115
|
+ slot-scope="scope"
|
|
116
|
+ >{{scope.row.sodium_concentration?scope.row.sodium_concentration:''}}</template>
|
|
117
|
+ </el-table-column>
|
126
|
118
|
</span>
|
127
|
119
|
|
128
|
120
|
<span v-if="isShow('透析液温度')">
|
129
|
|
- <el-table-column prop="zip" label="透析液温度(℃)" width="200" align="center">
|
130
|
|
- <template slot-scope="scope">
|
131
|
|
- {{scope.row.dialysate_temperature?scope.row.dialysate_temperature:''}}
|
132
|
|
- </template>
|
133
|
|
- </el-table-column>
|
|
121
|
+ <el-table-column prop="zip" label="透析液温度(℃)" width="100" align="center">
|
|
122
|
+ <template
|
|
123
|
+ slot-scope="scope"
|
|
124
|
+ >{{scope.row.dialysate_temperature?scope.row.dialysate_temperature:''}}</template>
|
|
125
|
+ </el-table-column>
|
134
|
126
|
</span>
|
135
|
127
|
|
136
|
128
|
<span v-if="isShow('置换率')">
|
137
|
|
- <el-table-column prop="zip" label="置换率(L/h)" width="200" align="center">
|
138
|
|
- <template slot-scope="scope">
|
139
|
|
- {{scope.row.replacement_rate?scope.row.replacement_rate:''}}
|
140
|
|
- </template>
|
141
|
|
- </el-table-column>
|
|
129
|
+ <el-table-column prop="zip" label="置换率(L/h)" width="200" align="center">
|
|
130
|
+ <template slot-scope="scope">{{scope.row.replacement_rate?scope.row.replacement_rate:''}}</template>
|
|
131
|
+ </el-table-column>
|
142
|
132
|
</span>
|
143
|
133
|
|
144
|
134
|
<span v-if="isShow('置换量')">
|
145
|
|
- <el-table-column prop="zip" label="置换量(L)" width="200" align="center">
|
146
|
|
- <template slot-scope="scope">
|
147
|
|
- {{scope.row.displacement_quantity?scope.row.displacement_quantity:''}}
|
148
|
|
- </template>
|
149
|
|
- </el-table-column>
|
|
135
|
+ <el-table-column prop="zip" label="置换量(L)" width="200" align="center">
|
|
136
|
+ <template
|
|
137
|
+ slot-scope="scope"
|
|
138
|
+ >{{scope.row.displacement_quantity?scope.row.displacement_quantity:''}}</template>
|
|
139
|
+ </el-table-column>
|
150
|
140
|
</span>
|
151
|
141
|
|
152
|
142
|
<span v-if="isShow('电导度')">
|
153
|
|
- <el-table-column prop="zip" label="电导度(mS/m)" width="200" align="center">
|
154
|
|
- <template slot-scope="scope">
|
155
|
|
- {{scope.row.conductivity?scope.row.conductivity:''}}
|
156
|
|
- </template>
|
157
|
|
- </el-table-column>
|
|
143
|
+ <el-table-column prop="zip" label="电导度(mS/m)" width="200" align="center">
|
|
144
|
+ <template slot-scope="scope">{{scope.row.conductivity?scope.row.conductivity:''}}</template>
|
|
145
|
+ </el-table-column>
|
158
|
146
|
</span>
|
159
|
147
|
|
160
|
|
- <span v-if="isShow('置换液流量')">
|
161
|
|
- <el-table-column prop="zip" label="置换液流量(ml/h)" width="200" align="center">
|
162
|
|
- <template slot-scope="scope">
|
163
|
|
- {{scope.row.displacement_flow_quantity?scope.row.displacement_flow_quantity:''}}
|
164
|
|
- </template>
|
165
|
|
- </el-table-column>
|
|
148
|
+ <span v-if="isShow('置换液流量')">
|
|
149
|
+ <el-table-column prop="zip" label="置换液流量(ml/h)" width="200" align="center">
|
|
150
|
+ <template
|
|
151
|
+ slot-scope="scope"
|
|
152
|
+ >{{scope.row.displacement_flow_quantity?scope.row.displacement_flow_quantity:''}}</template>
|
|
153
|
+ </el-table-column>
|
166
|
154
|
</span>
|
167
|
155
|
|
168
|
156
|
<span v-if="isShow('病情变化')">
|
169
|
|
- <el-table-column prop="zip" label="病情变化" width="200" align="center">
|
170
|
|
- <template slot-scope="scope">
|
171
|
|
- {{scope.row.symptom}}
|
172
|
|
- </template>
|
173
|
|
- </el-table-column>
|
|
157
|
+ <el-table-column prop="zip" label="病情变化" width="200" align="center">
|
|
158
|
+ <template slot-scope="scope">{{scope.row.symptom}}</template>
|
|
159
|
+ </el-table-column>
|
174
|
160
|
</span>
|
175
|
161
|
|
176
|
|
- <span v-if="isShow('处理')">
|
177
|
|
- <el-table-column prop="zip" label="处理" width="200" align="center">
|
178
|
|
- <template slot-scope="scope">
|
179
|
|
- {{scope.row.dispose}}
|
180
|
|
- </template>
|
181
|
|
- </el-table-column>
|
182
|
|
- </span>
|
|
162
|
+ <span v-if="isShow('处理')">
|
|
163
|
+ <el-table-column prop="zip" label="处理" width="200" align="center">
|
|
164
|
+ <template slot-scope="scope">{{scope.row.dispose}}</template>
|
|
165
|
+ </el-table-column>
|
|
166
|
+ </span>
|
183
|
167
|
|
184
|
168
|
<span v-if="isShow('结果')">
|
185
|
|
- <el-table-column prop="zip" label="结果" width="200" align="center">
|
186
|
|
- <template slot-scope="scope">
|
187
|
|
- {{scope.row.result}}
|
188
|
|
- </template>
|
189
|
|
- </el-table-column>
|
|
169
|
+ <el-table-column prop="zip" label="结果" width="200" align="center">
|
|
170
|
+ <template slot-scope="scope">{{scope.row.result}}</template>
|
|
171
|
+ </el-table-column>
|
190
|
172
|
</span>
|
191
|
173
|
</el-table>
|
192
|
174
|
</div>
|
193
|
175
|
</template>
|
194
|
176
|
|
195
|
177
|
<script>
|
196
|
|
-import { parseTime } from '@/utils'
|
|
178
|
+import { parseTime } from "@/utils";
|
197
|
179
|
|
198
|
180
|
export default {
|
199
|
|
- name: 'statOrder',
|
200
|
|
- data () {
|
|
181
|
+ name: "statOrder",
|
|
182
|
+ data() {
|
201
|
183
|
return {
|
202
|
|
- title: '透析监测 ',
|
|
184
|
+ title: "透析监测 ",
|
203
|
185
|
template_id: 0,
|
204
|
186
|
tableDate: []
|
205
|
|
- }
|
|
187
|
+ };
|
206
|
188
|
},
|
207
|
|
- created () {
|
208
|
|
- this.template_id = this.$store.getters.user.template_info.template_id
|
|
189
|
+ created() {
|
|
190
|
+ this.template_id = this.$store.getters.user.template_info.template_id;
|
209
|
191
|
},
|
210
|
192
|
methods: {
|
211
|
|
- isShow (name) {
|
212
|
|
- var filedList = this.$store.getters.user.fileds
|
|
193
|
+ isShow(name) {
|
|
194
|
+ var filedList = this.$store.getters.user.fileds;
|
213
|
195
|
|
214
|
196
|
for (let i = 0; i < filedList.length; i++) {
|
215
|
197
|
if (
|
|
@@ -217,26 +199,26 @@ export default {
|
217
|
199
|
filedList[i].filed_name_cn == name &&
|
218
|
200
|
filedList[i].is_show == 1
|
219
|
201
|
) {
|
220
|
|
- return true
|
|
202
|
+ return true;
|
221
|
203
|
}
|
222
|
204
|
}
|
223
|
|
- return false
|
|
205
|
+ return false;
|
224
|
206
|
},
|
225
|
|
- setRecords (records) {
|
|
207
|
+ setRecords(records) {
|
226
|
208
|
if (records == null) {
|
227
|
|
- records = []
|
|
209
|
+ records = [];
|
228
|
210
|
}
|
229
|
|
- this.tableDate.splice(0, this.tableDate.length)
|
230
|
|
- this.tableDate.push(...records)
|
|
211
|
+ this.tableDate.splice(0, this.tableDate.length);
|
|
212
|
+ this.tableDate.push(...records);
|
231
|
213
|
},
|
232
|
|
- parseTime (time, layout) {
|
233
|
|
- return parseTime(time, layout)
|
|
214
|
+ parseTime(time, layout) {
|
|
215
|
+ return parseTime(time, layout);
|
234
|
216
|
},
|
235
|
|
- addRecords (records) {
|
236
|
|
- this.tableDate.push(...records)
|
|
217
|
+ addRecords(records) {
|
|
218
|
+ this.tableDate.push(...records);
|
237
|
219
|
}
|
238
|
220
|
}
|
239
|
|
-}
|
|
221
|
+};
|
240
|
222
|
</script>
|
241
|
223
|
|
242
|
224
|
<style rel="stylesheet/scss" lang="scss" scoped>
|