From 0bc9ff096fdb2d46d1f8c86e0cdfbf7b1995586f Mon Sep 17 00:00:00 2001 From: ndbs Date: Thu, 27 Oct 2022 14:20:29 +0800 Subject: [PATCH] =?UTF-8?q?app2.0=20=E9=80=9A=E8=AE=AF=E5=BD=95=E4=BC=98?= =?UTF-8?q?=E5=8C=96;=E6=98=BE=E7=A4=BA=E5=92=8C=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7;=E5=8D=95=E9=80=89=E5=A4=9A?= =?UTF-8?q?=E9=80=89;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../learun-app/organize-single-item.vue | 58 +++++++++++++++++-- 1 file changed, 53 insertions(+), 5 deletions(-) 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..6083d249c 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 }} + + 复制 - 选择 + 选择 + 取消选择