CN-1087 fix: 增加拓展深度和数量的提示语

This commit is contained in:
chenjinsong
2023-08-01 18:23:18 +08:00
parent 7f2d5ce52d
commit 0b36afdbe3
2 changed files with 4 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
<div class="digital-certificate-header padding-b-16">
<div class="digital-certificate-header__icon graph-header__icon"></div>
<div class="graph-list-content-header ">
{{ $t('entity.graph.expandedEntityCount') }}:&nbsp;&nbsp;
{{ $t('entity.graph.expandedEntityCount') }}:&nbsp
<span>{{$_.get(node, 'sourceNode.myData.relatedEntity.' + $_.get(node, 'myData.entityType') + '.list', []).length}}</span>
</div>
</div>