@steedos/standard-permission 2.7.0-beta.25 → 2.7.0-beta.27

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.
@@ -76,10 +76,10 @@ fields:
76
76
  }
77
77
  readable:
78
78
  type: boolean
79
- label: 允许查看
79
+ label: 可见
80
80
  sort_no: 150
81
81
  editable:
82
- label: 允许编辑
82
+ label: 可编辑
83
83
  type: boolean
84
84
  sort_no: 160
85
85
  is_system:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.7.0-beta.25",
3
+ "version": "2.7.0-beta.27",
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": "baa1d0049c06cc7186baac0288017e672e4e8873"
15
+ "gitHead": "3ff30ac23eea83fafd51df11bf5d818e73c005ed"
16
16
  }