Files
gr_bi_java/doc/docs/guide/releases/1.7.x.md
2026-02-02 23:31:39 +08:00

56 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 注意事项
1、前端目录report-ui/node_modules_echarts_need/ <br>
执行完npm install后需要将node_modules_echarts_need目录下map文件夹整体拷贝到node_modules/echarts/文件夹下,
因为echarts v5.0之后的版本不在包含map文件夹 <br>
![img](../../picture/releases/img.png)
2、执行完1之后需要修改 report-ui/node_modules/echarts目录下的package.json
在“sideEffects”追加 "map/js/\*.js" 和 "map/js/province/\*.js" <br>
不明白可参考https://blog.csdn.net/m0_45159572/article/details/130077091
**注意:** 上面执行了一次就可以了,但如果都不执行,地图组件将不显示
## V1.7.0
### 新增
- 1、大屏设计器-新增视频监控组件 --贡献人shuaiwu95@shuaiwu123
- 2、大屏设计器-新增日历组件 --贡献人shuaiwu95@shuaiwu123
- 3、大屏设计器-下拉框组件增加tab模式 --贡献人shuaiwu95@shuaiwu123
- 4、大屏设计器-下拉框支持默认值显示 --贡献人shuaiwu95@shuaiwu123
- 5、大屏设计器-增加按钮组件(按钮组件使用说明请看在线文档) --贡献人JiangHH@jianghh1993
- 6、大屏设计器-表格组件新增导出按钮 --贡献人lma@lma_lll
- 7、大屏设计器-内联框架组件增加定时切换等功能 --贡献人lma@lma_lll
### 优化
- 1、大屏设计器-文本组件丰富样式 --贡献人shuaiwu95@shuaiwu123
- 2、大屏设计器-时间筛选器增加了日期格式选择 --贡献人lma@lma_lll
### 修复
- 1、修复excel导出时颜色和设置颜色不一致问题 --贡献人Brath
### 其他
- 1、doc更新
## V1.7.1
### 新增
- 1、大屏设计器-日历组件支持联动 --贡献人shuaiwu95@shuaiwu123
### 优化
- 1、大屏设计器-文本框增加行高默认值
### 修复
- 1、修复预览页面缩放异常问题 --贡献人shuaiwu95@shuaiwu123
### 其他
- 1、doc更新