From ab49190103be1f442bbf5d4a1ed4136632bf0762 Mon Sep 17 00:00:00 2001 From: La123123 <617330105@qq.com> Date: Fri, 17 Apr 2026 19:15:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=BC=80?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-admin-ui/src/views/im/customer/index.vue | 45 +++++++++++++++++-- .../im/controller/ImUserController.java | 28 ++++++++++++ .../dromara/system/domain/ImAgentAdmin.java | 5 +++ .../system/service/ImAgentAdminService.java | 7 +++ .../service/impl/ImAgentAdminServiceImpl.java | 33 ++++++++++++++ 5 files changed, 115 insertions(+), 3 deletions(-) diff --git a/im-admin-ui/src/views/im/customer/index.vue b/im-admin-ui/src/views/im/customer/index.vue index 0e58895..ec551a9 100644 --- a/im-admin-ui/src/views/im/customer/index.vue +++ b/im-admin-ui/src/views/im/customer/index.vue @@ -25,8 +25,13 @@ 新增 - - 当前客服数量:{{ total }} + + + 是否开启文件上传 + + + + 当前客服总数量:{{ total }} @@ -118,7 +123,7 @@