Skip to content

Commit

Permalink
feat: 日志管理列表添加 traceId 字段展示
Browse files Browse the repository at this point in the history
  • Loading branch information
cadecode committed Aug 12, 2023
1 parent 533cd07 commit 2f5b69e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/System/Log/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<el-table-column property="os" label="操作系统" width="150px" show-overflow-tooltip />
<el-table-column property="browser" label="浏览器" width="150px" show-overflow-tooltip />
<el-table-column property="userAgent" label="user-agent" width="400px" show-overflow-tooltip />
<el-table-column property="traceId" label="trace-id" width="280px" show-overflow-tooltip />
</el-table>
<el-pagination
layout="prev, pager, next"
Expand Down

0 comments on commit 2f5b69e

Please sign in to comment.