|
@@ -143,32 +143,32 @@ const options = reactive({
|
|
|
|
|
|
|
|
// SaTable 列配置
|
|
// SaTable 列配置
|
|
|
const columns = reactive([
|
|
const columns = reactive([
|
|
|
- { title: '充值账号', dataIndex: 'user_name', width: 180 },
|
|
|
|
|
- { title: '充值IP', dataIndex: 'user_ip', width: 180 },
|
|
|
|
|
|
|
+ { title: '充值账号', dataIndex: 'user_name', width: 120 },
|
|
|
|
|
+ { title: '充值IP', dataIndex: 'user_ip', width: 130 },
|
|
|
{ title: '订单号', dataIndex: 'order_id', width: 180 },
|
|
{ title: '订单号', dataIndex: 'order_id', width: 180 },
|
|
|
{ title: '交易订单号', dataIndex: 'trade_id', width: 180 },
|
|
{ title: '交易订单号', dataIndex: 'trade_id', width: 180 },
|
|
|
{ title: '研发订单号', dataIndex: 'cp_order_id', width: 180 },
|
|
{ title: '研发订单号', dataIndex: 'cp_order_id', width: 180 },
|
|
|
- { title: '支付时间', dataIndex: 'pay_date', width: 180 },
|
|
|
|
|
|
|
+ { title: '支付时间', dataIndex: 'pay_date', width: 140 },
|
|
|
{
|
|
{
|
|
|
title: '金额',
|
|
title: '金额',
|
|
|
dataIndex: 'money',
|
|
dataIndex: 'money',
|
|
|
- width: 180,
|
|
|
|
|
|
|
+ width: 100,
|
|
|
},
|
|
},
|
|
|
- { title: '充值游戏', dataIndex: 'game_id', width: 180 },
|
|
|
|
|
|
|
+ { title: '充值游戏', dataIndex: 'game_id', width: 120 },
|
|
|
|
|
|
|
|
- { title: '充值区服', dataIndex: 'server_name', width: 180 },
|
|
|
|
|
- { title: '角色ID', dataIndex: 'role_id', width: 180 },
|
|
|
|
|
- { title: '角色名', dataIndex: 'role_name', width: 180 },
|
|
|
|
|
|
|
+ { title: '充值区服', dataIndex: 'server_name', width: 120 },
|
|
|
|
|
+ { title: '角色ID', dataIndex: 'role_id', width: 60 },
|
|
|
|
|
+ { title: '角色名', dataIndex: 'role_name', width: 100 },
|
|
|
|
|
|
|
|
- { title: '支付状态', dataIndex: 'sync_status', width: 180 },
|
|
|
|
|
- { title: '发货状态', dataIndex: 'send_status', width: 180 },
|
|
|
|
|
|
|
+ { title: '支付状态', dataIndex: 'sync_status', width: 80 },
|
|
|
|
|
+ { title: '发货状态', dataIndex: 'send_status', width: 80 },
|
|
|
|
|
|
|
|
- { title: '充值方式', dataIndex: 'pay_channel_name', width: 180 },
|
|
|
|
|
|
|
+ { title: '充值方式', dataIndex: 'pay_channel_name', width: 120 },
|
|
|
|
|
|
|
|
- { title: '支付返回值', dataIndex: 'sync_result', width: 180 },
|
|
|
|
|
- { title: '回调信息', dataIndex: 'sync_data', width: 180 },
|
|
|
|
|
|
|
+ { title: '支付返回值', dataIndex: 'sync_result', width: 80 },
|
|
|
|
|
+ { title: '回调信息', dataIndex: 'sync_data', width: 80 },
|
|
|
|
|
|
|
|
- { title: 'SDK版本', dataIndex: 'sdk_version', width: 180 },
|
|
|
|
|
|
|
+ { title: 'SDK版本', dataIndex: 'sdk_version', width: 80 },
|
|
|
])
|
|
])
|
|
|
|
|
|
|
|
// 页面数据初始化
|
|
// 页面数据初始化
|