From a78db667e6727618d01c93ff5a1680d6abdcf169 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Tue, 22 Mar 2022 09:26:23 +0800 Subject: [PATCH] edit --- .../components/transaction-flow/transaction-flow.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts b/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts index a2bbd47c..46af35d3 100644 --- a/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts +++ b/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts @@ -151,7 +151,7 @@ export class TransactionFlowComponent { }, default: '' }, - orderS2n2221: { + enterpriseName: { type: 'string', title: '账户名称', ui: { @@ -213,7 +213,7 @@ export class TransactionFlowComponent { private initST(): STColumn[] { return [ { title: '交易时间', index: 'createTime', width: 180 }, - { title: '流水号', index: 'transactionNumber', width: 170 }, + { title: '流水号', index: 'transactionNumber', width: 180 }, { title: '交易类型', index: 'tradeTypeLabel', width: 120 }, { title: '关联单号', index: 'businessNumber', width: 150 }, { title: '账户类型', index: 'accountTypeLabel', width: 130 },