BUG 26305
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<el-form-item label="发送对象" prop="persons">
|
||||
<el-row type="flex" align="middle">
|
||||
<div class="text-area">
|
||||
<ai-open-data type="userName" :openid="item.name" v-for="(item,index) in persons.slice(0,2)" :key="index"></ai-open-data>
|
||||
<span v-text="item.name"/>
|
||||
<span v-if="persons.length">等{{persons.length}}人</span>
|
||||
</div>
|
||||
<ai-wechat-selecter v-model="form.persons" :instance="instance" @change="onChange">
|
||||
|
||||
Reference in New Issue
Block a user