From 941830f5576f44bfcecfb8c0f94931c949dc9638 Mon Sep 17 00:00:00 2001 From: ndbs Date: Mon, 15 Aug 2022 18:28:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=AE=AF=E5=BD=95+=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/learun-app/organize-tree.vue | 9 +++++++++ 1 file changed, 9 insertions(+) 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() {