浏览代码

Merge branch 'master' of http://116.63.33.55/git/industry-data-platform

lry 9 月之前
父节点
当前提交
fad8754006
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      industry-admin/src/views/source/itemGroup/itemChooseTree.vue

+ 3 - 1
industry-admin/src/views/source/itemGroup/itemChooseTree.vue

@@ -231,7 +231,9 @@ export default {
           let temp = {
             identifier: this.itemList[i].identifier,
             dataType: null,
-            label: this.itemList[i].itemName,
+            //label: this.itemList[i].itemName,
+            //显示长名称
+            label: this.itemList[i].itemReadName,
             nodeIndex: this.itemList[i].nodeIndex,
             itemName: this.itemList[i].itemName,
             itemReadName: this.itemList[i].itemReadName,