부서 선택시 부서명 옆 총원 표시.

This commit is contained in:
leejinho 2020-03-30 16:47:25 +09:00
parent 79db8986d8
commit 4fc3928860

View File

@ -12,16 +12,16 @@
{{ 'common.messages.searching' | translate }} ...
</ng-container>
<ng-template #searchEnd>
<ng-container *ngIf="!isSearch">
{{ selectedDepartment$ | async | ucapTranslate: 'name' }}
</ng-container>
<ng-container *ngIf="!!isSearch">
{{ 'common.searchResult' | translate
}}<span class="text-accent-color person-count"
>({{ departmentUserInfoList.length }}
{{ 'common.units.persons' | translate }})</span
<ng-container *ngIf="!isSearch">{{
selectedDepartment$ | async | ucapTranslate: 'name'
}}</ng-container>
<ng-container *ngIf="!!isSearch">{{
'common.searchResult' | translate
}}</ng-container
><span class="text-accent-color person-count"
>({{ departmentUserInfoList.length
}}{{ 'common.units.persons' | translate }})</span
>
</ng-container>
</ng-template>
</h3>
</div>