This commit is contained in:
wangshiming
2021-12-06 15:56:46 +08:00
parent 1c5643b7e9
commit 24de0ea9ea
17 changed files with 543 additions and 13 deletions

View File

@ -0,0 +1,6 @@
<sf #sf [compact]="true" [ui]="ui" [schema]="schema" [button]="'none'"> </sf>
<div *nzModalFooter>
<button nz-button nzType="default" (click)="close()">取消</button>
<button nz-button nzType="primary" (click)="save()">保存</button>
</div>