fmui-base 2.0.12 → 2.0.13

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.0.13: 退回意见弹窗问题修复
6
7
  - 2.0.12: 表单时间问题修复
7
8
  - 2.0.11: 上传附件图标更新
8
9
  - 2.0.10: 流程表单子表新增按钮样式修改
@@ -1071,7 +1071,7 @@ var PageHome = function (_React$Component) {
1071
1071
  }
1072
1072
  //上一个办理节点ca验签字段
1073
1073
  var preCaFields = content.preCaFields;
1074
- if (content.details && content.details != null) {
1074
+ if (content.details && content.details != null && content.details.showType == '1') {
1075
1075
  var details = content.details;
1076
1076
  details.type = "text";
1077
1077
  details.inscriptionShow = "userName,date";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",