|
|
@@ -106,6 +106,10 @@ layui.config({
|
|
|
{ field: 'TotalAmount', width: 120, title: '账户总金额' ,sort: true},
|
|
|
{ field: 'FreezeAmount', width: 110, title: '冻结金额' ,sort: true},
|
|
|
{ field: 'BalanceAmount', width: 110, title: '余额' ,sort: true},
|
|
|
+ { field: 'TempAmount', width: 110, title: '支付宝临时额度' ,sort: true},
|
|
|
+ { field: 'TempAmountForBalance', width: 110, title: '余额临时额度' ,sort: true},
|
|
|
+ { field: 'ThisMonthPreAmount', width: 110, title: '本月预发额度' ,sort: true},
|
|
|
+ { field: 'ValidPreAmount', width: 110, title: '可用预发额度' ,sort: true},
|
|
|
{ field: 'AccountStatusName', width: 110, title: '账户状态' ,sort: true},
|
|
|
{ field: 'SeoDescription', width: 100, title: '备注' ,sort: true},
|
|
|
// { field: 'CreateDate', width: 200, title: '创建时间' ,sort: true},
|