fix bug
This commit is contained in:
@ -147,8 +147,8 @@ export class ETCInvoicedListComponent implements OnInit {
|
||||
return [
|
||||
{ title: '运单号', index: 'wayBillCode' },
|
||||
{ title: '订单号', index: 'billCode' },
|
||||
{ title: '开票状态', index: 'invoicingStatus', type: 'enum', enum: { '0': '待开票', '1': '开票中', '2': '已开票', '3': '开票失败' } },
|
||||
{ title: '订单类型', index: 'billType' },
|
||||
{ title: '开票状态', index: 'invoicingStatus', type: 'enum', enum: { '0': '待开票', '1': '开票中', '2': '已开票', '3': '开票失败' } ,width: 120,},
|
||||
{ title: '订单类型', index: 'billTypeLabel', width: 120,},
|
||||
{ title: '装货地', index: 'loadingPlace' },
|
||||
{ title: '卸货地', index: 'dischargePlace' },
|
||||
{ title: '司机信息', render: 'call1No' },
|
||||
|
||||
Reference in New Issue
Block a user