# 이슈처리 257
This commit is contained in:
parent
f14dd52877
commit
4287216dd0
|
@ -38,7 +38,21 @@
|
|||
perfectScrollbar
|
||||
fxFlexFill
|
||||
>
|
||||
<ucap-profile-user-list-item
|
||||
<ucap-daesang-profile-user-list-item
|
||||
*cdkVirtualFor="let userInfo of data.selectedUserList"
|
||||
[userInfo]="userInfo"
|
||||
[showPresence]="false"
|
||||
[sessionVerinfo]="sessionVerinfo"
|
||||
[selectedUserList]="selectedUserList"
|
||||
[checkable]="!!loginRes && userInfo.seq !== loginRes.userSeq"
|
||||
[checkDisabled]="false"
|
||||
[isChecked]="getCheckedUser(userInfo)"
|
||||
(checkUser)="onCheckUser($event)"
|
||||
(click)="onToggleUser(userInfo)"
|
||||
(openProfile)="onClickOpenProfile($event)"
|
||||
>
|
||||
</ucap-daesang-profile-user-list-item>
|
||||
<!-- <ucap-profile-user-list-item
|
||||
*cdkVirtualFor="let userInfo of data.selectedUserList"
|
||||
[userInfo]="userInfo"
|
||||
[showPresence]="false"
|
||||
|
@ -50,16 +64,8 @@
|
|||
(checkUser)="onCheckUser($event)"
|
||||
(click)="onToggleUser(userInfo)"
|
||||
(openProfile)="onClickOpenProfile($event)"
|
||||
[matTooltip]="
|
||||
userInfo.companyName +
|
||||
' / ' +
|
||||
userInfo.lineNumber +
|
||||
' / ' +
|
||||
userInfo.hpNumber
|
||||
"
|
||||
matTooltipPosition="after"
|
||||
>
|
||||
</ucap-profile-user-list-item>
|
||||
</ucap-profile-user-list-item> -->
|
||||
</cdk-virtual-scroll-viewport>
|
||||
</div>
|
||||
</mat-card-content>
|
||||
|
|
Loading…
Reference in New Issue
Block a user