日志加入加入IP来源,支持多字段模糊搜索,升级七牛云存储版本

This commit is contained in:
dqjdda
2019-08-22 13:47:46 +08:00
parent d0e72ece9f
commit 6d45661f24
9 changed files with 17 additions and 39 deletions

View File

@@ -46,6 +46,7 @@
<el-table v-loading="loading" :data="data" size="small" style="width: 100%;">
<el-table-column prop="description" label="行为"/>
<el-table-column prop="requestIp" label="IP"/>
<el-table-column :show-overflow-tooltip="true" prop="address" label="IP来源"/>
<el-table-column prop="time" label="请求耗时" align="center">
<template slot-scope="scope">
<el-tag v-if="scope.row.time <= 300">{{ scope.row.time }}ms</el-tag>