|
|
@ -2,7 +2,11 @@ |
|
|
<div> |
|
|
<div> |
|
|
<el-card> |
|
|
<el-card> |
|
|
<div class="publiccss">安全日志</div> |
|
|
<div class="publiccss">安全日志</div> |
|
|
<el-table :data="tableData" style="width: 100%;margin-top:20px" height="700"> |
|
|
|
|
|
|
|
|
<el-table |
|
|
|
|
|
:data="tableData" |
|
|
|
|
|
style="width: 100%; margin-top: 20px" |
|
|
|
|
|
height="700" |
|
|
|
|
|
> |
|
|
<el-table-column prop="userName" label="用户名" width="80"> |
|
|
<el-table-column prop="userName" label="用户名" width="80"> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="httpStatusCode" label="状态" width="80"> |
|
|
<el-table-column prop="httpStatusCode" label="状态" width="80"> |
|
|
@ -29,7 +33,10 @@ |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="操作"> |
|
|
<el-table-column label="操作"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-button type="primary" @click="inquireabout(scope.row)" |
|
|
|
|
|
|
|
|
<el-button |
|
|
|
|
|
type="" |
|
|
|
|
|
@click="inquireabout(scope.row)" |
|
|
|
|
|
style="width: 100px" |
|
|
>查看</el-button |
|
|
>查看</el-button |
|
|
> |
|
|
> |
|
|
</template> |
|
|
</template> |
|
|
|