diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-tree.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-tree.vue
index 5ca7caacc..abd7f8e3a 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-tree.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-tree.vue
@@ -22,6 +22,7 @@
{{ name }}
+
@@ -196,6 +197,14 @@ export default {
const rootItem = this.GET_GLOBAL(this.root.type)[this.root.id]
return rootItem ? rootItem.name : '(根节点)'
},
+ mobile() {
+ if (this.root.mobile) {
+ return this.root.mobile
+ }
+
+ const rootItem = this.GET_GLOBAL(this.root.type)[this.root.id]
+ return rootItem ? rootItem.mobile: '(根节点)'
+ },
// 头像圆形/方形显示参数
roundAvatar() {