fmui-base 2.0.45 → 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,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.0.46:移动门户图表组件单维表多维表不支持提示
6
7
  - 2.0.45:移动门户组件修改
7
8
  - 2.0.44:移动门户组件修改
8
9
  - 2.0.43:移动门户组件修改
@@ -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
package/lib/db/db.js CHANGED
@@ -878,7 +878,7 @@ context.create('form', {
878
878
 
879
879
  context.create('reactGrid', {
880
880
  getPortalPage: {
881
- // mockUrl: 'query/reactGridInfo.json',
881
+ mockUrl: 'query/reactGridInfo.json',
882
882
  url: _variables2.default.URLS.getPortalPage,
883
883
  method: 'GET',
884
884
  header: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.0.45",
3
+ "version": "2.0.46",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",