diff --git a/src/sass/AppMeetingNotice/addMeeting.vue b/src/sass/AppMeetingNotice/addMeeting.vue index 1909c966..eb5bc848 100644 --- a/src/sass/AppMeetingNotice/addMeeting.vue +++ b/src/sass/AppMeetingNotice/addMeeting.vue @@ -45,9 +45,7 @@ 请选择 - 已选择{{ form.attendees.map(e => e.name).slice(0, 2).join("、") }}等{{ - form.attendees.length - }}人 + 已选择人
diff --git a/src/sass/AppNotification/add.vue b/src/sass/AppNotification/add.vue index 4ee76287..2378a618 100644 --- a/src/sass/AppNotification/add.vue +++ b/src/sass/AppNotification/add.vue @@ -24,7 +24,7 @@ 请选择 - 已选择{{ form.persons.map(e => e.name).slice(0, 2).join("、") }}等{{ form.persons.length }}人 + 已选择人