diff --git a/src/views/RongyunCommunication/ModalContact/index.vue b/src/views/RongyunCommunication/ModalContact/index.vue index 85bb79a..a37267a 100644 --- a/src/views/RongyunCommunication/ModalContact/index.vue +++ b/src/views/RongyunCommunication/ModalContact/index.vue @@ -16,16 +16,29 @@
- +
-
+
- + @@ -47,7 +60,7 @@ {{ item.registerPlatform }} - {{ item.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ item.isOnlion == 1 ? "在线 " : "离线 " }} @@ -98,7 +111,9 @@
{{ item.groupName }}
- 全选 + 全选
@@ -112,9 +127,13 @@ > {{ row.name }} ( - + {{ p.registerPlatform }} - {{ p.isOnlion == 1 ? '在线 ' : '离线 ' }} + {{ p.isOnlion == 1 ? "在线 " : "离线 " }} ) @@ -134,20 +153,20 @@