@steedos-labs/content-compliance 0.6.21 → 0.6.22

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.
@@ -11,6 +11,7 @@ amis_schema: |-
11
11
  "label": "跳过素材",
12
12
  "id": "u:bypass_material_btn",
13
13
  "editorState": "default",
14
+ "visibleOn": "${void_material !== true && ARRAYINCLUDES(person_pending_approve, context.user.user) && ARRAYINCLUDES(can_pass_users, context.user.user) && (current_step == 'departmental_review' || current_step == 'personnel_review')}",
14
15
  "onEvent": {
15
16
  "click": {
16
17
  "weight": 0,
@@ -2,7 +2,7 @@ name: all
2
2
  columns:
3
3
  - field: name
4
4
  - field: void_material
5
- - field: re_legal_approval_statu
5
+ - field: pre_legal_approval_status
6
6
  - field: legal_approval_status
7
7
  - field: ns_approval_status
8
8
  - field: sra_approval_status
@@ -8,6 +8,7 @@ amis_schema: |-
8
8
  "label": "跳过审核",
9
9
  "id": "u:pepsico_bypass_approval",
10
10
  "editorState": "default",
11
+ "visibleOn": "${ARRAYINCLUDES(person_pending_approve, context.user.user) && ARRAYINCLUDES(can_pass_users, context.user.user) && (current_step == 'departmental_review' || current_step == 'personnel_review' || current_step == 'pre_review') && formFactor != 'SMALL'}",
11
12
  "onEvent": {
12
13
  "click": {
13
14
  "weight": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos-labs/content-compliance",
3
- "version": "0.6.21",
3
+ "version": "0.6.22",
4
4
  "description": "内容审核系统",
5
5
  "main": "package.service.js",
6
6
  "scripts": {