From 5edd56914832f3ec86adb76b54977834bb7fe908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Fri, 14 Jul 2023 18:56:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9E=E4=BD=93=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=BF=A1=E8=AA=89=E7=AD=89=E7=BA=A7=E5=9B=BE=E6=A0=87=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/entityExplorer/entityList/Row.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/entityExplorer/entityList/Row.vue b/src/views/entityExplorer/entityList/Row.vue index bde88d9b..1f332332 100644 --- a/src/views/entityExplorer/entityList/Row.vue +++ b/src/views/entityExplorer/entityList/Row.vue @@ -51,7 +51,7 @@ {{ entityData.category ? entityData.category.group : '-' }}
- + {{ $t('entities.reputationLevel') }} :   {{ entityData.category ? entityData.category.reputationLevel : '-' }}