From 456c24e79da0bd98ab5dc845a447caff1319b30c Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 9 May 2022 13:47:02 +0800 Subject: [PATCH] fix bug --- .../components/billing-order/billing-order.component.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/routes/ticket-management/components/billing-order/billing-order.component.ts b/src/app/routes/ticket-management/components/billing-order/billing-order.component.ts index aceeaac5..beaf5437 100644 --- a/src/app/routes/ticket-management/components/billing-order/billing-order.component.ts +++ b/src/app/routes/ticket-management/components/billing-order/billing-order.component.ts @@ -213,11 +213,7 @@ export class BillingOrderComponent extends BasicTableComponent { className: 'text-center', index: 'paymentMethodRate', width: 130, -<<<<<<< HEAD format: record => `${(record.paymentMethodRate*100).toFixed(2)}%` -======= - format: record => `${record.paymentMethodRate * 100}%` ->>>>>>> b6b51c9a662efd271b713242c077a04c199ed167 }, { title: '货主名称', index: 'shipperAppUserName', width: '180px', className: 'text-center' }, { title: '所属项目', index: 'enterpriseProjectName', width: '180px', className: 'text-center' },