fix:修改idc状态为 switch按钮

This commit is contained in:
zhangyu
2020-11-11 14:30:34 +08:00
parent 29e617b4a9
commit b1c9f9f201
5 changed files with 40 additions and 20 deletions

View File

@@ -103,8 +103,7 @@
<template v-if="item.prop=='Module'">
<el-tooltip placement="right" effect="light">
<div slot="content">
{{scope.row.endpointNum-scope.row.endpointDownNum}}&nbsp;{{$t('asset.endpointUpNum')}}<br/>
{{scope.row.endpointNum}}&nbsp;{{$t('asset.endpointNum')}}
{{$t('asset.active')}} / {{$t('asset.total')}}
</div>
<span class="link" @click="showEndpoint(scope.row)" style="padding: 2px 8px">{{scope.row.endpointNum-scope.row.endpointDownNum}}/{{scope.row.endpointNum}}</span>
</el-tooltip>