@zgfe/modules-dm 1.0.56-zhongyuan.32 → 1.0.56-zhongyuan.33

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.
@@ -338,7 +338,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
338
338
  render: function render(text, record, index) {
339
339
  return /*#__PURE__*/React.createElement("div", {
340
340
  className: "attr-name"
341
- }, text || '无');
341
+ }, text ? '有' : '无');
342
342
  }
343
343
  }].concat(_toConsumableArray(source == 'event' ? [{
344
344
  title: '属性值别名',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.56-zhongyuan.32",
3
+ "version": "1.0.56-zhongyuan.33",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "umi-request": "^1.4.0",
58
58
  "yorkie": "^2.0.0"
59
59
  },
60
- "gitHead": "a4eb5ea4cf86f340e677e9b619e9889224255d42",
60
+ "gitHead": "0945f02411a1a52b113854714bca45ae1a24be78",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }