추천인 추가/ 삭제 다이얼로그 수정

This commit is contained in:
이담 정 2022-08-19 06:55:57 +00:00
parent 8f3655fa24
commit 49399ae587

View File

@ -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>