This commit is contained in:
Taric Xin
2022-05-05 11:12:35 +08:00
parent 50a36ecd86
commit 7a7452db8f

View File

@ -152,9 +152,7 @@ export class ETCInvoicedListComponent implements OnInit {
{ title: '订单号', index: 'billCode', width: 200 },
{
title: '开票状态',
index: 'invoicingStatus',
type: 'enum',
enum: { '0': '待开票', '1': '开票中', '2': '已开票', '3': '开票失败' },
index: 'invoicingStatusLabel',
width: 120
},
{ title: '订单类型', index: 'billTypeLabel', width: 120 },