add: 添加操作日志,添加PDF加载系统
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
<el-table v-loading="loading" :data="data" style="width: 100%;">
|
||||
<el-table-column prop="description" label="行为" min-width="130" show-overflow-tooltip />
|
||||
<el-table-column prop="request_ip" label="IP" />
|
||||
<el-table-column prop="username" label="用户名" />
|
||||
<el-table-column show-overflow-tooltip prop="address" label="IP来源" />
|
||||
<el-table-column prop="browser" label="浏览器" min-width="120" show-overflow-tooltip />
|
||||
<el-table-column prop="time" label="请求耗时" align="center">
|
||||
|
||||
Reference in New Issue
Block a user