修改数据统计

This commit is contained in:
dengbw
2022-11-21 17:50:20 +08:00
parent a0f5168156
commit 06dd4ff3ed
2 changed files with 18 additions and 4 deletions
@@ -108,10 +108,17 @@
},
{
prop: 'consultant',
label: '参与/全部顾问数',
label: '参与顾问数',
align: 'center',
showOverflowTooltip: true,
minWidth: 110
minWidth: 100
},
{
prop: 'allConsultant',
label: '全部顾问数',
align: 'center',
showOverflowTooltip: true,
minWidth: 100
},
{
prop: 'browse',
@@ -72,10 +72,17 @@
},
{
prop: 'consultant',
label: '参与/全部顾问数',
label: '参与顾问数',
align: 'center',
showOverflowTooltip: true,
minWidth: 110
minWidth: 100
},
{
prop: 'allConsultant',
label: '全部顾问数',
align: 'center',
showOverflowTooltip: true,
minWidth: 100
},
{
prop: 'browse',