UI
This commit is contained in:
@ -152,9 +152,7 @@ export class ETCInvoicedListComponent implements OnInit {
|
|||||||
{ title: '订单号', index: 'billCode', width: 200 },
|
{ title: '订单号', index: 'billCode', width: 200 },
|
||||||
{
|
{
|
||||||
title: '开票状态',
|
title: '开票状态',
|
||||||
index: 'invoicingStatus',
|
index: 'invoicingStatusLabel',
|
||||||
type: 'enum',
|
|
||||||
enum: { '0': '待开票', '1': '开票中', '2': '已开票', '3': '开票失败' },
|
|
||||||
width: 120
|
width: 120
|
||||||
},
|
},
|
||||||
{ title: '订单类型', index: 'billTypeLabel', width: 120 },
|
{ title: '订单类型', index: 'billTypeLabel', width: 120 },
|
||||||
|
|||||||
Reference in New Issue
Block a user