edit
This commit is contained in:
@ -4,6 +4,5 @@
|
||||
|
||||
<div class="modal-footer">
|
||||
<button nz-button type="button" (click)="close()">{{ isDisabled ? '关闭' : '取消' }}</button>
|
||||
<button nz-button type="button" nzType="primary" (click)="sure()" *ngIf="!isDisabled"
|
||||
[disabled]="!sf?.valid">确定</button>
|
||||
<button nz-button type="button" nzType="primary" (click)="sure()" *ngIf="!isDisabled">确定</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user