|
|
@@ -112,24 +112,24 @@ const options = reactive({
|
|
|
|
|
|
// SaTable 列配置
|
|
|
const columns = reactive([
|
|
|
- { title: '用户名', dataIndex: 'user_name', width: 120 },
|
|
|
+ { title: '用户名', dataIndex: 'user_name', width: 100 },
|
|
|
{ title: '游戏', dataIndex: 'game_name', width: 120 },
|
|
|
{ title: '媒体ID', dataIndex: 'media_id', width: 80 },
|
|
|
- { title: '广告位id', dataIndex: 'site_id', width: 100 },
|
|
|
+ { title: '广告位id', dataIndex: 'site_id', width: 80 },
|
|
|
{ title: '登录IP', dataIndex: 'ip', width: 120 },
|
|
|
{ title: '登录IMEI/IDFA', dataIndex: 'imei', width: 120 },
|
|
|
{ title: '登录OAID/CID', dataIndex: 'oaid', width: 120 },
|
|
|
|
|
|
- { title: '登录时间', dataIndex: 'login_time', width: 120 },
|
|
|
- { title: '注册时间', dataIndex: 'reg_time', width: 120 },
|
|
|
+ { title: '登录时间', dataIndex: 'login_time', width: 140 },
|
|
|
+ { title: '注册时间', dataIndex: 'reg_time', width: 140 },
|
|
|
|
|
|
- { title: '手机品牌', dataIndex: 'brand', width: 120 },
|
|
|
- { title: '手机型号', dataIndex: 'model', width: 120 },
|
|
|
- { title: '系统版本', dataIndex: 'system_version', width: 100 },
|
|
|
- { title: 'sdk版本', dataIndex: 'sdk_version', width: 100 },
|
|
|
- { title: '设备类型', dataIndex: 'vt', type: 'dict', dict: 'vt', width: 120 },
|
|
|
- { title: '渠道名', dataIndex: 'agent_name', width: 100 },
|
|
|
- { title: '负责人', dataIndex: 'auth_name', width: 100 },
|
|
|
+ { title: '手机品牌', dataIndex: 'brand', width: 90 },
|
|
|
+ { title: '手机型号', dataIndex: 'model', width: 90 },
|
|
|
+ { title: '系统版本', dataIndex: 'system_version', width: 70 },
|
|
|
+ { title: 'sdk版本', dataIndex: 'sdk_version', width: 70 },
|
|
|
+ { title: '设备类型', dataIndex: 'vt', type: 'dict', dict: 'vt', width: 80 },
|
|
|
+ { title: '渠道名', dataIndex: 'agent_name', width: 90 },
|
|
|
+ { title: '负责人', dataIndex: 'auth_name', width: 90 },
|
|
|
])
|
|
|
|
|
|
// 获取媒体类型
|