You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
722 B
23 lines
722 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Performance' => '代理业绩',
|
|
],
|
|
'fields' => [
|
|
'aid' => '代理ID',
|
|
'start_time' => '开始时间',
|
|
'end_time' => '结束时间',
|
|
'subscribe_performance' => '申购业绩',
|
|
'contract_performance' => '合约业绩',
|
|
'option_performance' => '期权业绩',
|
|
'subscribe_rebate_rate' => '申购返佣比率',
|
|
'contract_rebate_rate' => '合约返佣比率',
|
|
'option_rebate_rate' => '期权返佣比率',
|
|
'subscribe_rebate' => '申购返佣',
|
|
'contract_rebate' => '合约返佣',
|
|
'option_rebate' => '期权返佣',
|
|
'status' => '状态',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|