This commit is contained in:
Taric Xin
2022-03-22 09:26:23 +08:00
parent cd48729a4b
commit a78db667e6

View File

@ -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 },