@zgfe/business-lib 1.0.30-user.3 → 1.0.30-user.4

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.
@@ -220,7 +220,7 @@ var BizUserCondition = function BizUserCondition(props) {
220
220
  show: value.length < andConditionNum,
221
221
  label: "\u4E14",
222
222
  onAdd: onAdd
223
- }), openCdpCondition && (!menuNameMap || menuNameMap['cdp']) ? /*#__PURE__*/React.createElement("div", {
223
+ }), openCdpCondition && (!menuNameMap || menuNameMap['dataset']) ? /*#__PURE__*/React.createElement("div", {
224
224
  className: "".concat(classPrefix, "-tip")
225
225
  }, ' ', /*#__PURE__*/React.createElement(IconFont, {
226
226
  type: "tishiicon"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.0.30-user.3",
3
+ "version": "1.0.30-user.4",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -58,5 +58,5 @@
58
58
  "react": "^16.12.0 || ^17.0.0",
59
59
  "yorkie": "^2.0.0"
60
60
  },
61
- "gitHead": "eaa12ea299f24b2fbb4f33437c89e28c2df32903"
61
+ "gitHead": "5c04c0ca433d8ffeabc76c819312b5ca6d7f3280"
62
62
  }