修复分组统计表格异常
This commit is contained in:
@@ -502,7 +502,7 @@ export default {
|
||||
{ field: 'tsendGiftMony', title: '送礼钻石数', align: 'center', width: '5%', },
|
||||
{ field: 'tarpu', title: 'Arpu', align: 'center', width: '5%', },
|
||||
],
|
||||
height: 100,
|
||||
// height: 100,
|
||||
data: groupDataList,
|
||||
undefinedText: 0,
|
||||
cache: false,
|
||||
@@ -780,7 +780,6 @@ export default {
|
||||
$("#exportGroupDetail").on("click", function () {
|
||||
window.location.href = '/admin/flowTeam/exportUserStatisticDetails?' + param(groupDetailQueryParams);
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user