From b78b7958df9110201dfb129d40a6bff0625d783e Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Fri, 9 Feb 2024 23:38:39 +0800 Subject: [PATCH] 0209 --- .../components/level-table.vue | 42 ++++++++----------- 1 file changed, 18 insertions(+), 24 deletions(-) diff --git a/src/views/sylive/groups-statistics/components/level-table.vue b/src/views/sylive/groups-statistics/components/level-table.vue index 36efb70..4422511 100644 --- a/src/views/sylive/groups-statistics/components/level-table.vue +++ b/src/views/sylive/groups-statistics/components/level-table.vue @@ -135,23 +135,9 @@ showOverflowTooltip: true, minWidth: 110 }, - { - prop: 'consultant', - label: '参与顾问数', - align: 'center', - showOverflowTooltip: true, - minWidth: 100 - }, - { - prop: 'allConsultant', - label: '全部顾问数', - align: 'center', - showOverflowTooltip: true, - minWidth: 100 - }, { prop: 'browse', - label: '浏览数(人)', + label: '浏览数', align: 'center', sortable: 'custom', showOverflowTooltip: true, @@ -159,7 +145,23 @@ }, { prop: 'subscribe', - label: '预约数(人)', + label: '预约数', + align: 'center', + sortable: 'custom', + showOverflowTooltip: true, + minWidth: 120 + }, + { + prop: 'beforeOrder', + label: '留资数', + align: 'center', + sortable: 'custom', + showOverflowTooltip: true, + minWidth: 120 + }, + { + prop: 'order', + label: '订单数', align: 'center', sortable: 'custom', showOverflowTooltip: true, @@ -173,14 +175,6 @@ showOverflowTooltip: true, minWidth: 120 }, - { - prop: 'order', - label: '订单数(单)', - align: 'center', - sortable: 'custom', - showOverflowTooltip: true, - minWidth: 120 - }, { prop: 'livePV', label: '观看数(人次)',