diff --git a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts index c08bf3d2..55b78712 100644 --- a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts +++ b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts @@ -350,7 +350,7 @@ export class InvoiceRequestedComponent implements OnInit { { title: '申请金额', index: 'applyAmount', - width: 100, + width: 140, type: 'widget', className: 'text-right', widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.applyAmount }) } @@ -358,7 +358,7 @@ export class InvoiceRequestedComponent implements OnInit { { title: '运输费', index: 'fjfmoney2', - width: 90, + width: 140, type: 'widget', className: 'text-right', widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.fjfmoney2 }) } @@ -366,7 +366,7 @@ export class InvoiceRequestedComponent implements OnInit { { title: '附加费', index: 'fjfmoney', - width: 90, + width: 140, type: 'widget', className: 'text-right', widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.fjfmoney }) } @@ -374,7 +374,7 @@ export class InvoiceRequestedComponent implements OnInit { { title: '已开票金额', index: 'invoicedMoney', - width: 120, + width: 140, type: 'widget', className: 'text-right', widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.invoicedMoney }) }