부서 선택시 부서명 옆 총원 표시.
This commit is contained in:
parent
79db8986d8
commit
4fc3928860
|
@ -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>
|
||||
<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-template>
|
||||
</h3>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user