This commit is contained in:
wangshiming
2022-03-08 14:00:17 +08:00
parent 5fd558627f
commit 8781bcf586

View File

@ -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: {