|
|
|
@ -70,12 +70,12 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="clientId" label="客户端id" min-width="80" align="center"></el-table-column> |
|
|
|
<el-table-column prop="httpMethod" label="请求方法" min-width="80" align="center"></el-table-column> |
|
|
|
<el-table-column prop="executionTime" label="执行时间" min-width="150" align="center"> |
|
|
|
<el-table-column prop="executionTime" label="执行时间" min-width="150" align="center" sortable> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ scope.row.executionTime | dateFormat }} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="executionDuration" label="耗时" min-width="60" align="center"></el-table-column> |
|
|
|
<el-table-column prop="executionDuration" label="耗时" min-width="60" align="center" sortable></el-table-column> |
|
|
|
<el-table-column prop="browserInfo" label="浏览器信息" min-width="150" show-overflow-tooltip> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="操作" width="120" align="center"> |
|
|
|
|