|
|
@ -25,6 +25,9 @@ |
|
|
<el-col :span="1.5"> |
|
|
<el-col :span="1.5"> |
|
|
<el-button v-hasPermi="['im:user:addCustomer']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button> |
|
|
<el-button v-hasPermi="['im:user:addCustomer']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button> |
|
|
</el-col> |
|
|
</el-col> |
|
|
|
|
|
<el-col :span="4" style="display: flex; align-items: center; justify-content: center"> |
|
|
|
|
|
<span>当前客服数量:{{ total }}</span> |
|
|
|
|
|
</el-col> |
|
|
|
|
|
|
|
|
<right-toolbar v-model:showSearch="showSearch" @query-table="getList"></right-toolbar> |
|
|
<right-toolbar v-model:showSearch="showSearch" @query-table="getList"></right-toolbar> |
|
|
</el-row> |
|
|
</el-row> |
|
|
|