From a777f43a56918c5f5a81e830a3f5d5fd10ad04fc Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Wed, 5 Jan 2022 21:07:44 +0800 Subject: [PATCH] edit --- .../payment-record/payment-record.component.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/routes/financial-management/components/payment-record/payment-record.component.ts b/src/app/routes/financial-management/components/payment-record/payment-record.component.ts index 203c5498..cf645a44 100644 --- a/src/app/routes/financial-management/components/payment-record/payment-record.component.ts +++ b/src/app/routes/financial-management/components/payment-record/payment-record.component.ts @@ -238,7 +238,7 @@ export class PaymentRecordComponent implements OnInit { private initST(): STColumn[] { return [ - { title: '支付编号', render: 'orderPaymentCode', width: 150 }, + { title: '支付编号', render: 'orderPaymentCode', width: 170 }, { title: '支付金额', render: 'payAmount', width: 100, format: item => `¥${item.payAmount}` }, { title: '运费明细', @@ -259,9 +259,9 @@ export class PaymentRecordComponent implements OnInit { index: 'payTypeLabel', width: 130 }, - { title: '货主', index: 'enterpriseInfoName', width: 100 }, - { title: '订单号', render: 'billCode', width: 120 }, - { title: '运单号', render: 'wayBillCode', width: 120 }, + { title: '货主', index: 'enterpriseInfoName', width: 140 }, + { title: '订单号', render: 'billCode', width: 140 }, + { title: '运单号', render: 'wayBillCode', width: 140 }, { title: '货源编号', index: 'resourceCode', width: 120 }, { title: '服务类型', @@ -271,11 +271,11 @@ export class PaymentRecordComponent implements OnInit { { title: '承运司机', render: 'driverId', width: 120 }, { title: '收款人', render: 'captainName', width: 120 }, { title: '银行类型', index: 'bankType', width: 150, type: 'enum', enum: { 1: '平安银行', 2: '浦发银行' } }, - { title: '网络货运人', index: 'ltdname', width: 120 }, + { title: '网络货运人', index: 'ltdName', width: 120 }, { title: '申请时间', index: 'applyTime', width: 160 }, - { title: '申请人', index: 'applyUsername', width: 90 }, - { title: '处理时间', index: 'handleTime', width: 150 }, - { title: '处理人', index: 'handlerUsername', width: 90 }, + { title: '申请人', index: 'applyUserName', width: 90 }, + { title: '处理时间', index: 'handlerTime', width: 180 }, + { title: '处理人', index: 'handlerUserName', width: 90 }, { title: '失败原因', index: 'failCause', width: 100 }, { title: '操作',