fmui-base 2.3.9 → 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,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.3.10:门户首页grid常用应用部件增加扩展入口(一网通办项目需求,临时版本)
6
7
  - 2.3.9:子表支持整个子表隐藏
7
8
  - 2.3.8:子表多列排版错乱处理
8
9
  - 2.3.7:选人组件:搜索项改为即时搜索,输入过程中1秒后未输入触发搜索
@@ -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') {