추천인 추가/ 삭제 다이얼로그 수정
This commit is contained in:
parent
8f3655fa24
commit
49399ae587
|
@ -118,7 +118,9 @@
|
|||
colspan="10"
|
||||
>
|
||||
<div>
|
||||
<button mat-stroked-button>추천인으로 추가</button>
|
||||
<button mat-stroked-button (click)="__onClickAdd($event)">
|
||||
추천인으로 추가
|
||||
</button>
|
||||
</div>
|
||||
</td>
|
||||
</ng-container>
|
||||
|
@ -249,7 +251,12 @@
|
|||
colspan="10"
|
||||
>
|
||||
<div>
|
||||
<button mat-stroked-button>추천인삭제</button>
|
||||
<button
|
||||
mat-stroked-button
|
||||
(click)="__onClickDelete($event)"
|
||||
>
|
||||
추천인삭제
|
||||
</button>
|
||||
</div>
|
||||
</td>
|
||||
</ng-container>
|
||||
|
|
Loading…
Reference in New Issue
Block a user