| 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
 | | { |  |   "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", |  |   "componentName" : "siteforce:dynamicLayout", |  |   "dataProviders" : [ ], |  |   "id" : "0c6f8778-bba4-4726-97f6-b639cce7c99e", |  |   "label" : "LexConsumableOrderManage", |  |   "regions" : [ { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "background" : "background: rgba(0,0,0,0)", |  |         "backgroundOverlay" : "rgba(0,0,0,0.5)", |  |         "contentAreaWidth" : 100, |  |         "sectionConfig" : { |  |           "UUID" : "c816a792-e9df-4280-a595-4f7a2de81a72", |  |           "columns" : [ { |  |             "UUID" : "0dc2ef0d-dfb8-4347-814b-251e3e16b10b", |  |             "columnKey" : "1", |  |             "columnName" : "Column 1", |  |             "columnWidth" : "12", |  |             "seedComponents" : [ ] |  |           } ] |  |         }, |  |         "sectionHeight" : 300 |  |       }, |  |       "componentName" : "forceCommunity:section", |  |       "id" : "c816a792-e9df-4280-a595-4f7a2de81a72", |  |       "regions" : [ { |  |         "components" : [ { |  |           "componentAttributes" : { }, |  |           "componentName" : "c:lexConsumableOrderManage", |  |           "id" : "480e4dee-4c0b-43d9-b81a-ba3ecd96f4e3", |  |           "renderPriority" : "NEUTRAL", |  |           "renditionMap" : { }, |  |           "type" : "component" |  |         } ], |  |         "id" : "0dc2ef0d-dfb8-4347-814b-251e3e16b10b", |  |         "regionLabel" : "Column 1", |  |         "regionName" : "1", |  |         "renditionMap" : { }, |  |         "type" : "region" |  |       } ], |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "5425b128-bc13-4529-9741-c37eca368806", |  |     "regionName" : "content", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "customHeadTags" : "", |  |         "description" : "", |  |         "title" : "订单管理 ~ 消耗品管理系统" |  |       }, |  |       "componentName" : "forceCommunity:seoAssistant", |  |       "id" : "01bf62a2-fff9-4f38-8cea-6c4a8df40eda", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "44d87bc4-7c1d-43ce-acc5-e20a018fc57d", |  |     "regionName" : "sfdcHiddenRegion", |  |     "type" : "region" |  |   } ], |  |   "themeLayoutType" : "Inner", |  |   "type" : "view", |  |   "viewType" : "custom-lexconsumableordermanage" |  | } | 
 |