怎么去掉后面的求和配置,只需要group+list的效果
解决方法:
在analyse.jsp最下面增加如下标签配置:
<script>
guideConf.showZongji = "no";
</script>
showZongji表示是否需要合计项
相关文章:
怎么去掉后面的求和配置,只需要group+list的效果
解决方法:
在analyse.jsp最下面增加如下标签配置:
<script>
guideConf.showZongji = "no";
</script>
showZongji表示是否需要合计项
相关文章: