File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 113
113
<el-table-column
114
114
prop =" apiDesc"
115
115
label =" 接口说明"
116
+ width =" 180"
116
117
/>
117
118
<el-table-column
118
119
prop =" path"
119
120
label =" 访问路径"
121
+ width =" 120"
120
122
/>
121
123
<el-table-column
122
124
prop =" method"
133
135
</el-table-column >
134
136
<el-table-column
135
137
prop =" status"
136
- label =" 响应状态码 "
138
+ label =" 状态码 "
137
139
align =" center"
138
140
>
139
141
<template slot-scope="scope">
165
167
</el-table-column >
166
168
<el-table-column
167
169
prop =" username"
168
- label =" 用户登录名 "
170
+ label =" 登录用户 "
169
171
align =" center"
170
172
/>
171
173
<el-table-column
192
194
{{ (scope.row.latency / 1000000).toFixed(2) }}
193
195
</template >
194
196
</el-table-column >
197
+ <el-table-column
198
+ prop =" createdAt"
199
+ label =" 访问时间"
200
+ align =" center"
201
+ width =" 180"
202
+ />
195
203
<el-table-column
196
204
prop =" userAgent"
197
205
label =" 浏览器标识"
198
206
align =" center"
207
+ width =" 180"
199
208
show-overflow-tooltip
200
209
/>
201
210
<el-table-column
You can’t perform that action at this time.
0 commit comments