From 7b557900b52fc96299f7984a2c4911dc235d9e80 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Wed, 2 Mar 2022 15:25:50 +0800 Subject: [PATCH] ed9t --- .../receivable-order-detail.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts index c9fc84c0..d630043c 100644 --- a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts +++ b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts @@ -146,7 +146,7 @@ export class ReceivableOrderDetailComponent implements OnInit { { title: '订单号', index: 'billHCode', width: 100 }, // { title: '订单日期', index: 'billTime', width: 150 }, // { title: '费用类型', index: 'cnoName', width: 90 }, - { title: '订单费用科目', index: 'billLTypeLable', width: 100 }, + { title: '订单费用科目', index: 'billLTypeLabel', width: 100 }, { title: '费用科目', index: 'feeSubName', width: 140 }, { title: '结算客户', index: 'cnoName', width: 100 }, {