@steedos/standard-permission 2.6.2-beta.3 → 2.6.2-beta.31

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.
@@ -51,6 +51,7 @@ fields:
51
51
  readonly: true
52
52
  disabled: true
53
53
  visible_on: "{{global.mode ==='read' ? true : false}}"
54
+ sort_no: 99999
54
55
  actions:
55
56
  customize:
56
57
  label: 自定义
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.6.2-beta.3",
3
+ "version": "2.6.2-beta.31",
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": "7842aa5d3023622c0e140009cfdd081180563bdd"
15
+ "gitHead": "759494a2985a0e10ce61d8c18844791e0e254895"
16
16
  }