Commit ce5159064f9a652d6ba6594cd334b7a7bcf88fed
1 parent
66c87bd6
接口日志字段显示错误
Showing
1 changed file
with
2 additions
and
2 deletions
jeecg-boot-master/ant-design-vue-jeecg/src/views/system/monitor/ApiLogList.vue
... | ... | @@ -198,7 +198,7 @@ |
198 | 198 | { |
199 | 199 | title:'请求方名称', |
200 | 200 | align:"center", |
201 | - dataIndex: 'responseFrom' | |
201 | + dataIndex: 'requestFrom' | |
202 | 202 | }, |
203 | 203 | { |
204 | 204 | title:'响应方名称', |
... | ... | @@ -292,7 +292,7 @@ |
292 | 292 | fieldList.push({type:'string',value:'apiName',text:'接口名称',dictCode:''}) |
293 | 293 | fieldList.push({type:'string',value:'apiMethod',text:'请求类型',dictCode:''}) |
294 | 294 | fieldList.push({type:'string',value:'ip',text:'请求方地址',dictCode:''}) |
295 | - fieldList.push({type:'string',value:'responseFrom',text:'请求方名称',dictCode:''}) | |
295 | + fieldList.push({type:'string',value:'requestFrom',text:'请求方名称',dictCode:''}) | |
296 | 296 | fieldList.push({type:'string',value:'responseBy',text:'响应方名称',dictCode:''}) |
297 | 297 | fieldList.push({type:'string',value:'url',text:'请求地址',dictCode:''}) |
298 | 298 | fieldList.push({type:'datetime',value:'requestTime',text:'请求时间'}) |
... | ... |