edit
This commit is contained in:
@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user