@steedos-labs/content-compliance 0.0.8 → 0.0.9

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.
@@ -4,6 +4,8 @@ amis:
4
4
  group: 通用
5
5
  is_wide: false
6
6
  label: 素材
7
- required: true
7
+ readonly: true
8
+ required: false
8
9
  sort_no: 100
10
+ static: false
9
11
  type: file
@@ -7,7 +7,9 @@ group: 通用
7
7
  index: true
8
8
  is_wide: false
9
9
  label: 素材名称
10
- required: true
10
+ readonly: true
11
+ required: false
11
12
  searchable: true
12
13
  sort_no: 50
14
+ static: false
13
15
  type: text
@@ -9,4 +9,5 @@ label: 材料审批单主表
9
9
  reference_to: pepsico_material_approval
10
10
  required: true
11
11
  sort_no: 450
12
+ static: true
12
13
  type: master_detail
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos-labs/content-compliance",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "内容审核系统",
5
5
  "main": "package.service.js",
6
6
  "scripts": {