@steedos/standard-process-approval 2.4.17 → 2.4.18-beta.2

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.
@@ -71,9 +71,29 @@
71
71
  "id": "u:78283d8a88a6",
72
72
  "className": "px-0"
73
73
  },
74
-
75
74
  {
76
- "title": "批准步骤",
75
+ "title": "相关表",
76
+ "body": [
77
+ {
78
+ "type": "group",
79
+ "id": "u:731d4077557a",
80
+ "className": "px-0",
81
+ "body": [
82
+ {
83
+ "type": "steedos-object-related-lists",
84
+ "id": "u:f3101a683d9e",
85
+ "label": "所有相关表",
86
+ "recordId": "${target_object.ids[0]}",
87
+ "objectApiName": "${target_object.o}",
88
+ "visibleOn": "${!!target_object}"
89
+ }
90
+ ]
91
+ }
92
+ ],
93
+ "id": "u:2828559659a3"
94
+ },
95
+ {
96
+ "title": "当前记录",
77
97
  "body": [
78
98
  {
79
99
  "type": "steedos-object-form",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "2.4.17",
3
+ "version": "2.4.18-beta.2",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -10,10 +10,10 @@
10
10
  "steedos"
11
11
  ],
12
12
  "dependencies": {
13
- "@steedos/process": "2.4.17"
13
+ "@steedos/process": "2.4.18-beta.2"
14
14
  },
15
15
  "description": "steedos package",
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "b86616513b7d8c407996dde4d06c9b77af8f9720"
18
+ "gitHead": "7662554351c1ddd72f5bac1280a7a5bab1c7932c"
19
19
  }