|
@@ -269,7 +269,7 @@
|
269
|
269
|
<td>{{''}}</td>
|
270
|
270
|
<td>{{''}}</td>
|
271
|
271
|
<td>{{''}}</td>
|
272
|
|
- <td style="line-height:16px;padding:0px;"><div style="height:48px;line-height:48px; overflow:hidden;"><span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;"> {{record.assessment_before_dislysis&&record.assessment_before_dislysis.remark.length>0?record.assessment_before_dislysis.remark:''}}</span></div></td>
|
|
272
|
+ <td style="line-height:16px;padding:0px;"><div style="min-height:40px;line-height:40px; overflow:hidden;"><span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;"> {{record.assessment_before_dislysis&&record.assessment_before_dislysis.remark.length>0?record.assessment_before_dislysis.remark:''}}</span></div></td>
|
273
|
273
|
<td>
|
274
|
274
|
<span v-if="setAdminUserES(record.assessment_before_dislysis, 'creater') == ''">{{getAdminUser(record.assessment_before_dislysis,'creater')}}</span>
|
275
|
275
|
<img class="es-img" :src="setAdminUserES(record.assessment_before_dislysis,'creater')" alt="" srcset="" v-else>
|
|
@@ -285,7 +285,7 @@
|
285
|
285
|
<td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
|
286
|
286
|
<td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:'/'}}</td>
|
287
|
287
|
<td>{{monitor_record.sodium_concentration?monitor_record.sodium_concentration:''}}</td>
|
288
|
|
- <td style="line-height:16px;padding:0px;"> <div style="height:48px;line-height:48px; overflow:hidden;"><span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">{{monitor_record.symptom}} {{monitor_record.dispose}} {{monitor_record.result}}</span></div></td>
|
|
288
|
+ <td style="line-height:16px;padding:0px;"> <div style="min-height:40px;line-height:40px; overflow:hidden;"><span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">{{monitor_record.symptom}} {{monitor_record.dispose}} {{monitor_record.result}}</span></div></td>
|
289
|
289
|
<td><span v-if="setAdminUserES(monitor_record, 'monitoring_nurse') == ''">{{getAdminUser(monitor_record, 'monitoring_nurse')}}</span><img class="es-img" :src="setAdminUserES(monitor_record, 'monitoring_nurse')" alt="" srcset="" v-else ></td>
|
290
|
290
|
</tr>
|
291
|
291
|
</tbody>
|
|
@@ -324,7 +324,7 @@
|
324
|
324
|
<div class="inline_block" style="margin-left: 10px;">
|
325
|
325
|
性别:
|
326
|
326
|
<check-box text="男" :checked="record.patient.gender == 1"></check-box>
|
327
|
|
-  
|
|
327
|
+
|
328
|
328
|
<check-box text="女" :checked="record.patient.gender == 2"></check-box>
|
329
|
329
|
</div>
|
330
|
330
|
<div class="inline_block" style="margin-left: 10px;">
|
|
@@ -373,7 +373,7 @@
|
373
|
373
|
<td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
|
374
|
374
|
<td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:'/'}}</td>
|
375
|
375
|
<td>{{monitor_record.sodium_concentration?monitor_record.sodium_concentration:''}}</td>
|
376
|
|
- <td style="line-height:16px;padding:0px;"> <div style="height:48px;line-height:48px; overflow:hidden;"><span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;"> {{monitor_record.symptom}} {{monitor_record.dispose}} {{monitor_record.result}}</span></div></td>
|
|
376
|
+ <td style="line-height:16px;padding:0px;"> <div style="min-height:40px;line-height:40px; overflow:hidden;"><span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;"> {{monitor_record.symptom}} {{monitor_record.dispose}} {{monitor_record.result}}</span></div></td>
|
377
|
377
|
<td><span v-if="setAdminUserES(monitor_record, 'monitoring_nurse') == ''">{{getAdminUser(monitor_record, 'monitoring_nurse')}}</span><img class="es-img" :src="setAdminUserES(monitor_record, 'monitoring_nurse')" alt="" srcset="" v-else ></td>
|
378
|
378
|
</tr>
|
379
|
379
|
</tbody>
|
|
@@ -635,7 +635,7 @@
|
635
|
635
|
<div class="inline_block" style="margin-left: 10px;">
|
636
|
636
|
性别:
|
637
|
637
|
<check-box text="男" :checked="record.patient.gender == 1"></check-box>
|
638
|
|
-  
|
|
638
|
+
|
639
|
639
|
<check-box text="女" :checked="record.patient.gender == 2"></check-box>
|
640
|
640
|
</div>
|
641
|
641
|
<div class="inline_block" style="margin-left: 10px;">
|
|
@@ -971,7 +971,7 @@
|
971
|
971
|
<div class="inline_block" style="margin-left: 10px;">
|
972
|
972
|
性别:
|
973
|
973
|
<check-box text="男" :checked="record.patient.gender == 1"></check-box>
|
974
|
|
-  
|
|
974
|
+
|
975
|
975
|
<check-box text="女" :checked="record.patient.gender == 2"></check-box>
|
976
|
976
|
</div>
|
977
|
977
|
<div class="inline_block" style="margin-left: 10px;">
|