edit
This commit is contained in:
		| @ -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 }) } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user