@zgfe/business-lib 1.1.33-visual.7 → 1.1.33-visual.9

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.
@@ -11,17 +11,7 @@ export default (function () {
11
11
  var _Form$useForm = Form.useForm(),
12
12
  _Form$useForm2 = _slicedToArray(_Form$useForm, 1),
13
13
  form = _Form$useForm2[0];
14
- var _useState = useState({
15
- condition: {
16
- attrId: 30183426,
17
- propCategory: 'eventProp',
18
- type: 1,
19
- operator: 'equal',
20
- values: [],
21
- dimensionSub: 'event_attr',
22
- attrName: '公众号名称'
23
- }
24
- }),
14
+ var _useState = useState({}),
25
15
  _useState2 = _slicedToArray(_useState, 2),
26
16
  formData = _useState2[0],
27
17
  setFormData = _useState2[1];
@@ -72,6 +72,7 @@ var BizConditionItem = function BizConditionItem(props) {
72
72
  propCategory: data.propCategory,
73
73
  type: data.type,
74
74
  key: data.attrId,
75
+ label: data.label,
75
76
  dimensionSub: data.dimensionSub || 'event_attr'
76
77
  };
77
78
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.33-visual.7",
3
+ "version": "1.1.33-visual.9",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -59,5 +59,5 @@
59
59
  "react": "^16.12.0 || ^17.0.0",
60
60
  "yorkie": "^2.0.0"
61
61
  },
62
- "gitHead": "9f5fb07ede61f809d3aa2efcd69ccfffeeea206a"
62
+ "gitHead": "9bce830783e47fec9562481bcf7d0a84c4c77a09"
63
63
  }