修复分组统计表格异常

This commit is contained in:
Dragon
2023-10-30 11:42:58 +08:00
parent 7121ef5169
commit 642664edce

View File

@@ -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);
});
});
}
},