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