BUG 26199

This commit is contained in:
aixianling
2021-12-31 18:23:14 +08:00
parent 1013f2b29c
commit 56e73bf7ad

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">添加成员</el-button>
<el-button size="small" type="primary"><span style="color: #fff">添加成员</span></el-button>
</ai-wechat-selecter>
</template>
</el-input>