|
@@ -404,9 +404,9 @@
|
404
|
404
|
<div
|
405
|
405
|
class="nurseTitle display_flex justify-content_space-between align-items_center"
|
406
|
406
|
>
|
407
|
|
- <span>护士端<span class="todayNum">当日建单数:{{ todayNum }}</span></span>
|
408
|
|
- <p class="updateTipsForNurses red">{{ updateTipsForNurses }}</p>
|
409
|
|
- <span class="todayNum" *ngIf="inspectAndPatientTransportConfig.queuingInformation == 1">等待陪检:<span class="red">{{queuingInformationList[0]}}</span> 陪检中:<span class="red">{{queuingInformationList[1]}}</span></span>
|
|
407
|
+ <div class="todayNumWrap">护士端<span class="todayNum">当日建单数:{{ todayNum }}</span></div>
|
|
408
|
+ <div class="updateTipsForNurses red">{{ updateTipsForNurses }}</div>
|
|
409
|
+ <div class="queuingInformation" *ngIf="!updateTipsForNurses && inspectAndPatientTransportConfig.queuingInformation == 1">等待陪检:<span class="red">{{queuingInformationList[0]}}</span> 陪检中:<span class="red">{{queuingInformationList[1]}}</span></div>
|
410
|
410
|
<div class="nurseCode" (click)="showNurseCode()">
|
411
|
411
|
<i class="nurseCodeIcon icon_transport transport-erweima"></i
|
412
|
412
|
>二维码
|