Files
bbq/src/app/routes/partner/channel-sales/components/edit/edit.component.html
wangshiming c80e7aedc2 fix bug
2022-05-05 14:15:01 +08:00

8 lines
295 B
HTML

<sf #sf [loading]="service.http.loading" [ui]="ui" [schema]="schema" [button]="'none'" [formData]="record">
</sf>
<div *nzModalFooter>
<button nz-button nzType="default" (click)="close()">取消</button>
<button nz-button nzType="primary" (click)="save()">确认</button>
</div>