Commit 80eba915b2e52001d3813ab87734452ec76b46d1
1 parent
1beb11fa
修复apilog界面
Showing
1 changed file
with
2 additions
and
0 deletions
ant-design-vue-jeecg/src/views/system/monitor/ApiLogList.vue
... | ... | @@ -170,6 +170,7 @@ export default { |
170 | 170 | align: "center", |
171 | 171 | dataIndex: 'apiMethod' |
172 | 172 | }, |
173 | + { | |
173 | 174 | title: '请求内容', |
174 | 175 | align: "left", |
175 | 176 | dataIndex: 'requestBody', |
... | ... | @@ -201,6 +202,7 @@ export default { |
201 | 202 | align: "left", |
202 | 203 | dataIndex: 'url', |
203 | 204 | }, |
205 | + { | |
204 | 206 | title: '请求时间', |
205 | 207 | align: "center", |
206 | 208 | dataIndex: 'requestTime' |
... | ... |