feat:添加module,endpoint的labels列 以及asset搜索条件添加
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
<div v-if="item.prop=='state'">
|
||||
<span v-if="scope.row.state==1">{{ $t('asset.inStock')}}</span>
|
||||
<span v-if="scope.row.state==2">{{ $t('asset.notInStock')}}</span>
|
||||
<span v-if="scope.row.state==3">{{ $t('asset.offStreamUnit')}}</span>
|
||||
<span v-if="scope.row.state==3">{{ $t('asset.Suspended')}}</span>
|
||||
</div>
|
||||
<div v-if="item.prop == 'pingStatus'">
|
||||
<el-popover
|
||||
|
||||
Reference in New Issue
Block a user