diff --git a/src/apps/AppMeetingNotice/components/addMeeting.vue b/src/apps/AppMeetingNotice/components/addMeeting.vue
index ef83e1e1..a67b119b 100644
--- a/src/apps/AppMeetingNotice/components/addMeeting.vue
+++ b/src/apps/AppMeetingNotice/components/addMeeting.vue
@@ -164,7 +164,7 @@ export default {
this.clickedUserSelect = true
this.selectEnterpriseContact({
fromDepartmentId: 0,
- type: ["user"],
+ type: ["user","department"],
selectedUserIds: this.form.attendees?.map(e => e.id)
}).then(res => {
this.change(res?.userList || [])
diff --git a/src/apps/AppMeetingNotice/components/detail.vue b/src/apps/AppMeetingNotice/components/detail.vue
index f962c63d..4eb442d3 100644
--- a/src/apps/AppMeetingNotice/components/detail.vue
+++ b/src/apps/AppMeetingNotice/components/detail.vue
@@ -6,8 +6,12 @@
-
-
+
+
+
+
@@ -334,6 +338,7 @@
vertical-align: middle;
color: #ffffff;
background-color: #2266FF;
+ font-size: 14px;
}
img {
diff --git a/src/apps/AppNotification/components/detail.vue b/src/apps/AppNotification/components/detail.vue
index c102e604..10325e18 100644
--- a/src/apps/AppNotification/components/detail.vue
+++ b/src/apps/AppNotification/components/detail.vue
@@ -6,16 +6,16 @@
发布人:
-
-
-
+
+
+
发布部门:
-
-
-
+
+
+
@@ -151,7 +151,7 @@
justify-content: center;
}
- & > span:first-child {
+ & > span {
font-size: 30px;
color: #999999;;
line-height: 48px;
@@ -159,8 +159,8 @@
& > span:last-child {
font-size: 30px;
- color: #343D65;
- margin-left: 16px;
+ /*color: #343D65;*/
+ /*margin-left: 16px;*/
line-height: 48px;
}