From 40bd11d401637f0662706c31481f9c099f9a6c9f Mon Sep 17 00:00:00 2001 From: mukaiu Date: Wed, 10 Feb 2021 19:48:25 +0800 Subject: [PATCH] #406 bump 7.0.0-SNAPSHOT --- contact-center/app/pom.xml | 2 +- .../app/src/main/resources/templates/apps/desktop/index.pug | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contact-center/app/pom.xml b/contact-center/app/pom.xml index 741c949b..3b6497fc 100644 --- a/contact-center/app/pom.xml +++ b/contact-center/app/pom.xml @@ -9,7 +9,7 @@ com.chatopera.cc cc-root - 6.1.0-SNAPSHOT + 7.0.0-SNAPSHOT diff --git a/contact-center/app/src/main/resources/templates/apps/desktop/index.pug b/contact-center/app/src/main/resources/templates/apps/desktop/index.pug index 3d85ced3..b8ab726f 100644 --- a/contact-center/app/src/main/resources/templates/apps/desktop/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/desktop/index.pug @@ -89,8 +89,8 @@ block content th(width="100px") 操作 tbody if onlineUserList && onlineUserList.content && !onlineUserList.content.isEmpty() - tr.tdHasContorllor.design-dropable-td - for onlineuser in onlineUserList.content + for onlineuser in onlineUserList.content + tr.tdHasContorllor.design-dropable-td td.first_td_head a(href="/service/online/index.html?userid=" + onlineuser.userid) | #{onlineuser.username}