@steedos/standard-process-approval 3.0.0-beta.72 → 3.0.0-beta.74
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/main/default/objects/process_instance_history/pages/process_instance_detail.page.amis.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"type": "tabs",
|
|
16
|
-
"className": "steedos-record-tabs bg-white p-4
|
|
16
|
+
"className": "steedos-record-tabs bg-white p-4 sm:m-4 sm:border sm:rounded",
|
|
17
17
|
"tabs": [
|
|
18
18
|
{
|
|
19
19
|
"title": "详情",
|
|
@@ -34,14 +34,7 @@
|
|
|
34
34
|
"enableInitApi": true
|
|
35
35
|
}
|
|
36
36
|
]
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"id": "u:78283d8a88a6",
|
|
40
|
-
"className": "px-0"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"title": "相关表",
|
|
44
|
-
"body": [
|
|
37
|
+
},
|
|
45
38
|
{
|
|
46
39
|
"type": "group",
|
|
47
40
|
"id": "u:731d4077557a",
|
|
@@ -67,22 +60,23 @@
|
|
|
67
60
|
]
|
|
68
61
|
}
|
|
69
62
|
],
|
|
70
|
-
"id": "u:
|
|
63
|
+
"id": "u:78283d8a88a6",
|
|
64
|
+
"className": "px-0"
|
|
71
65
|
},
|
|
72
66
|
{
|
|
73
67
|
"title": "当前记录",
|
|
74
|
-
"className": "px-0 py-4",
|
|
75
68
|
"body": [
|
|
76
69
|
{
|
|
77
70
|
"type": "steedos-object-form",
|
|
71
|
+
"id": "u:417063b0c22f",
|
|
78
72
|
"label": "对象表单",
|
|
79
73
|
"objectApiName": "${objectName}",
|
|
80
74
|
"recordId": "${recordId}",
|
|
81
|
-
"appId": "${appId}"
|
|
82
|
-
"id": "u:417063b0c22f"
|
|
75
|
+
"appId": "${appId}"
|
|
83
76
|
}
|
|
84
77
|
],
|
|
85
|
-
"id": "u:5d4e7e3f6ecc"
|
|
78
|
+
"id": "u:5d4e7e3f6ecc",
|
|
79
|
+
"className": "px-0 py-4"
|
|
86
80
|
}
|
|
87
81
|
],
|
|
88
82
|
"id": "u:e1251a3f5a0f"
|
|
@@ -115,8 +109,7 @@
|
|
|
115
109
|
"regions": [
|
|
116
110
|
"body"
|
|
117
111
|
],
|
|
118
|
-
"data": {
|
|
119
|
-
},
|
|
112
|
+
"data": {},
|
|
120
113
|
"id": "page_process_instance_history_record_detail",
|
|
121
114
|
"name": "page_process_instance_history_record_detail",
|
|
122
115
|
"objectApiName": "${objectName}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-process-approval",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.74",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"steedos"
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@steedos/process": "3.0.0-beta.
|
|
13
|
+
"@steedos/process": "3.0.0-beta.74",
|
|
14
14
|
"nanoid": "^3.3.4"
|
|
15
15
|
},
|
|
16
16
|
"description": "steedos package",
|
|
17
17
|
"repository": {},
|
|
18
18
|
"license": "MIT",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "03c95fcf36de9e0ffb5f7e41e4aca05b1ad454bb"
|
|
20
20
|
}
|