fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2021-12-23 13:39:58
|
* @Date : 2021-12-23 13:39:58
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-03-08 13:47:16
|
* @LastEditTime : 2022-03-08 13:59:05
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail-change\\vehicle-detail-change.component.ts
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail-change\\vehicle-detail-change.component.ts
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
@ -764,7 +764,7 @@ export class OrderManagementVehicleDetailChangeComponent implements OnInit {
|
|||||||
placeholder: '请输入'
|
placeholder: '请输入'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
loadPlanTime: {
|
loadTime: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '发车时间',
|
title: '发车时间',
|
||||||
ui: {
|
ui: {
|
||||||
@ -772,7 +772,7 @@ export class OrderManagementVehicleDetailChangeComponent implements OnInit {
|
|||||||
placeholder: '请输入'
|
placeholder: '请输入'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
unloadPlanTime: {
|
unloadTime: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '到车时间',
|
title: '到车时间',
|
||||||
ui: {
|
ui: {
|
||||||
|
|||||||
Reference in New Issue
Block a user