Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

分组动态显示不整齐问题 #935

Closed
liubeihb opened this issue Apr 19, 2022 · 4 comments
Closed

分组动态显示不整齐问题 #935

liubeihb opened this issue Apr 19, 2022 · 4 comments

Comments

@liubeihb
Copy link

版本号:
<dependency>
	<groupId>org.jeecgframework.jimureport</groupId>
	<artifactId>jimureport-spring-boot-starter</artifactId>
	<version>1.5.0-beta</version>
</dependency>

问题描述:

Json 数据



{
    "data":[
        {
            "hour":"2022-03-17 00",
            "dataCode":"mmoney",
            "areaName":"区域1",
            "dataName":"人民币 ",
            "name":"陈生1",
            "timeStr":"2022-03-17 00",
            "dataValue":31302.875,
            "noCode":"100"
        },
        {
            "hour":"2022-03-17 01",
            "dataCode":"mmoney",
            "areaName":"区域1",
            "dataName":"人民币 ",
            "name":"陈生1",
            "timeStr":"2022-03-17 01",
            "dataValue":27864.011,
            "noCode":"100"
        },
        {
            "hour":"2022-03-17 00",
            "dataCode":"mmoney",
            "areaName":"区域1",
            "dataName":"人民币 ",
            "name":"陈生2",
            "timeStr":"2022-03-17 00",
            "dataValue":30239.061,
            "noCode":"1002"
        },
        {
            "hour":"2022-03-17 01",
            "dataCode":"mmoney",
            "areaName":"区域1",
            "dataName":"人民币 ",
            "name":"陈生2",
            "timeStr":"2022-03-17 01",
            "dataValue":27686.974,
            "noCode":"1002"
        }
    ]
}
错误日志&截图:

设计 如下
image

显示如下
image

重现步骤:

友情提示(为了提高issue处理效率):

  • 积木报表是一款免费报表产品,功能免费源码不开放;
  • 未按格式要求发帖,会被直接删掉;
  • 请针对问题提供报表设计SQL脚本或在官网制作报表示例并提供ID;
  • 针对不好重现的问题,请录制操作视频或详细的重现步骤;
@lvdandan16
Copy link
Collaborator

你想实现什么样的效果?

@liubeihb
Copy link
Author

你想实现什么样的效果?

image

@lvdandan16
Copy link
Collaborator

收录 ty

@tygithub1
Copy link

已修复,见下个版本

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants