车辆接口更新

This commit is contained in:
wangshiming
2022-01-25 20:04:35 +08:00
parent 35717ca650
commit 5b6737f76a
5 changed files with 73 additions and 126 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-12 10:52:50
* @LastEditors : Shiming
* @LastEditTime : 2022-01-25 17:22:38
* @LastEditTime : 2022-01-25 20:01:20
* @FilePath : \\tms-obc-web\\src\\app\\routes\\insurance-management\\components\\list\\list.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -43,11 +43,9 @@
<nz-tabset (nzSelectedIndexChange)="selectChange($event)"
[nzTabBarExtraContent]="extraTemplate">
<nz-tab [nzTitle]="'全部('+tabs?.totalCount+')'"></nz-tab>
<nz-tab [nzTitle]="'接单('+tabs?.receivedQuantity+')'"></nz-tab>
<nz-tab [nzTitle]="'待发车('+tabs?.stayQuantity+')'"></nz-tab>
<nz-tab [nzTitle]="'运输中('+tabs?.GoingQuantity+')'"></nz-tab>
<nz-tab [nzTitle]="'待签收('+tabs?.signQuantity+')'"></nz-tab>
<nz-tab [nzTitle]="'已完成('+tabs?.compolatelQuantity+')'"></nz-tab>
<nz-tab [nzTitle]="'投保('+tabs?.receivedQuantity+')'"></nz-tab>
<nz-tab [nzTitle]="'已投保('+tabs?.stayQuantity+')'"></nz-tab>
<nz-tab [nzTitle]="'投保失败('+tabs?.GoingQuantity+')'"></nz-tab>
<nz-tab [nzTitle]="'已取消('+tabs?.cancelQuantity+')'"></nz-tab>
</nz-tabset>
<div style="margin-top: 15px;">
@ -108,7 +106,7 @@
<ng-template #extraTemplate>
<div>
<button nz-button nzType="primary" >
批量签收
</button>
保险配置
</button>
</div>
</ng-template>