fmui-base 2.3.8 → 2.3.9

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.3.9:子表支持整个子表隐藏
6
7
  - 2.3.8:子表多列排版错乱处理
7
8
  - 2.3.7:选人组件:搜索项改为即时搜索,输入过程中1秒后未输入触发搜索
8
9
  - 2.3.6:待办表单支持切换组织
@@ -1067,7 +1067,7 @@ var PageHome = function (_React$Component) {
1067
1067
  return subForm.map(function (item, i) {
1068
1068
  return _react2.default.createElement(
1069
1069
  'div',
1070
- { className: 'dd-drug-list' },
1070
+ { className: item.rowHidden ? 'dd-drug-list t-DN' : 'dd-drug-list' },
1071
1071
  _react2.default.createElement(
1072
1072
  HBox,
1073
1073
  { className: 't-BCf dd-bottom-border', onClick: _this2.detailShow.bind(_this2, i, item.show) },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.3.8",
3
+ "version": "2.3.9",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",