|
|
@@ -29,6 +29,9 @@
|
|
|
<span style="font-weight: 400; font-size: 16px; color: rgba(0, 0, 0, 0.88); line-height: 22px"
|
|
|
>已选择({{ selected }})</span
|
|
|
>
|
|
|
+ <!-- <span style="margin-left: 4px; font-size: 10px; font-weight: 400; color: rgba(0, 0, 0, 0.45); line-height: 22px"
|
|
|
+ >/ {{ total }}</span
|
|
|
+ > -->
|
|
|
</div>
|
|
|
<div class="selected">
|
|
|
<el-tag v-for="(person, index) in selectedPeople" :key="index" closable @close="handleTagClose(person.code)">
|