分类管理
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
<nz-spin *ngIf="!i && status !== 'add'" class="modal-spin"></nz-spin>
|
||||
<sf #sf mode="edit" [schema]="schema" [ui]="ui" [formData]="i" button="none">
|
||||
<div class="modal-footer">
|
||||
<button nz-button type="button" (click)="close()">关闭</button>
|
||||
<button nz-button type="submit" nzType="primary" (click)="save(sf.value)" [disabled]="!sf.valid"
|
||||
[nzLoading]="service.http.loading">保存</button>
|
||||
</div>
|
||||
</sf>
|
||||
Reference in New Issue
Block a user