@zgfe/business-lib 1.2.36 → 1.2.38
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/es/userCondition/util.js +2 -2
- package/package.json +2 -2
package/es/userCondition/util.js
CHANGED
|
@@ -47,14 +47,14 @@ export function buildCondition(type, labelCreateType) {
|
|
|
47
47
|
operator: 'relative',
|
|
48
48
|
values: ['30', '0']
|
|
49
49
|
},
|
|
50
|
-
placeholder: labelCreateType === LabelCreateType.lostUser ? '
|
|
50
|
+
placeholder: labelCreateType === LabelCreateType.lostUser ? '如:进入App' : ''
|
|
51
51
|
};
|
|
52
52
|
case 'prop':
|
|
53
53
|
return {
|
|
54
54
|
eventId: undefined,
|
|
55
55
|
attrs: [{
|
|
56
56
|
attrId: 0,
|
|
57
|
-
placeholder: labelCreateType === LabelCreateType.riskLevel ? '
|
|
57
|
+
placeholder: labelCreateType === LabelCreateType.riskLevel ? '如:风险等级' : ''
|
|
58
58
|
}]
|
|
59
59
|
};
|
|
60
60
|
case 'tag':
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.38",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react": "^16.12.0 || ^17.0.0",
|
|
56
56
|
"yorkie": "^2.0.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "3195eace807d40555519a3223cfa3748498862e2",
|
|
59
59
|
"gitHooks": {
|
|
60
60
|
"pre-commit": "lint-staged"
|
|
61
61
|
}
|