fmui-base 2.3.8 → 2.3.10

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.3.10:门户首页grid常用应用部件增加扩展入口(一网通办项目需求,临时版本)
7
+ - 2.3.9:子表支持整个子表隐藏
6
8
  - 2.3.8:子表多列排版错乱处理
7
9
  - 2.3.7:选人组件:搜索项改为即时搜索,输入过程中1秒后未输入触发搜索
8
10
  - 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) },
@@ -830,7 +830,8 @@ var MyGrid = function (_React$Component) {
830
830
  _react2.default.createElement('img', { className: 'nodata t-PL10 t-PR10', src: '../../../fmui/images/home/nodata.png' })
831
831
  )
832
832
  )
833
- )
833
+ ),
834
+ t.props.extendedContent ? t.props.extendedContent : ''
834
835
  );
835
836
  }
836
837
  if (item.portletCode === 'bssx') {