@steedos/schemas 3.0.0-beta.51 → 3.0.0-beta.53
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/object/schema.json +3 -3
- package/package.json +2 -2
package/object/schema.json
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
},
|
|
103
103
|
"enable_audit": {
|
|
104
104
|
"type": "boolean",
|
|
105
|
-
"description": "
|
|
105
|
+
"description": "启用后,系统会记录用户对当前对象的增删改的操作记录。"
|
|
106
106
|
},
|
|
107
107
|
"enable_trash": {
|
|
108
108
|
"type": "boolean",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
},
|
|
115
115
|
"enable_tree": {
|
|
116
116
|
"type": "boolean",
|
|
117
|
-
"description": "
|
|
117
|
+
"description": "列表树结构显示"
|
|
118
118
|
},
|
|
119
119
|
"enable_enhanced_lookup": {
|
|
120
120
|
"type": "boolean",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
},
|
|
155
155
|
"enable_lock_detail": {
|
|
156
156
|
"type": "boolean",
|
|
157
|
-
"description": "
|
|
157
|
+
"description": "当主记录被锁定(Locked属性为true)时,同时锁定相关子表记录,不允许对子表记录进行修改,保持数据一致性。"
|
|
158
158
|
},
|
|
159
159
|
"is_view": {
|
|
160
160
|
"type": "boolean",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.53",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": "https://github.com/steedos/schemas.git",
|
|
6
6
|
"author": "sunhaolin <sunhaolin@hotoa.com>",
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "5ce5b122b23cb8975158917272fb74babf0f180b"
|
|
13
13
|
}
|