@steedos/standard-permission 2.4.5 → 2.4.7

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.
@@ -26,7 +26,7 @@ fields:
26
26
  sort_no: 130
27
27
  entry_criteria:
28
28
  label: 指定条目条件
29
- inlineHelpText: "满足此条件的时,使用该记录过滤器。语法为函数表达式, 例如: {{$user.profile !='user'}}"
29
+ inlineHelpText: "满足此条件时,使用该记录过滤器。语法为函数表达式, 例如: {{$user.profile !='user'}}"
30
30
  type: textarea
31
31
  is_wide: true
32
32
  sort_no: 140
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.4.5",
3
+ "version": "2.4.7",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "f7a60f4fedc134e362a2db5903db606fc61802b2"
15
+ "gitHead": "a58a5e537a2ff15dda57bf1c31d00f8a9ae19879"
16
16
  }