fix:系统设置assetPingSwitch bug修复

This commit is contained in:
wangwenrui
2020-04-21 18:48:09 +08:00
parent c034e388d7
commit fbde688ddd
3 changed files with 12 additions and 12 deletions

View File

@@ -63,7 +63,7 @@
<el-table-column :resizable="false" v-for="(item, index) in tablelable" v-if="item.show" :width="item.width"
:key="`col-${index}`" :label="item.label">
<template slot-scope="scope" :column="item">
<span v-if="item.prop == 'idc'" >{{scope.row[item.prop].name}}</span>
<span v-if="item.prop == 'idc'" >{{scope.row[item.prop]?scope.row[item.prop].name:'-'}}</span>
<span v-else-if="item.prop == 'type'">
{{scope.row[item.prop] == '1' ? 'Global' : ''}}