BUG 25634

This commit is contained in:
aixianling
2021-12-22 09:35:07 +08:00
parent 824ebb5987
commit 5955bdab2b

View File

@@ -24,9 +24,9 @@
<span>请选择</span> <span>请选择</span>
</template> </template>
<template v-else> <template v-else>
已选择<em v-text="form.attendees.length"/> 已选择<em v-text="form.persons.length"/>
</template> </template>
<div class="right-arrow"></div> <div class="right-arrow"/>
</div> </div>
</u-row> </u-row>