This commit is contained in:
Taric Xin
2021-12-29 19:46:29 +08:00
parent f6f17a410d
commit a99a15e570
20 changed files with 425 additions and 131 deletions

View File

@ -121,7 +121,7 @@ export class RechargeRecordComponent implements OnInit {
},
default: ''
},
ltdid: {
ltdId: {
type: 'string',
title: '网络货运人',
ui: {
@ -159,7 +159,7 @@ export class RechargeRecordComponent implements OnInit {
return [
{ title: '充值时间', index: 'createTime', type: 'date' },
{ title: '充值单号', index: 'rechargeNo' },
{ title: '网络货运人', index: 'ltdid' },
{ title: '网络货运人', index: 'ltdId' },
{ title: '银行类型', index: 'bankType', type: 'enum', enum: { 1: '平安银行', 2: '浦发银行' } },
{ title: '账户类型', index: 'accountType', type: 'enum', enum: { 1: '平安银行', 2: '浦发银行', 3: '运营商账户' } },
{ title: '账户名称', index: 'rechargeName' },