# 이슈처리 257
This commit is contained in:
parent
f14dd52877
commit
4287216dd0
|
@ -38,7 +38,21 @@
|
||||||
perfectScrollbar
|
perfectScrollbar
|
||||||
fxFlexFill
|
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"
|
*cdkVirtualFor="let userInfo of data.selectedUserList"
|
||||||
[userInfo]="userInfo"
|
[userInfo]="userInfo"
|
||||||
[showPresence]="false"
|
[showPresence]="false"
|
||||||
|
@ -50,16 +64,8 @@
|
||||||
(checkUser)="onCheckUser($event)"
|
(checkUser)="onCheckUser($event)"
|
||||||
(click)="onToggleUser(userInfo)"
|
(click)="onToggleUser(userInfo)"
|
||||||
(openProfile)="onClickOpenProfile($event)"
|
(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>
|
</cdk-virtual-scroll-viewport>
|
||||||
</div>
|
</div>
|
||||||
</mat-card-content>
|
</mat-card-content>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user