@steedos-labs/content-compliance 0.6.29 → 0.6.30

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.
@@ -8,10 +8,10 @@ columns:
8
8
  wrap: true
9
9
  - field: product
10
10
  - field: spot_checked
11
+ - field: review_completed_date
11
12
  - field: spot_check_departments
12
13
  - field: pepsico_spot_check_status
13
14
  - field: spot_description
14
- - field: review_completed_date
15
15
  - field: created_by
16
16
  crud_mode: table
17
17
  enable_amis_schema: false
@@ -28,6 +28,10 @@ filters:
28
28
  - - void_material
29
29
  - '!='
30
30
  - true
31
+ - and
32
+ - - review_completed_date
33
+ - '!='
34
+ - null
31
35
  from_code_id: pepsico_material.kol_midtier
32
36
  is_enable: true
33
37
  label: KOL腰部素材
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos-labs/content-compliance",
3
- "version": "0.6.29",
3
+ "version": "0.6.30",
4
4
  "description": "内容审核系统",
5
5
  "main": "package.service.js",
6
6
  "scripts": {