fix bug
This commit is contained in:
@ -518,6 +518,12 @@ export class OrderManagementBulkComponent implements OnInit {
|
|||||||
className: 'text-left',
|
className: 'text-left',
|
||||||
render: 'loadingTime'
|
render: 'loadingTime'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '录单时间',
|
||||||
|
className: 'text-left',
|
||||||
|
index: 'recordTime',
|
||||||
|
width: '170px'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '创建时间',
|
title: '创建时间',
|
||||||
width: '180px',
|
width: '180px',
|
||||||
|
|||||||
@ -394,6 +394,12 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
|
|||||||
className: 'text-left',
|
className: 'text-left',
|
||||||
render: 'loadingTime'
|
render: 'loadingTime'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '录单时间',
|
||||||
|
className: 'text-left',
|
||||||
|
index: 'recordTime',
|
||||||
|
width: '170px'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '创建时间',
|
title: '创建时间',
|
||||||
className: 'text-left',
|
className: 'text-left',
|
||||||
|
|||||||
Reference in New Issue
Block a user