This commit is contained in:
wangshiming
2022-04-14 10:33:24 +08:00
parent 8462c41b9c
commit 177d1eefd5
2 changed files with 12 additions and 0 deletions

View File

@ -518,6 +518,12 @@ export class OrderManagementBulkComponent implements OnInit {
className: 'text-left',
render: 'loadingTime'
},
{
title: '录单时间',
className: 'text-left',
index: 'recordTime',
width: '170px'
},
{
title: '创建时间',
width: '180px',

View File

@ -394,6 +394,12 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
className: 'text-left',
render: 'loadingTime'
},
{
title: '录单时间',
className: 'text-left',
index: 'recordTime',
width: '170px'
},
{
title: '创建时间',
className: 'text-left',