保证金算法&资金计算
This commit is contained in:
@@ -158,11 +158,9 @@ const jqgrid1Mgr = (new function () {
|
||||
return cellValue + "天";
|
||||
}
|
||||
}, {
|
||||
name: 'InitMarginRate', label: '期初预付金', index: 'InitMarginRate', formatter: percentFormat
|
||||
name: 'InitMarginRate', label: '初始保证金率', index: 'InitMarginRate', formatter: percentFormat
|
||||
}, {
|
||||
name: 'InitMarginRebateRate', label: '期初预付金利率', index: 'InitMarginRebateRate', formatter: percentFormat,
|
||||
}, {
|
||||
name: 'AddToMarginRebateRate', label: '追加预付金利率', index: 'AddToMarginRebateRate', formatter: percentFormat,
|
||||
name: 'MaintenanceRate', label: '维持保证金率', index: 'MaintenanceRate', formatter: percentFormat,
|
||||
}, {
|
||||
name: 'OptName', label: '操作人', index: 'OptName'
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user