NEZ-858 fix: logexplore改动,不包括step

This commit is contained in:
chenjinsong
2021-08-03 16:56:49 +08:00
parent 49dc826021
commit 3e29173c37
2 changed files with 60 additions and 15 deletions

View File

@@ -35,7 +35,7 @@
<div class="col-resize-area"></div>
</template>
<template slot-scope="scope" :column="item">
<span v-if="item.prop==='varType'">{{scope.row[item.prop]===1?'Asset':'endpoint'}}</span>
<span v-if="item.prop==='varType'">{{scope.row[item.prop] === 1 ? 'Asset' : 'Endpoint'}}</span>
<span v-else-if="item.prop==='type'">
<i :class="typeIcon(scope.row)"/>
{{findTypeLabel(scope.row)}}