fmui-base 2.0.23 → 2.0.24

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.24:暂无数据文案修改
6
7
  - 2.0.23:流程详情修改
7
8
  - 2.0.22: 移动端组件公共样式;流程详情修改;半天日期ios问题修改
8
9
  - 2.0.21: 移动端组件公共样式
@@ -59,7 +59,7 @@ var NoData = function (_React$Component) {
59
59
  _react2.default.createElement(
60
60
  Box,
61
61
  { className: 't-FC6' },
62
- this.props.nullmsg ? this.props.nullmsg : '暂无数据'
62
+ this.props.nullmsg ? this.props.nullmsg : '无搜索结果'
63
63
  )
64
64
  )
65
65
  );
@@ -279,7 +279,7 @@ var PageHome = function (_React$Component) {
279
279
  finalButtons.set(content[i].buttonCode, content[i].buttonName);
280
280
  }
281
281
  finalButtons.set('BASE_SUMBIT', '通过');
282
- finalButtons.set('PAGE_SAVE', '保存');
282
+ finalButtons.set('PAGE_SAVE', '保存草稿');
283
283
  }).catch(function (error) {
284
284
  console.error(error);
285
285
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",