|
@@ -138,16 +138,16 @@ const options = reactive({
|
|
|
|
|
|
|
|
// SaTable 列配置
|
|
// SaTable 列配置
|
|
|
const columns = reactive([
|
|
const columns = reactive([
|
|
|
- { title: '用户名', dataIndex: 'user_name', width: 250 },
|
|
|
|
|
- { title: '渠道ID', dataIndex: 'agent_id', width: 120 },
|
|
|
|
|
- { title: '广告位ID', dataIndex: 'site_id', width: 120 },
|
|
|
|
|
|
|
+ { title: '用户名', dataIndex: 'user_name', width: 150 },
|
|
|
|
|
+ { title: '渠道ID', dataIndex: 'agent_id', width: 60 },
|
|
|
|
|
+ { title: '广告位ID', dataIndex: 'site_id', width: 80 },
|
|
|
|
|
|
|
|
{ title: '游戏名', dataIndex: 'game_name', width: 120 },
|
|
{ title: '游戏名', dataIndex: 'game_name', width: 120 },
|
|
|
|
|
|
|
|
// { title: "服务器ID", dataIndex: "server_id", width: 120 },
|
|
// { title: "服务器ID", dataIndex: "server_id", width: 120 },
|
|
|
{ title: '服务器名', dataIndex: 'server_name', width: 120 },
|
|
{ title: '服务器名', dataIndex: 'server_name', width: 120 },
|
|
|
{ title: '角色名', dataIndex: 'role_name', width: 120 },
|
|
{ title: '角色名', dataIndex: 'role_name', width: 120 },
|
|
|
- { title: '角色ID', dataIndex: 'role_id', width: 120 },
|
|
|
|
|
|
|
+ { title: '角色ID', dataIndex: 'role_id', width: 80 },
|
|
|
|
|
|
|
|
{ title: '支付方式', dataIndex: 'pay_channel_name', width: 120 },
|
|
{ title: '支付方式', dataIndex: 'pay_channel_name', width: 120 },
|
|
|
{ title: '历史充值金额', dataIndex: 'totalMoney', width: 120 },
|
|
{ title: '历史充值金额', dataIndex: 'totalMoney', width: 120 },
|
|
@@ -159,10 +159,10 @@ const columns = reactive([
|
|
|
{ title: '最近登录时间', dataIndex: 'login_time', width: 180 },
|
|
{ title: '最近登录时间', dataIndex: 'login_time', width: 180 },
|
|
|
{ title: '最近充值时间', dataIndex: 'pay_time', width: 180 },
|
|
{ title: '最近充值时间', dataIndex: 'pay_time', width: 180 },
|
|
|
|
|
|
|
|
- { title: '告警', dataIndex: 'alert', width: 120 },
|
|
|
|
|
|
|
+ { title: '告警', dataIndex: 'alert', width: 80 },
|
|
|
|
|
|
|
|
- { title: '渠道名', dataIndex: 'agent_name', width: 180 },
|
|
|
|
|
- { title: '负责人', dataIndex: 'auth_name', width: 180 },
|
|
|
|
|
|
|
+ { title: '渠道名', dataIndex: 'agent_name', width: 100 },
|
|
|
|
|
+ { title: '负责人', dataIndex: 'auth_name', width: 80 },
|
|
|
])
|
|
])
|
|
|
|
|
|
|
|
// 获取媒体类型
|
|
// 获取媒体类型
|