edit
This commit is contained in:
@ -187,7 +187,7 @@ export class DriverAccountComponent implements OnInit {
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.withdrawBalance }) }
|
||||
},
|
||||
{ title: '账户总余额', render: 'availableBalance', className: 'text-right' },
|
||||
{ title: '账户总余额', render: 'availableBalance', className: 'text-right', width: 180 },
|
||||
{ title: '创建时间', index: 'createTime', type: 'date', width: 150 },
|
||||
{
|
||||
title: '操作',
|
||||
@ -213,4 +213,8 @@ export class DriverAccountComponent implements OnInit {
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
parseFloat(num: any) {
|
||||
return parseFloat(num);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user