From fd52f2e123860fdfe54e85ddd6b40a8c771e1b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=99=93=E7=90=AA?= Date: Thu, 22 Sep 2022 09:26:10 +0800 Subject: [PATCH] =?UTF-8?q?app2.0=20=E4=BA=BA=E5=91=98=E5=A4=9A=E9=80=89?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/learun-app/organize-picker.vue | 7 ++- .../learun-app/organize-single-item.vue | 56 +++++++++++++++++-- .../components/learun-app/organize-tree.vue | 2 +- .../MeetingManagement/single.vue | 3 +- .../pages/common/select-organize-multiple.vue | 34 ++++++++--- 5 files changed, 86 insertions(+), 16 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-picker.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-picker.vue index 1bf856f2a..586450ed4 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-picker.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-picker.vue @@ -7,7 +7,12 @@ - {{ display || displayPlaceholder }} + + + + {{ display || displayPlaceholder }} + + diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-single-item.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-single-item.vue index f54e083f2..0b16a5c3d 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-single-item.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-single-item.vue @@ -10,32 +10,80 @@ > - {{ item.name }} + {{ item.name + (item.mobile ? '(' +item.mobile + ')' : "") }} {{ tagName }} + + 复制 - 选择 + 选择 + 取消选择