| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
 | | { |  |   "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374", |  |   "componentName": "siteforce:dynamicLayout", |  |   "dataProviders": [], |  |   "id": "a6d83607-a4bc-4c64-872a-a4d28a96575d", |  |   "label": "库存", |  |   "regions": [ |  |     { |  |       "components": [ |  |         { |  |           "componentAttributes": { |  |             "background": "background: rgba(0,0,0,0)", |  |             "backgroundOverlay": "rgba(0,0,0,0.5)", |  |             "contentAreaWidth": 100, |  |             "sectionConfig": { |  |               "UUID": "70e90603-679b-4e10-9cb4-c92970eb0b6c", |  |               "columns": [ |  |                 { |  |                   "UUID": "f82e2bbc-5736-4b3f-9b4a-1e22981f6668", |  |                   "columnKey": "1", |  |                   "columnName": "Column 1", |  |                   "columnWidth": "12", |  |                   "seedComponents": [] |  |                 } |  |               ] |  |             }, |  |             "sectionHeight": 300 |  |           }, |  |           "componentName": "forceCommunity:section", |  |           "id": "70e90603-679b-4e10-9cb4-c92970eb0b6c", |  |           "regions": [ |  |             { |  |               "components": [ |  |                 { |  |                   "componentAttributes": {}, |  |                   "componentName": "c:lexinventoryViewLWC", |  |                   "id": "9dc8bca9-ca76-4758-b2f3-2d6970644d43", |  |                   "renderPriority": "NEUTRAL", |  |                   "renditionMap": {}, |  |                   "type": "component" |  |                 } |  |               ], |  |               "id": "f82e2bbc-5736-4b3f-9b4a-1e22981f6668", |  |               "regionLabel": "Column 1", |  |               "regionName": "1", |  |               "renditionMap": {}, |  |               "type": "region" |  |             } |  |           ], |  |           "renderPriority": "NEUTRAL", |  |           "renditionMap": {}, |  |           "type": "component" |  |         } |  |       ], |  |       "id": "6f226eed-af1a-477c-9888-20c0b37db4b0", |  |       "regionName": "content", |  |       "type": "region" |  |     }, |  |     { |  |       "components": [ |  |         { |  |           "componentAttributes": { |  |             "customHeadTags": "", |  |             "description": "", |  |             "title": "库存管理~消耗品管理系统" |  |           }, |  |           "componentName": "forceCommunity:seoAssistant", |  |           "id": "a484eac3-6170-4866-b74f-62e83c39d59e", |  |           "renditionMap": {}, |  |           "type": "component" |  |         } |  |       ], |  |       "id": "a17996d7-1152-4609-8064-b05d5211ee93", |  |       "regionName": "sfdcHiddenRegion", |  |       "type": "region" |  |     } |  |   ], |  |   "themeLayoutType": "Inner", |  |   "type": "view", |  |   "viewType": "custom-inventory-view" |  | } | 
 |