fix: 实体列表信誉等级图标更换

This commit is contained in:
刘洪洪
2023-07-14 18:56:03 +08:00
parent f486c53945
commit 5edd569148

View File

@@ -51,7 +51,7 @@
<span class="row-item-value">{{ entityData.category ? entityData.category.group : '-' }}</span>
</div>
<div class="basic-info__item">
<i class="cn-icon cn-icon-credit"></i>
<i class="cn-icon cn-icon-credit-rating"></i>
<span class="row-item-label">{{ $t('entities.reputationLevel') }}&nbsp;:&nbsp;&nbsp;</span>
<span class="row-item-value">{{ entityData.category ? entityData.category.reputationLevel : '-' }}</span>
</div>