From 176c4048080d0ea3d5d4a22c67f73fbace060f22 Mon Sep 17 00:00:00 2001 From: dengbw Date: Mon, 19 Dec 2022 15:18:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BAID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/consultant-table.vue | 8 ++++++-- .../sylive/groups/components/gro-edit.vue | 3 +++ .../sylive/groups/components/gro-user-list.vue | 10 ++++------ .../members/components/members-majia.vue | 6 ++++++ .../members/components/members-search.vue | 6 +++--- src/views/sylive/members/index.vue | 4 ++-- .../organization/components/org-edit.vue | 12 ++++-------- .../organization/components/org-user-list.vue | 7 +++---- src/views/sylive/team/components/team-edit.vue | 18 +++++++----------- .../sylive/team/components/team-user-list.vue | 10 ++++------ src/views/system/role/index.vue | 4 ++-- src/views/system/user/index.vue | 4 ++-- 12 files changed, 46 insertions(+), 46 deletions(-) diff --git a/src/views/sylive/groups-statistics/components/consultant-table.vue b/src/views/sylive/groups-statistics/components/consultant-table.vue index 9aeb2c0..b048e63 100644 --- a/src/views/sylive/groups-statistics/components/consultant-table.vue +++ b/src/views/sylive/groups-statistics/components/consultant-table.vue @@ -164,7 +164,9 @@ '浏览数(人)', '预约数(人)', '观看数(人)', - '订单数(单)' + '订单数(单)', + '观看数(人次)', + '人均观看(分)' ] ]; const loading = this.$loading({ lock: true }); @@ -187,7 +189,9 @@ d.browse, d.subscribe, d.watch, - d.order + d.order, + d.livePV, + d.watchDuration ]); }); writeFile( diff --git a/src/views/sylive/groups/components/gro-edit.vue b/src/views/sylive/groups/components/gro-edit.vue index f2dbaec..36b2213 100644 --- a/src/views/sylive/groups/components/gro-edit.vue +++ b/src/views/sylive/groups/components/gro-edit.vue @@ -26,6 +26,9 @@ placeholder="请输入分组名称" /> + + + - + - + - + - + + + + - - - + + + - + + + +