fmui-base 2.1.66 → 2.1.67

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.1.67:移动端流程记录增加退回的意见显示
6
7
  - 2.1.66:选人组件显示历史用户
7
8
  - 2.1.65:表单自定义校验审批时不生效处理
8
9
  - 2.1.64:发起子流程同步主流程数据时办理报错
@@ -188,6 +188,12 @@ var Page = function (_React$Component) {
188
188
  'div',
189
189
  { className: 'recording-nextname' },
190
190
  item.receivenames
191
+ ),
192
+ _react2.default.createElement(
193
+ 'div',
194
+ { className: item.dealaction == 'back' ? 'recording-nextname' : 't-DN' },
195
+ '\u9000\u56DE\u539F\u56E0\uFF1A',
196
+ item.comment != null ? item.comment : ''
191
197
  )
192
198
  )
193
199
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.66",
3
+ "version": "2.1.67",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",