bug修复

This commit is contained in:
xiaoxing.liu
2022-04-14 21:10:40 +08:00
parent f958cfe64b
commit f7a908f5c8

View File

@ -281,12 +281,12 @@ export class DatatableOrderReportingComponent implements OnInit {
initST() {
this.columns = [
{ title: '', type: 'checkbox', className: 'text-center', width: '60px', },
{ title: '订单状态', render: 'billPutStatusLabel', className: 'text-center', width: '120px', },
{ title: '司机状态', render: 'driverPutStatusLabel', className: 'text-center', width: '120px', },
{ title: '订单状态', index: 'billPutStatusLabel', className: 'text-center', width: '120px', },
{ title: '司机状态', index: 'driverPutStatusLabel', className: 'text-center', width: '120px', },
{ title: '车辆状态', render: 'carPutStatusLabel', className: 'text-center', width: '120px', },
{ title: '车辆状态', index: 'carPutStatusLabel', className: 'text-center', width: '120px', },
{ title: '本地校验', render: 'checkStatusLabel', className: 'text-center', width: '120px', },
{ title: '本地校验', index: 'checkStatusLabel', className: 'text-center', width: '120px', },
{
title: '订单号',
render: 'billCode',