feat: 初始化
This commit is contained in:
20
pages/report/index.scss
Normal file
20
pages/report/index.scss
Normal file
@ -0,0 +1,20 @@
|
||||
.filterWrapper {
|
||||
display: flex;
|
||||
column-gap: 6px;
|
||||
.filterSelector {
|
||||
flex: 1;
|
||||
}
|
||||
.filterButton {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 91px;
|
||||
height: 34px;
|
||||
color: #fff;
|
||||
background-color: rgba(41, 187, 228, 1);
|
||||
.filterText {
|
||||
white-space: nowrap;
|
||||
margin: 0 8px 0 3px;
|
||||
}
|
||||
}
|
||||
}
|
66
pages/report/index.vue
Normal file
66
pages/report/index.vue
Normal file
@ -0,0 +1,66 @@
|
||||
<template>
|
||||
<NavBar />
|
||||
<view>
|
||||
<ReportTable :title="reportList[currentReport].title" :url="reportList[currentReport].url" :columns="reportList[currentReport].columns">
|
||||
<template v-slot="{ showSearchDialog }">
|
||||
<view class="filterWrapper">
|
||||
<uni-data-select
|
||||
:localdata="reportOptions"
|
||||
@change="handleReportSelectorChange"
|
||||
v-model="currentReport"
|
||||
placeholder="请选择"
|
||||
class="filterSelector"
|
||||
></uni-data-select>
|
||||
<view class="filterButton" @click="showSearchDialog">
|
||||
<image src="/static/filter.png" alt="" style="width: 12px; height: 13px" />
|
||||
<text class="filterText">筛选</text>
|
||||
<uni-icons type="right" size="20" color="#fff"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
</ReportTable>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import ReportTable from '@/pages/components/reportTable/index.vue';
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
currentReport: 'deposit',
|
||||
reportList: {
|
||||
// 入金报表
|
||||
deposit: {
|
||||
title: this.$t('report.goldIn'),
|
||||
url: '/app/report/getReport16'
|
||||
},
|
||||
// 出金报表
|
||||
withdrawal: {
|
||||
title: this.$t('report.goldOut'),
|
||||
url: '/app/report/getReport17'
|
||||
}
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
reportOptions() {
|
||||
return Object.keys(this.reportList).map((key) => ({
|
||||
text: this.reportList[key].title,
|
||||
value: key
|
||||
}));
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
handleReportSelectorChange(e) {
|
||||
this.currentReport = e;
|
||||
}
|
||||
},
|
||||
components: {
|
||||
ReportTable
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './index.scss';
|
||||
</style>
|
710
pages/report/mock.ts
Normal file
710
pages/report/mock.ts
Normal file
@ -0,0 +1,710 @@
|
||||
const mockdata = {
|
||||
code: 0,
|
||||
msg: null,
|
||||
data: {
|
||||
totalPages: 21,
|
||||
totalRecords: 406,
|
||||
curPage: 1,
|
||||
pageSize: 20,
|
||||
records: [
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 1000,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 1008,
|
||||
audit_amount: null,
|
||||
usd_service_charge: 8.6,
|
||||
pay_channel: 'remittance',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-07 10:31:50',
|
||||
gold_in_status: '已取消',
|
||||
auditor: null,
|
||||
audit_time: null,
|
||||
audit_opinion: 'Task Cancel',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 50,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 50,
|
||||
audit_amount: 50,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'LDAgency',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-10 10:11:35',
|
||||
gold_in_status: '已拒绝',
|
||||
auditor: null,
|
||||
audit_time: '2022-04-11 11:30:09',
|
||||
audit_opinion: '柔柔弱弱',
|
||||
remark: 'we发送到发送到',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 100,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 100,
|
||||
audit_amount: null,
|
||||
usd_service_charge: 0.86,
|
||||
pay_channel: 'remittance',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-10 19:39:07',
|
||||
gold_in_status: '已取消',
|
||||
auditor: null,
|
||||
audit_time: null,
|
||||
audit_opinion: 'Task Cancel',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 50,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 50,
|
||||
audit_amount: 50,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'LDAgency',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-11 14:00:01',
|
||||
gold_in_status: '已通过',
|
||||
auditor: null,
|
||||
audit_time: '2022-04-11 14:01:35',
|
||||
audit_opinion: '2132343532',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 33,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 33,
|
||||
audit_amount: null,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'LDAgency',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-11 14:10:57',
|
||||
gold_in_status: '待审核',
|
||||
auditor: null,
|
||||
audit_time: null,
|
||||
audit_opinion: '',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 15,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 15,
|
||||
audit_amount: null,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'LDAgency',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-11 14:13:46',
|
||||
gold_in_status: '待审核',
|
||||
auditor: null,
|
||||
audit_time: null,
|
||||
audit_opinion: '',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 16,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 16,
|
||||
audit_amount: null,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'LDAgency',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-11 14:15:28',
|
||||
gold_in_status: '待审核',
|
||||
auditor: null,
|
||||
audit_time: null,
|
||||
audit_opinion: '',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 17,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 17,
|
||||
audit_amount: 17,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'LDAgency',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-11 14:20:01',
|
||||
gold_in_status: '已通过',
|
||||
auditor: null,
|
||||
audit_time: '2022-04-11 14:21:27',
|
||||
audit_opinion: 'rtfffsasasfsdferrwerwefesd',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 500,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 504,
|
||||
audit_amount: null,
|
||||
usd_service_charge: 4.3,
|
||||
pay_channel: 'remittance',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-14 15:26:15',
|
||||
gold_in_status: '已取消',
|
||||
auditor: null,
|
||||
audit_time: null,
|
||||
audit_opinion: 'Task Cancel',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 234,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 236,
|
||||
audit_amount: null,
|
||||
usd_service_charge: 2.01,
|
||||
pay_channel: 'remittance',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-14 15:27:54',
|
||||
gold_in_status: '已取消',
|
||||
auditor: null,
|
||||
audit_time: null,
|
||||
audit_opinion: 'Task Cancel',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 100,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 100,
|
||||
audit_amount: null,
|
||||
usd_service_charge: 0.86,
|
||||
pay_channel: 'remittance',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-14 19:12:02',
|
||||
gold_in_status: '已取消',
|
||||
auditor: null,
|
||||
audit_time: null,
|
||||
audit_opinion: 'Task Cancel',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 100,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 100,
|
||||
audit_amount: null,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'htfxcashier',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-21 15:03:44',
|
||||
gold_in_status: '已取消',
|
||||
auditor: null,
|
||||
audit_time: null,
|
||||
audit_opinion: 'Task Cancel',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 100,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 100,
|
||||
audit_amount: null,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'htfxcashier',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-21 15:09:09',
|
||||
gold_in_status: '已取消',
|
||||
auditor: null,
|
||||
audit_time: null,
|
||||
audit_opinion: 'Task Cancel',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'VND',
|
||||
usd_amount: 100,
|
||||
exchange_rate: 23300,
|
||||
currency_amount: 2330000,
|
||||
audit_amount: null,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'LDAgency',
|
||||
remittance_no: null,
|
||||
pay_ordid: '222222',
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-22 08:50:51',
|
||||
gold_in_status: '待审核',
|
||||
auditor: null,
|
||||
audit_time: null,
|
||||
audit_opinion: '',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'MYR',
|
||||
usd_amount: 5,
|
||||
exchange_rate: 4.4,
|
||||
currency_amount: 22,
|
||||
audit_amount: 5,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'LDAgency',
|
||||
remittance_no: null,
|
||||
pay_ordid: '3333333',
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-22 09:03:52',
|
||||
gold_in_status: '已通过',
|
||||
auditor: null,
|
||||
audit_time: '2022-04-22 09:49:49',
|
||||
audit_opinion: null,
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100001,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 100,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 100,
|
||||
audit_amount: 100,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'LDAgency',
|
||||
remittance_no: null,
|
||||
pay_ordid: '203000000003223313',
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-22 09:34:25',
|
||||
gold_in_status: '已通过',
|
||||
auditor: null,
|
||||
audit_time: '2022-04-22 09:35:14',
|
||||
audit_opinion: 'lasjfklshfjkashffasfsa',
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100003,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 200,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 200,
|
||||
audit_amount: 200,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'LDAgency',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-27 14:32:00',
|
||||
gold_in_status: '已通过',
|
||||
auditor: '管理员 超级',
|
||||
audit_time: '2022-04-27 14:38:44',
|
||||
audit_opinion: null,
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100003,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 200,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 200,
|
||||
audit_amount: 200,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'LDAgency',
|
||||
remittance_no: null,
|
||||
pay_ordid: '345734863845333333',
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-27 15:30:12',
|
||||
gold_in_status: '已通过',
|
||||
auditor: '管理员 超级',
|
||||
audit_time: '2022-04-27 15:33:25',
|
||||
audit_opinion: null,
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100003,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 350,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 350,
|
||||
audit_amount: 350,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'LDAgency',
|
||||
remittance_no: null,
|
||||
pay_ordid: '额外444444444444444',
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-27 15:33:41',
|
||||
gold_in_status: '已通过',
|
||||
auditor: '管理员 超级',
|
||||
audit_time: '2022-04-27 15:34:01',
|
||||
audit_opinion: null,
|
||||
remark: '',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: 'MT4 LIVE',
|
||||
user_code: 'c17',
|
||||
name: 'Mr Perfect',
|
||||
mt4_login: 100003,
|
||||
currency_type: 'USD',
|
||||
usd_amount: 600,
|
||||
exchange_rate: 1,
|
||||
currency_amount: 600,
|
||||
audit_amount: null,
|
||||
usd_service_charge: 0,
|
||||
pay_channel: 'LDAgency',
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: null,
|
||||
apply_time: '2022-04-27 17:58:10',
|
||||
gold_in_status: '已取消',
|
||||
auditor: null,
|
||||
audit_time: null,
|
||||
audit_opinion: 'Task Cancel',
|
||||
remark: 'manualCancel',
|
||||
superior: '桃 胡',
|
||||
sp_field: 1
|
||||
},
|
||||
{
|
||||
mt4_server: null,
|
||||
user_code: null,
|
||||
name: null,
|
||||
mt4_login: null,
|
||||
currency_type: null,
|
||||
usd_amount: null,
|
||||
audit_amount: null,
|
||||
exchange_rate: null,
|
||||
currency_amount: null,
|
||||
usd_service_charge: null,
|
||||
pay_channel: null,
|
||||
remittance_no: null,
|
||||
pay_ordid: null,
|
||||
apply_time: null,
|
||||
gold_in_status: null,
|
||||
auditor: null,
|
||||
audit_time: null,
|
||||
audit_opinion: null,
|
||||
remark: null,
|
||||
superior: null,
|
||||
subsidy: null,
|
||||
subsidy_amount: 1.43,
|
||||
sp_field: 406
|
||||
}
|
||||
],
|
||||
columns: [
|
||||
{
|
||||
ifFilter: true,
|
||||
field: 'user_code',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '用户名',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'pay_ordid',
|
||||
ifSum: false,
|
||||
sortable: true,
|
||||
title: '支付通道订单号',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'name',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '姓名',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: true,
|
||||
field: 'mt4_login',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: 'MT账号',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'subsidy',
|
||||
ifSum: false,
|
||||
sortable: true,
|
||||
title: '补贴',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'usd_amount',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '入金金额',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'subsidy_amount',
|
||||
ifSum: true,
|
||||
sortable: true,
|
||||
title: '补贴金额',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'currency_type',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '入金币种',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'exchange_rate',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '汇率',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'currency_amount',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '实际入金金额',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'usd_service_charge',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '手续费',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'pay_channel',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '支付通道',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'remittance_no',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '汇款单号',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: true,
|
||||
field: 'apply_time',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '申请时间',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'remark',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: ' 客户入金备注',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'superior',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '客户上级',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: true,
|
||||
field: 'gold_in_status',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '状态',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'auditor',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '审批人',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'audit_opinion',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '审批意见',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: true,
|
||||
field: 'audit_time',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: '审批时间',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
ifFilter: false,
|
||||
field: 'mt4_server',
|
||||
ifSum: false,
|
||||
sortable: false,
|
||||
title: 'MT环境',
|
||||
align: 'center'
|
||||
}
|
||||
],
|
||||
fieldList: null,
|
||||
summary: null
|
||||
}
|
||||
};
|
||||
export default mockdata
|
Reference in New Issue
Block a user