车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 14:41:29 +08:00
parent ccb410d145
commit 51a7014b2c
4 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-12 10:52:50
* @LastEditors : Shiming
* @LastEditTime : 2022-01-18 17:17:56
* @LastEditTime : 2022-01-19 14:39:52
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk\\bulk.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -71,7 +71,7 @@
</ng-template>
<ng-template st-row="driverName" let-item let-index="index">
<div>
{{item?.driverName}}/{{item?.driverPhone}}
{{item?.driverName}}/{{item?.driverPhone}}/{{item?.carNo}}
</div>
</ng-template>
<ng-template st-row="payeeName" let-item let-index="index">

View File

@ -427,7 +427,7 @@ export class OrderManagementBulkComponent implements OnInit {
{
title: '承运司机',
className: 'text-left',
width: '180px',
width: '250px',
index: 'driverName',
render: 'driverName'
},

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-12 10:52:50
* @LastEditors : Shiming
* @LastEditTime : 2022-01-18 17:12:59
* @LastEditTime : 2022-01-19 14:39:41
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle\\vehicle.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -101,7 +101,7 @@
</ng-template>
<ng-template st-row="driverName" let-item let-index="index">
<div>
{{item?.driverName}}/{{item?.driverPhone}}/{{item?.plateNumber}}
{{item?.driverName}}/{{item?.driverPhone}}/{{item?.carNo}}
</div>
</ng-template>
<ng-template st-row="payeeName" let-item let-index="index">

View File

@ -384,7 +384,7 @@ resourceStatus: any;
}, {
title: '承运司机',
className: 'text-left',
width: '180px',
width: '250px',
render: 'driverName'
},
{