BUG 25632

This commit is contained in:
aixianling
2021-12-21 19:09:34 +08:00
parent 8553e290ad
commit 824ebb5987
2 changed files with 2 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
<span>请选择</span>
</template>
<template v-else>
已选择<em>{{ form.persons.map(e => e.name).slice(0, 2).join("、") }}</em><em>{{ form.persons.length }}</em>
已选择<em v-text="form.attendees.length"/>
</template>
<div class="right-arrow"></div>
</div>