From 6ff6a7d2bbcb3ddeeb340ee07b56a8c2be5b5836 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Wed, 23 Feb 2022 14:07:42 +0800 Subject: [PATCH] edit --- .../invoice-requested/invoice-requested.component.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }) }