组织换届

This commit is contained in:
shijingjing
2022-10-13 17:10:36 +08:00
parent 3bec4fc26d
commit 1940a24a05
6 changed files with 266 additions and 1 deletions

View File

@@ -49,8 +49,8 @@
:isMultiple="true" dialogTitle="选择" @selectPerson="selectPerson" class="aipersonselect">
<template name="option" v-slot:option="{ item }">
<span class="iconfont iconProlife">{{ item.name }}</span>
<!-- <ai-id mode="show" :show-eyes="false" :value="item.idNumber"/> -->
<span>{{ item.phone }}</span>
<!-- <span>{{ item}}</span> -->
</template>
</ai-person-select>
</el-form-item>