1.结算记录中新增结算信息
2.优化渠道页面样式
This commit is contained in:
@@ -7,11 +7,16 @@ export default {
|
||||
channel_name: 'Channel',
|
||||
admin_id: 'Agent admin',
|
||||
admin_username: 'Agent username',
|
||||
commission_rate: 'Commission rate',
|
||||
calc_base_amount: 'Calculation base amount',
|
||||
commission_amount: 'Commission amount (gross)',
|
||||
handling_fee: 'Handling fee amount',
|
||||
calc_base_amount: 'Settlement base',
|
||||
share_rate: 'Share rate',
|
||||
commission_rate: 'Effective rate',
|
||||
commission_amount: 'Commission (gross)',
|
||||
commission_share_percent: 'Share of total',
|
||||
handling_fee_rate: 'Handling fee rate',
|
||||
handling_fee: 'Handling fee',
|
||||
net_commission_amount: 'Net commission',
|
||||
filter_by_settlement_no: 'Filtered by settlement no.: {no}',
|
||||
reset_settlement_filter: 'Reset filter',
|
||||
status: 'Status',
|
||||
'status 0': 'Pending',
|
||||
'status 1': 'Paid',
|
||||
|
||||
@@ -15,5 +15,6 @@ export default {
|
||||
remark: 'Remark',
|
||||
create_time: 'Created',
|
||||
update_time: 'Updated',
|
||||
view_commission_records: 'View commission records',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user