From c84011187aab9220e7f1c0d2af6e8874d467ed82 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Sat, 9 Apr 2022 17:39:30 +0800 Subject: [PATCH] fix bug --- .../etc-invoiced-list/etc-invoiced-list.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/routes/ticket-management/components/etc-invoiced-list/etc-invoiced-list.component.ts b/src/app/routes/ticket-management/components/etc-invoiced-list/etc-invoiced-list.component.ts index 58e8d9dd..c8fd370b 100644 --- a/src/app/routes/ticket-management/components/etc-invoiced-list/etc-invoiced-list.component.ts +++ b/src/app/routes/ticket-management/components/etc-invoiced-list/etc-invoiced-list.component.ts @@ -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' },