|
@@ -242,16 +242,14 @@
|
242
|
242
|
</td> -->
|
243
|
243
|
<!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
|
244
|
244
|
<td height="32px">
|
245
|
|
- <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{ getAdminUser(advice.advice_doctor) }}</span>
|
246
|
|
- <img style="height:30px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else />
|
|
245
|
+ <span>{{ getAdminUser(advice.advice_doctor) }}</span>
|
247
|
246
|
</td>
|
248
|
247
|
<!-- <td height="35px">
|
249
|
248
|
<span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
|
250
|
249
|
<img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
|
251
|
250
|
</td> -->
|
252
|
251
|
<td height="32px">
|
253
|
|
- <span v-if="setAdminUserES(advice.execution_staff) == ''">{{ getAdminUser(advice.execution_staff) }}</span>
|
254
|
|
- <img style="height:30px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else />
|
|
252
|
+ <span>{{ getAdminUser(advice.execution_staff) }}</span>
|
255
|
253
|
</td>
|
256
|
254
|
<td height="32px">
|
257
|
255
|
<span v-if="advice.execution_time">{{ getTime(advice.execution_time, "{h}:{i}") }}</span>
|
|
@@ -311,12 +309,9 @@
|
311
|
309
|
</div>
|
312
|
310
|
</td>
|
313
|
311
|
<td>
|
314
|
|
- <span v-if="setAdminUserES(monitor.monitoring_nurse) == ''">
|
|
312
|
+ <span>
|
315
|
313
|
{{ getAdminUser(monitor.monitoring_nurse) }}
|
316
|
314
|
</span>
|
317
|
|
- <span v-else style="display:flex;align-items:center;justify-content:space-around;height:36px;">
|
318
|
|
- <img style="height:30px;" :src="setAdminUserES(monitor.monitoring_nurse)" alt srcset />
|
319
|
|
- </span>
|
320
|
315
|
</td>
|
321
|
316
|
</tr>
|
322
|
317
|
</tbody>
|
|
@@ -364,48 +359,41 @@
|
364
|
359
|
<div class="inline_block">
|
365
|
360
|
预冲者
|
366
|
361
|
<div class="under_line" style="width: 70px;text-align: center">
|
367
|
|
- <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.washpipe_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.washpipe_nurse)}}</span>
|
368
|
|
- <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.washpipe_nurse)" alt="" srcset="" v-else>
|
|
362
|
+ <span>{{getAdminUser(dialysisOrder==null?0:dialysisOrder.washpipe_nurse)}}</span>
|
369
|
363
|
</div>
|
370
|
364
|
</div>
|
371
|
365
|
<div class="inline_block" style="margin-left:20px;">
|
372
|
366
|
穿刺者/换药者
|
373
|
367
|
<div class="under_line" style="width: 70px;text-align: center">
|
374
|
|
- <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.puncture_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.puncture_nurse)}}</span>
|
375
|
|
- <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.puncture_nurse)" alt="" srcset="" v-else>
|
|
368
|
+ <span>{{getAdminUser(dialysisOrder==null?0:dialysisOrder.puncture_nurse)}}</span>
|
376
|
369
|
</div>
|
377
|
370
|
</div>
|
378
|
371
|
<div class="inline_block" style="margin-left:20px;">
|
379
|
372
|
责任护士
|
380
|
373
|
<div class="under_line" style="width: 70px;text-align: center">
|
381
|
|
- <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.start_nurse)}}</span>
|
382
|
|
- <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse)" alt="" srcset="" v-else>
|
|
374
|
+ <span>{{getAdminUser(dialysisOrder==null?0:dialysisOrder.start_nurse)}}</span>
|
383
|
375
|
</div>
|
384
|
376
|
</div>
|
385
|
377
|
<div class="inline_block" style="margin-left:20px;">
|
386
|
378
|
查对者
|
387
|
379
|
<div class="under_line" style="width: 70px;text-align: center">
|
388
|
|
- <span v-if="setAdminUserES(check == null ? 0 : check.creater) == ''">
|
|
380
|
+ <span>
|
389
|
381
|
{{ getAdminUser(check == null ? 0 : check.creater) }}
|
390
|
382
|
</span>
|
391
|
|
- <img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.creater)" alt srcset v-else />
|
392
|
383
|
</div>
|
393
|
384
|
</div>
|
394
|
385
|
<div class="inline_block" style="margin-left:20px;">
|
395
|
386
|
交叉核对者
|
396
|
387
|
<div class="under_line" style="width: 70px;text-align: center">
|
397
|
|
- <span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
|
|
388
|
+ <span>
|
398
|
389
|
{{ getAdminUser(check == null ? 0 : check.modifier) }}
|
399
|
390
|
</span>
|
400
|
|
- <img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.modifier)" alt srcset v-else />
|
401
|
391
|
</div>
|
402
|
392
|
</div>
|
403
|
393
|
<div class="inline_block" style="margin-left:20px;">
|
404
|
394
|
下机护士
|
405
|
395
|
<div class="under_line" style="width: 70px;text-align: center">
|
406
|
|
- <span v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse) == ''">
|
407
|
|
- {{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse) }}</span>
|
408
|
|
- <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse)" alt="" srcset="" v-else />
|
|
396
|
+ <span>{{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse) }}</span>
|
409
|
397
|
</div>
|
410
|
398
|
</div>
|
411
|
399
|
|
|
@@ -424,10 +412,9 @@
|
424
|
412
|
<div class="row" style="padding: 2px 0;line-height:30px; display:flex;">
|
425
|
413
|
<div class="inline_block">
|
426
|
414
|
医生签字
|
427
|
|
- <!-- <div class="under_line" style="width: 70px;text-align: center">
|
428
|
|
- <span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) }} </span>
|
429
|
|
- <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:''))" alt="" srcset="" v-else />
|
430
|
|
- </div> -->
|
|
415
|
+ <div class="under_line" style="width: 70px;text-align: center">
|
|
416
|
+ <span> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) }} </span>
|
|
417
|
+ </div>
|
431
|
418
|
</div>
|
432
|
419
|
</div>
|
433
|
420
|
</div>
|