-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
版本号:1.3.4-beta 循环表头分组 标题头只显示field字段 #300
Comments
降版本呢?还是所有版本都有问题 |
1.3.3-beta也测试过,相同的问题。不知道是否还要降。好像从1.3.3-beta才支持json格式数据源。 |
版本号:1.3.4-beta 分析: |
升级到版本1.3.63-beta , 要配置私服 ,看是否解决,无回复三天内关闭
|
版本号:1.3.4-beta
参考官方文档:http://report.jeecg.com/2119057
问题描述:
把省份(province)属性设置为横向分组之后,预览报表,没有成功渲染设置的field,都显示为province。截图见下面,急!!!
达不到官方文档显示的效果
截图&代码:
1,配置截图
2,预览效果:
JSON数据源:
{"data":[
{
"month":"2021-05",
"province":"河北",
"count_type":1,
"count_1":500,
"device_type":"T10"
},
{
"month":"2021-04",
"province":"河北",
"count_type":1,
"count_1":0,
"device_type":"T10"
},
{
"month":"2021-01",
"province":"河北",
"count_type":1,
"count_1":0,
"device_type":"T10"
},
{
"month":"2021-05",
"province":"河北",
"count_type":1,
"count_1":200,
"device_type":"T11"
},
{
"month":"2021-04",
"province":"河北",
"count_type":1,
"count_1":0,
"device_type":"T11"
},
{
"month":"2021-01",
"province":"河北",
"count_type":1,
"count_1":400,
"device_type":"T11"
},
{
"month":"2021-05",
"province":"山东",
"count_type":1,
"count_1":0,
"device_type":"T10"
},
{
"month":"2021-04",
"province":"山东",
"count_type":1,
"count_1":500,
"device_type":"T10"
},
{
"month":"2021-01",
"province":"山东",
"count_type":1,
"count_1":0,
"device_type":"T10"
},
{
"month":"2021-05",
"province":"山东",
"count_type":1,
"count_1":420,
"device_type":"T11"
},
{
"month":"2021-04",
"province":"山东",
"count_type":1,
"count_1":400,
"device_type":"T11"
},
{
"month":"2021-01",
"province":"山东",
"count_type":1,
"count_1":0,
"device_type":"T11"
},
{
"month":"2021-05",
"province":"湖南",
"count_type":1,
"count_1":0,
"device_type":"T10"
},
{
"month":"2021-04",
"province":"湖南",
"count_type":1,
"count_1":200,
"device_type":"T10"
},
{
"month":"2021-01",
"province":"湖南",
"count_type":1,
"count_1":1500,
"device_type":"T10"
},
{
"month":"2021-05",
"province":"湖南",
"count_type":1,
"count_1":0,
"device_type":"T11"
},
{
"month":"2021-04",
"province":"湖南",
"count_type":1,
"count_1":0,
"device_type":"T11"
},
{
"month":"2021-01",
"province":"湖南",
"count_type":1,
"count_1":1500,
"device_type":"T11"
}
]}
Originally posted by @hexq in #279 (comment)
The text was updated successfully, but these errors were encountered: