diff --git a/src/views/sylive/activity/statistics-team/components/biz-table.vue b/src/views/sylive/activity/statistics-team/components/biz-table.vue index f3e1526..8cba337 100644 --- a/src/views/sylive/activity/statistics-team/components/biz-table.vue +++ b/src/views/sylive/activity/statistics-team/components/biz-table.vue @@ -72,7 +72,14 @@ }, { prop: 'consultant', - label: '参与/全部团员数', + label: '参与团员数', + align: 'center', + showOverflowTooltip: true, + minWidth: 110 + }, + { + prop: 'allConsultant', + label: '全部团员数', align: 'center', showOverflowTooltip: true, minWidth: 110 @@ -83,7 +90,7 @@ align: 'center', sortable: 'custom', showOverflowTooltip: true, - minWidth: 110 + minWidth: 120 }, { prop: 'subscribe', @@ -91,7 +98,7 @@ align: 'center', sortable: 'custom', showOverflowTooltip: true, - minWidth: 110 + minWidth: 120 }, { prop: 'watch', @@ -99,7 +106,7 @@ align: 'center', sortable: 'custom', showOverflowTooltip: true, - minWidth: 110 + minWidth: 120 }, { prop: 'order', @@ -107,21 +114,21 @@ align: 'center', sortable: 'custom', showOverflowTooltip: true, - minWidth: 110 + minWidth: 120 }, { prop: 'livePV', label: '观看数(人次)', align: 'center', showOverflowTooltip: true, - minWidth: 110 + minWidth: 100 }, { prop: 'watchDuration', label: '人均观看(分)', align: 'center', showOverflowTooltip: true, - minWidth: 110 + minWidth: 100 } ] }; diff --git a/src/views/sylive/activity/statistics-team/components/consultant-table.vue b/src/views/sylive/activity/statistics-team/components/consultant-table.vue index 2a769f9..968d2b2 100644 --- a/src/views/sylive/activity/statistics-team/components/consultant-table.vue +++ b/src/views/sylive/activity/statistics-team/components/consultant-table.vue @@ -74,7 +74,7 @@ align: 'center', sortable: 'custom', showOverflowTooltip: true, - minWidth: 110 + minWidth: 120 }, { prop: 'subscribe', @@ -82,7 +82,7 @@ align: 'center', sortable: 'custom', showOverflowTooltip: true, - minWidth: 110 + minWidth: 120 }, { prop: 'watch', @@ -90,7 +90,7 @@ align: 'center', sortable: 'custom', showOverflowTooltip: true, - minWidth: 100 + minWidth: 120 }, { prop: 'order', @@ -98,14 +98,14 @@ align: 'center', sortable: 'custom', showOverflowTooltip: true, - minWidth: 100 + minWidth: 120 }, { prop: 'livePV', label: '观看数(人次)', align: 'center', showOverflowTooltip: true, - minWidth: 110 + minWidth: 100 }, { prop: 'watchDuration', diff --git a/src/views/sylive/activity/statistics/components/area-table.vue b/src/views/sylive/activity/statistics/components/area-table.vue index 9e9ec4b..d20e5fb 100644 --- a/src/views/sylive/activity/statistics/components/area-table.vue +++ b/src/views/sylive/activity/statistics/components/area-table.vue @@ -7,6 +7,7 @@ :columns="columns" :datasource="datasource" :need-page="false" + size="mini" >