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: '观看数(人次)',