车辆接口更新

This commit is contained in:
wangshiming
2022-01-21 13:46:17 +08:00
parent b6e8520a35
commit 7cfbcf2db2

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-19 10:47:46
* @LastEditors : Shiming
* @LastEditTime : 2022-01-21 10:56:48
* @LastEditTime : 2022-01-21 13:43:28
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\btn-management\\btn-management.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -74,7 +74,7 @@
<sf #sfFre [schema]="addSchema" [ui]="ui2" [formData]="formData" [compact]="false" [button]="'none'"> </sf>
</ng-container>
<ng-template #nzModalFooter>
<button nz-button nzType="primary" (click)="handleCancel()" [disabled]="">取消</button>
<button nz-button nzType="default" (click)="handleOK()">确 定</button>
<button nz-button nzType="default" (click)="handleCancel()" [disabled]="">取消</button>
<button nz-button nzType="primary" (click)="handleOK()">确 定</button>
</ng-template>
</nz-modal>