|
|
|
@ -170,10 +170,9 @@ |
|
|
|
<el-table-column prop="happenTime" align="center" width="140" :show-overflow-tooltip="true" |
|
|
|
label="上报时间"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="operationTypeName" align="center" width="100" :show-overflow-tooltip="true" |
|
|
|
label="结点"> |
|
|
|
<el-table-column prop="userShowName" align="center" width="100" :show-overflow-tooltip="true" |
|
|
|
label="当前结点"> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
<el-table-column prop="status" align="center" label="状态" width="80" :show-overflow-tooltip="true"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span v-if="scope.row.status === 'processing'">处理中</span> |
|
|
|
|