This commit is contained in:
yanran200730
2022-01-14 11:11:17 +08:00
parent aa73246705
commit a084f65663

View File

@@ -25,7 +25,7 @@
<el-input v-model="forms.name" placeholder="请选择网格员" disabled>
<template #append>
<ai-wechat-selecter :isMultiple="false" refs="addTags" :instance="instance" v-model="users" @change="getSelectPerson">
<el-button size="small" type="primary"><span style="color: #fff">添加成员</span></el-button>
<el-button size="small" type="primary"><span style="color: #fff">选择成员</span></el-button>
</ai-wechat-selecter>
</template>
</el-input>