fmui-base 1.0.26 → 1.0.27

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,7 +3,8 @@
3
3
  ---
4
4
 
5
5
  ## 更新日志
6
- - 1.0.25:流程项目开发外扩展js
6
+ - 1.0.27:流程批示意见问题修复
7
+ - 1.0.26:流程项目开发外扩展js
7
8
  - 1.0.25:流程列表增加类型all情况下查所有流程问题修改
8
9
  - 1.0.24:流程列表增加类型all全局待办module编码,增加流程表单外扩展js
9
10
  - 1.0.23:流程列表批量办理按钮增加配置项可控制隐藏
@@ -80,14 +80,6 @@ var PageHome = function (_React$Component) {
80
80
  _react2.default.createElement('img', { className: 't-H32 t-W64 ', src: t.state.loadImg + item.signPic })
81
81
  )
82
82
  ),
83
- _react2.default.createElement(
84
- Box,
85
- { vAlign: 'start', hAlign: 'end', className: 't-FAR t-omit' },
86
- ' ',
87
- item.indexOf('taskName') >= 0 ? item.taskName : '',
88
- '\xA0',
89
- item.indexOf('org') >= 0 ? item.createdOrgName.substring(item.createdOrgName.lastIndexOf("/") + 1) : ''
90
- ),
91
83
  _react2.default.createElement(
92
84
  Box,
93
85
  { vAlign: 'start', hAlign: 'end', className: 't-FAR t-omit' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",