fix bug
This commit is contained in:
		| @ -213,11 +213,7 @@ export class BillingOrderComponent extends BasicTableComponent { | |||||||
|         className: 'text-center', |         className: 'text-center', | ||||||
|         index: 'paymentMethodRate', |         index: 'paymentMethodRate', | ||||||
|         width: 130, |         width: 130, | ||||||
| <<<<<<< HEAD |  | ||||||
|         format: record => `${(record.paymentMethodRate*100).toFixed(2)}%` |         format: record => `${(record.paymentMethodRate*100).toFixed(2)}%` | ||||||
| ======= |  | ||||||
|         format: record => `${record.paymentMethodRate * 100}%` |  | ||||||
| >>>>>>> b6b51c9a662efd271b713242c077a04c199ed167 |  | ||||||
|       }, |       }, | ||||||
|       { title: '货主名称', index: 'shipperAppUserName', width: '180px', className: 'text-center' }, |       { title: '货主名称', index: 'shipperAppUserName', width: '180px', className: 'text-center' }, | ||||||
|       { title: '所属项目', index: 'enterpriseProjectName', width: '180px', className: 'text-center' }, |       { title: '所属项目', index: 'enterpriseProjectName', width: '180px', className: 'text-center' }, | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user