车辆接口更新

This commit is contained in:
wangshiming
2022-01-18 19:51:26 +08:00
parent 9f61585a67
commit ca2e639b77

View File

@ -257,13 +257,13 @@ export class OrderManagementRiskComponent implements OnInit {
{ {
title: '装货地', title: '装货地',
className: 'text-left', className: 'text-left',
width: '200px', width: '250px',
index: 'loadingPlace' index: 'loadingPlace'
}, },
{ {
title: '卸货地', title: '卸货地',
className: 'text-left', className: 'text-left',
width: '200px', width: '250px',
index: 'dischargePlace' index: 'dischargePlace'
}, },
{ {