新增俩接口,新增一些变量

This commit is contained in:
Cold
2025-12-26 15:35:11 +08:00
parent 73373ad7a1
commit da615ab897
5 changed files with 295 additions and 22 deletions

View File

@@ -53,7 +53,7 @@
</template>
</el-table-column>
<el-table-column label="客服平台" align="center" prop="customerServicePlatform" />
<el-table-column label="客服ID" align="center" prop="customerServiceId" />
<el-table-column label="客服账号" align="center" prop="accountName" />
<el-table-column label="客服姓名" align="center" prop="customerServiceName" />
<el-table-column label="进线人数" align="center" prop="inboundCount" width="130" :show-overflow-tooltip="true" />
<el-table-column label="开口人数" align="center" prop="activeCount" :show-overflow-tooltip="true" />