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 +2 -0
- package/lib/chart/chart.js +6 -1
- package/lib/css/react_grid.css +798 -826
- package/lib/db/db.js +1 -1
- package/lib/poppage/tree/tree.js +3 -3
- package/lib/react_grid/react_grid.js +17 -21
- package/lib/react_grid/react_grid.less +3 -2
- package/lib/select-fileno/pageHome.js +1 -1
- package/lib/select-serialnumber/pageHome.js +1 -1
- package/lib/select-serialnumber/pageHome1.js +1 -1
- package/lib/signature/draw.js +3 -3
- package/lib/signature/sign.less +73 -73
- package/lib/signature//346/211/213/345/206/231/347/255/276/345/220/215/344/275/277/347/224/250/346/226/207/346/241/243.md +11 -11
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/chart/chart.js
CHANGED
|
@@ -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(
|
|
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
|