|
|
@@ -887,7 +887,7 @@ export default class Process {
|
|
|
title.className = 'custom-html-right-title'
|
|
|
text.className = 'custom-html-right-text'
|
|
|
title.innerHTML = cell.getData().nodeName
|
|
|
- text.innerHTML = cell.getData().nodeKindName
|
|
|
+ text.innerHTML = nodeKindList.find(it => it.kindCode == cell.getData().nodeKind)?.kindName
|
|
|
left.appendChild(img)
|
|
|
right.appendChild(title)
|
|
|
right.appendChild(text)
|