diff --git a/src/views/sylive/groups-statistics/components/level-table.vue b/src/views/sylive/groups-statistics/components/level-table.vue index cc042e3..866bd23 100644 --- a/src/views/sylive/groups-statistics/components/level-table.vue +++ b/src/views/sylive/groups-statistics/components/level-table.vue @@ -152,8 +152,8 @@ minWidth: 120 }, { - prop: 'watch', - label: '观看数(人)', + prop: 'beforeOrder', + label: '留资数(单)', align: 'center', sortable: 'custom', showOverflowTooltip: true, @@ -166,20 +166,6 @@ sortable: 'custom', showOverflowTooltip: true, minWidth: 120 - }, - { - prop: 'livePV', - label: '观看数(人次)', - align: 'center', - showOverflowTooltip: true, - minWidth: 100 - }, - { - prop: 'watchDuration', - label: '人均观看(分)', - align: 'center', - showOverflowTooltip: true, - minWidth: 100 } ], kpi: 'browse',