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