2 Star 0 Fork 1

天智数据/html-xzreport-example

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
report1_config.js 4.89 KB
一键复制 编辑 原始数据 按行查看 历史
天智数据 提交于 2024-05-13 14:46 +08:00 . 小智产品嵌入示例
let config=[
{
"name": "sheet1",
"SheetData": {
"freeze": "A1",
"columnHead": [
{
"Column": 0
},
{
"Column": 1
},
{
"Column": 2
}
],
"rowHead": [
{
"Row": 0
}
],
"stylesConfig": [],
"cellConfig": [
{
"column": 0,
"row": 0,
"value": "商品区域销售.商品名称",
"valueType": 1,
"expansion": 1,
"editable": false,
"scaleType": 1,
"dataConfig": {
"value": "商品区域销售.商品名称",
"data_type": "3",
"merge": 1,
"axisType": 1,
"order": 0
},
"type": 2,
"dataType": "3"
},
{
"column": 1,
"row": 0,
"value": "商品区域销售.区域名称",
"valueType": 1,
"expansion": 1,
"editable": false,
"scaleType": 1,
"dataConfig": {
"value": "商品区域销售.区域名称",
"data_type": "3",
"merge": 1,
"axisType": 1,
"order": 0
},
"type": 2,
"dataType": "3"
},
{
"column": 2,
"row": 0,
"value": "商品区域销售.销售额",
"valueType": 1,
"expansion": 1,
"editable": false,
"scaleType": 1,
"dataConfig": {
"value": "商品区域销售.销售额",
"data_type": "2",
"aggregate": 1,
"axisType": 2,
"order": 0
},
"type": 2,
"dataType": "2"
}
],
"groupConfig": [],
"collapse": [],
"waterMask": null,
"toolbarButtonList": [
{
"showIcon": true,
"showText": true,
"text": "首页",
"icon": "fa fa-step-backward",
"color": "#2c3e50",
"show": true,
"type": 1
},
{
"showIcon": true,
"showText": true,
"text": "上一页",
"icon": "xzreport-icon-arrow-left-filling",
"color": "#2c3e50",
"show": true,
"type": 2
},
{
"showIcon": true,
"showText": true,
"text": "当前页/总页数",
"icon": "fa fa-file-text-o",
"color": "#2c3e50",
"show": true,
"type": 3
},
{
"showIcon": true,
"showText": true,
"text": "下一页",
"icon": "xzreport-icon-arrow-right-filling",
"color": "#2c3e50",
"show": true,
"type": 4
},
{
"showIcon": true,
"showText": true,
"text": "末页",
"icon": "fa fa-step-forward",
"color": "#2c3e50",
"show": true,
"type": 5
},
{
"showIcon": true,
"showText": true,
"text": "打印",
"color": "#2c3e50",
"icon": "fa fa-print",
"show": true,
"type": 6
},
{
"showIcon": true,
"showText": true,
"text": "导出",
"icon": "fa fa-download",
"color": "#2c3e50",
"show": true,
"type": 7
}
],
"paramsConfig": [],
"dataConfig": [],
"apiConfig": {
"url": "",
"key": "",
"secret": ""
}
}
}
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tizdata_admin/html-xzreport-example.git
git@gitee.com:tizdata_admin/html-xzreport-example.git
tizdata_admin
html-xzreport-example
html-xzreport-example
master

搜索帮助