This commit is contained in:
wangshiming
2022-02-21 14:20:02 +08:00
parent 29b50850f9
commit 85c771f9b0
6 changed files with 25 additions and 20 deletions

View File

@ -25,5 +25,5 @@
<div class="modal-footer">
<button nz-button type="button" (click)="close()">关闭</button>
<button nz-button type="submit" nzType="primary" (click)="save(sf.value)" [disabled]="!aggreechecked">确定</button>
<button nz-button type="submit" nzType="primary" (click)="save(sf.value)" [disabled]="!aggreechecked && payIng">确定</button>
</div>