From cdd0e02ac13ae8c1b3e3cd8c85b5f14a0fb3dd53 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 15 Sep 2023 15:10:37 +0800 Subject: [PATCH] =?UTF-8?q?CN-1297=20fix:=20=E4=BF=AE=E5=A4=8D=E5=AE=9E?= =?UTF-8?q?=E4=BD=93=E6=8E=A2=E7=B4=A2=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E7=B1=BB=E5=88=AB=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/entityExplorer/entityGraph/GraphEntityList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/entityExplorer/entityGraph/GraphEntityList.vue b/src/views/entityExplorer/entityGraph/GraphEntityList.vue index 62f901f1..54da3356 100644 --- a/src/views/entityExplorer/entityGraph/GraphEntityList.vue +++ b/src/views/entityExplorer/entityGraph/GraphEntityList.vue @@ -58,11 +58,11 @@
{{$t('entities.category')}}:
-
{{ $_.get(item.detail, 'category.name', '-') }}
+
{{ $_.get(item.detail, 'category.categoryName', '-') }}
{{$t('entities.group')}}:
-
{{ $_.get(item.detail, 'category.group', '-') }}
+
{{ $_.get(item.detail, 'category.categoryGroup', '-') }}
{{$t('entities.registration')}}: