|  |  |  | 
|---|
|  |  |  | // ,{field: 'uuid', align: 'center',title: '日志编号'} | 
|---|
|  |  |  | ,{field: 'namespace', align: 'center',title: '名称空间'} | 
|---|
|  |  |  | ,{field: 'url', align: 'center',title: '接口地址'} | 
|---|
|  |  |  | ,{field: 'appkey', align: 'center',title: '平台密钥'} | 
|---|
|  |  |  | // ,{field: 'appkey', align: 'center',title: '平台密钥'} | 
|---|
|  |  |  | // ,{field: 'timestamp', align: 'center',title: '时间戳'} | 
|---|
|  |  |  | ,{field: 'clientIp', align: 'center',title: '客户端IP'} | 
|---|
|  |  |  | // ,{field: 'clientIp', align: 'center',title: '客户端IP'} | 
|---|
|  |  |  | ,{field: 'request', align: 'center',title: '请求内容'} | 
|---|
|  |  |  | ,{field: 'response', align: 'center',title: '响应内容'} | 
|---|
|  |  |  | // ,{field: 'err', align: 'center',title: '异常内容'} | 
|---|
|  |  |  | 
|---|
|  |  |  | break; | 
|---|
|  |  |  | case 'exportData': | 
|---|
|  |  |  | admin.confirm('确定导出Excel吗', {shadeClose: true}, function(){ | 
|---|
|  |  |  | layer.load(2, {time: 600*1000}); | 
|---|
|  |  |  | var titles=[]; | 
|---|
|  |  |  | var fields=[]; | 
|---|
|  |  |  | obj.config.cols[0].map(function (col) { | 
|---|