删除单笔名义本金风控指标
This commit is contained in:
@@ -1557,30 +1557,6 @@ var colModel_trade = [
|
||||
align: 'left',
|
||||
optionHide: true,
|
||||
sortable: false,
|
||||
}, {
|
||||
name: 'StockEqvNotional',
|
||||
label: '名义本金',
|
||||
index: 'StockEqvNotional',
|
||||
width: 120,
|
||||
align: 'right',
|
||||
sortable: false,
|
||||
formatter: function (cellvalue, options, rowObject) {
|
||||
return !cellvalue || cellvalue == "NaN" ? "" : cellvalue.toLocaleString();
|
||||
},
|
||||
cellattr: function (cellvalue, options, rowObject) {
|
||||
var style = "style='" + checkQuota(rowObject, 'StockEqvNotional') + "'";
|
||||
return style;
|
||||
}
|
||||
}, {
|
||||
name: 'Quota_StockEqvNotional_Upper',
|
||||
label: '名义本金限额',
|
||||
index: 'Quota_StockEqvNotional_Upper',
|
||||
width: 120,
|
||||
align: 'right',
|
||||
sortable: false,
|
||||
formatter: function (cellvalue, options, rowObject) {
|
||||
return formatQuotaAbs(rowObject, 'StockEqvNotional');
|
||||
}
|
||||
}, {
|
||||
name: 'Quota_SwapPercent_Upper',
|
||||
label: '互换价格偏离比例限额',
|
||||
|
||||
Reference in New Issue
Block a user