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 }}
+
+ 复制
- 选择
+ 选择
+ 取消选择