|
|
|
|
265
|
电导度
|
265
|
电导度
|
266
|
<div class="inline_block under_line" style="width:100px;">
|
266
|
<div class="inline_block under_line" style="width:100px;">
|
267
|
{{ prescription.conductivity ? prescription.conductivity : " " }}
|
267
|
{{ prescription.conductivity ? prescription.conductivity : " " }}
|
268
|
- </div>kg
|
|
|
|
|
268
|
+ </div>mS/m
|
269
|
</div>
|
269
|
</div>
|
270
|
</div>
|
270
|
</div>
|
271
|
<div class="row">
|
271
|
<div class="row">
|
|
|
|
|
407
|
<td width="60">BP</td>
|
407
|
<td width="60">BP</td>
|
408
|
<td width="40">心率</td>
|
408
|
<td width="40">心率</td>
|
409
|
<td width="40">血流速</td>
|
409
|
<td width="40">血流速</td>
|
410
|
- <td width="80">静脉压/动脉压</td>
|
|
|
|
|
410
|
+ <td width="100">静脉压/动脉压</td>
|
411
|
<td width="40">超滤量</td>
|
411
|
<td width="40">超滤量</td>
|
412
|
<td width="40">TMP</td>
|
412
|
<td width="40">TMP</td>
|
413
|
<td width="40">电导率</td>
|
413
|
<td width="40">电导率</td>
|
|
|
|
|
916
|
)
|
916
|
)
|
917
|
this.assessmentafter = response.data.data.assessmentAfterDislysis
|
917
|
this.assessmentafter = response.data.data.assessmentAfterDislysis
|
918
|
console.log('上次透后体重', this.assessmentafter)
|
918
|
console.log('上次透后体重', this.assessmentafter)
|
919
|
- var doctorAdevieInfo = response.data.data.doctorAdevieInfo
|
|
|
|
|
919
|
+ var doctorAdevieInfo = response.data.data.advices
|
920
|
var tableAdvice = doctorAdevieInfo
|
920
|
var tableAdvice = doctorAdevieInfo
|
921
|
- console.log('医生', tableAdvice)
|
|
|
922
|
if (tableAdvice.length === 0) {
|
921
|
if (tableAdvice.length === 0) {
|
923
|
var obj = { advice_name: '', start_time: '' }
|
922
|
var obj = { advice_name: '', start_time: '' }
|
924
|
var obj1 = { advice_name: '', start_time: '' }
|
923
|
var obj1 = { advice_name: '', start_time: '' }
|
|
|
|
|
1217
|
this.AlPanel = this.anticoagulantsConfit[thisALID]
|
1216
|
this.AlPanel = this.anticoagulantsConfit[thisALID]
|
1218
|
}
|
1217
|
}
|
1219
|
|
1218
|
|
1220
|
- this.advices = response.data.data.advices
|
|
|
|
|
1219
|
+ this.advices = JSON.parse(JSON.stringify(response.data.data.advices))
|
1221
|
this.monitors = response.data.data.monitors
|
1220
|
this.monitors = response.data.data.monitors
|
1222
|
console.log('透析监测', this.monitors)
|
1221
|
console.log('透析监测', this.monitors)
|
1223
|
this.summary = response.data.data.summary
|
1222
|
this.summary = response.data.data.summary
|