fmui-base 2.2.28 → 2.2.29

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.2.29: 关联表批示意见渲染
6
7
  - 2.2.28: 表单组件支持单独渲染
7
8
  - 2.2.27: 批示意见落款被加签的用户增加标识
8
9
  - 2.2.26: 表单组件支持查看发票
package/lib/form/form.js CHANGED
@@ -1081,7 +1081,7 @@ var PageHome = function (_React$Component) {
1081
1081
  var commentFieldList = [];
1082
1082
  for (var _i = 0; _i < commentList.length; _i++) {
1083
1083
  var commentItem = commentList[_i];
1084
- if (commentItem.field == tableName + '_' + key) {
1084
+ if (commentItem.field == itemParam.uniqueName) {
1085
1085
  //评论id和code
1086
1086
  commentFieldList.push(commentItem);
1087
1087
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.28",
3
+ "version": "2.2.29",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",