车辆对接

This commit is contained in:
wangshiming
2022-01-11 17:08:39 +08:00
parent 0dde51a145
commit 347cb109af
6 changed files with 894 additions and 981 deletions

View File

@ -324,6 +324,6 @@
[nzLoading]="service.http.loading"
>保存</button
>
<button nz-button nzType="primary" style="margin-left: 48px" (click)="close()" *ngIf="type === 'edit'">取消</button>
<button nz-button nzType="primary" style="margin-left: 48px" (click)="goBack()" *ngIf="type === 'edit'">取消</button>
</div>
</nz-card>