fmui-base 2.0.44 → 2.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.0.46:移动门户图表组件单维表多维表不支持提示
7
+ - 2.0.45:移动门户组件修改
6
8
  - 2.0.44:移动门户组件修改
7
9
  - 2.0.43:移动门户组件修改
8
10
  - 2.0.42:移动门户组件修改
@@ -344,7 +344,12 @@ var NoData = function (_React$Component) {
344
344
  return _react2.default.createElement(
345
345
  'div',
346
346
  { style: { height: this.state.height } },
347
- this.state.loadTrue ? _react2.default.createElement(_echartsForReact2.default, {
347
+ this.state.loadTrue ? this.state.options.rptType == "单维表" || this.state.options.rptType == "二维表" || this.state.options.rptType == "三维表" ? _react2.default.createElement(
348
+ 'div',
349
+ { style: { textAlign: 'center' } },
350
+ '\u79FB\u52A8\u7AEF\u6682\u4E0D\u652F\u6301',
351
+ this.state.options.rptType
352
+ ) : _react2.default.createElement(_echartsForReact2.default, {
348
353
  option: this.state.options,
349
354
  style: { height: '100%', width: '100%' },
350
355
  autoResize: true