@ -25,6 +25,9 @@
<el-col :span="1.5">
<el-button v-hasPermi="['im:user:addCustomer']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button>
</el-col>
<el-col :span="4" style="display: flex; align-items: center; justify-content: center">
<span>当前客服数量:{{ total }}</span>
<right-toolbar v-model:showSearch="showSearch" @query-table="getList"></right-toolbar>
</el-row>
@ -105,6 +105,11 @@ public class ImUser implements TransPojo {
*/
private String uniqueToken;
/**
* 来源地址
private String sourceUrl;
}
@ -108,5 +108,10 @@ public class ImUserVo {
private String groupIds;