|
@@ -29,10 +29,10 @@
|
|
|
return [
|
|
return [
|
|
|
{field: 'id', title: 'ID', sort: true, event: 'id', width: '5%'},
|
|
{field: 'id', title: 'ID', sort: true, event: 'id', width: '5%'},
|
|
|
{field: 'name', title: '矿机名称'},
|
|
{field: 'name', title: '矿机名称'},
|
|
|
- {field: 'get_money', title: '收益币种', width: '10%'},
|
|
|
|
|
- {field: 'user_service_ratio', title: '当前服务费(%)', width: '15%'},
|
|
|
|
|
- {field: 'service_ratio', title: '矿机默认服务费(%)', width: '15%'},
|
|
|
|
|
- {field: 'lower_service_ratio', title: '下级最低服务费(%)', width: '15%'},
|
|
|
|
|
|
|
+ {field: 'get_money_type', title: '收益币种', width: '12%'},
|
|
|
|
|
+ {field: 'user_service_ratio', title: '当前服务费(%)', width: '10%'},
|
|
|
|
|
+ {field: 'service_ratio', title: '矿机默认服务费(%)', width: '10%'},
|
|
|
|
|
+ {field: 'lower_service_ratio', title: '下级最低服务费(%)', width: '10%'},
|
|
|
{field: 'act', title: '操作', align: 'center', toolbar: '#act', width: '20%'},
|
|
{field: 'act', title: '操作', align: 'center', toolbar: '#act', width: '20%'},
|
|
|
];
|
|
];
|
|
|
});
|
|
});
|