@zgfe/modules-settings 2.0.0-zhongyuan.8 → 2.1.0-zhongyuan-set.1
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/README.md +33 -33
- package/es/components/card/index.less +87 -87
- package/es/components/importMetaDialog/index.d.ts +13 -0
- package/es/components/importMetaDialog/index.js +217 -0
- package/es/components/importMetaDialog/styles/index.less +115 -0
- package/es/components/pageLoading/index.less +7 -7
- package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
- package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
- package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
- package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
- package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
- package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
- package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
- package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
- package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
- package/es/components/picCircleSelect/index.less +37 -37
- package/es/components/processCanvas/styles/customNode.less +149 -149
- package/es/components/processCanvas/styles/index.less +34 -34
- package/es/components/settingTabs/index.less +51 -51
- package/es/constants/api.d.ts +30 -0
- package/es/constants/api.js +43 -1
- package/es/constants/icons/demo.css +539 -539
- package/es/constants/icons/demo_index.html +9871 -9871
- package/es/constants/icons/iconfont.css +1699 -1699
- package/es/constants/icons/iconfont.json +2956 -2956
- package/es/global.d.ts +4 -4
- package/es/modules/appSettings/dataAccessFilter/index.js +2 -1
- package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
- package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
- package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
- package/es/modules/companySetting/appList/index.less +126 -126
- package/es/modules/companySetting/application/applicationForm.d.ts +1 -0
- package/es/modules/companySetting/application/applicationForm.js +34 -4
- package/es/modules/companySetting/application/index.d.ts +13 -0
- package/es/modules/companySetting/application/index.js +276 -104
- package/es/modules/companySetting/application/index.less +144 -126
- package/es/modules/companySetting/business/index.less +92 -92
- package/es/modules/companySetting/cost/index.less +38 -38
- package/es/modules/companySetting/department/index.less +157 -157
- package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
- package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
- package/es/modules/companySetting/edit/styles/authModule.less +82 -82
- package/es/modules/companySetting/edit/styles/user.less +54 -54
- package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
- package/es/modules/companySetting/index.js +37 -33
- package/es/modules/companySetting/index.less +90 -90
- package/es/modules/companySetting/info/index.less +42 -42
- package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
- package/es/modules/companySetting/mainPart/index.less +239 -239
- package/es/modules/companySetting/operationLog/index.js +22 -5
- package/es/modules/companySetting/operationLog/index.less +33 -33
- package/es/modules/companySetting/role/index.less +296 -296
- package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
- package/es/modules/companySetting/style/common.less +79 -79
- package/es/modules/companySetting/style/reset.less +117 -117
- package/es/modules/companySetting/user/index.js +36 -24
- package/es/modules/companySetting/user/invite.js +47 -100
- package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
- package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
- package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
- package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
- package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
- package/es/modules/companySetting/wechatBinding/index.less +58 -58
- package/es/modules/createDemand/constants.d.ts +15 -2
- package/es/modules/createDemand/constants.js +57 -4
- package/es/modules/createDemand/demo/selectPoint.js +1 -2
- package/es/modules/createDemand/index.d.ts +0 -1
- package/es/modules/createDemand/index.js +793 -179
- package/es/modules/createDemand/styles/index.less +403 -277
- package/es/modules/createDemand_bf/demo/index.js +0 -1
- package/es/modules/createDemand_bf/index.js +0 -1
- package/es/modules/createDemand_bf/styles/index.less +222 -222
- package/es/modules/createProcess/components/index.less +52 -52
- package/es/modules/createProcess/index.less +114 -114
- package/es/modules/createProcess/title/index.less +53 -53
- package/es/modules/dealDemand/demo/index.js +0 -1
- package/es/modules/dealDemand/demo/selectPoint.js +1 -1
- package/es/modules/dealDemand/index.js +0 -2
- package/es/modules/dealDemand/styles/index.less +265 -265
- package/es/modules/demandManage/index.js +174 -163
- package/es/modules/demandManage/styles/index.less +155 -210
- package/es/modules/getPassword/index.less +122 -122
- package/es/modules/messageList/index.d.ts +1 -1
- package/es/modules/messageList/index.js +6 -6
- package/es/modules/messageList/index.less +81 -81
- package/es/modules/personalSetting/demo/index.d.ts +3 -0
- package/es/modules/personalSetting/demo/index.js +12 -0
- package/es/modules/personalSetting/index.js +11 -1
- package/es/modules/personalSetting/info/index.js +23 -5
- package/es/modules/personalSetting/securityLog/index.less +11 -11
- package/es/modules/personalSetting/styles/unbinding.less +73 -73
- package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
- package/es/modules/pointMap/createMetaDrawer.d.ts +5 -0
- package/es/modules/pointMap/createMetaDrawer.js +825 -0
- package/es/modules/pointMap/editTxt/index.less +55 -55
- package/es/modules/pointMap/pageInfo.js +401 -179
- package/es/modules/pointMap/record.d.ts +7 -0
- package/es/modules/pointMap/record.js +521 -0
- package/es/modules/pointMap/styles/index.less +165 -38
- package/es/modules/pointMap/styles/pageInfo.less +439 -244
- package/es/modules/pointMap/styles/tree.css +28 -9
- package/es/modules/pointMap/styles/tree.less +33 -8
- package/es/modules/pointMap/tree.js +232 -88
- package/es/modules/pointMap/types.d.ts +88 -0
- package/es/modules/pointMap/types.js +1 -0
- package/es/modules/systemSetting/Dictionary.d.ts +5 -2
- package/es/modules/systemSetting/Dictionary.js +54 -370
- package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
- package/es/modules/systemSetting/approvalmanage/index.less +5 -5
- package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.d.ts +9 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +245 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.d.ts +4 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.js +207 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.d.ts +10 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.js +1 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.d.ts +10 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.js +124 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/css/index.less +32 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.d.ts +7 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +264 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.d.ts +9 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.js +1 -0
- package/es/modules/systemSetting/document-setting/index.js +7 -6
- package/es/modules/systemSetting/index.js +16 -16
- package/es/modules/systemSetting/notice/configItem/index.less +21 -21
- package/es/modules/systemSetting/notice/edit/index.less +26 -26
- package/es/types/personal.d.ts +1 -0
- package/package.json +3 -3
|
@@ -1,114 +1,114 @@
|
|
|
1
|
-
// @import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
.system-setting-approval-process-create-content-dataManage {
|
|
3
|
-
.data-manage {
|
|
4
|
-
height: calc(100vh - 144px);
|
|
5
|
-
overflow: hidden;
|
|
6
|
-
background: #fff;
|
|
7
|
-
> .ant-tabs > :nth-child(1) {
|
|
8
|
-
background: #fff;
|
|
9
|
-
}
|
|
10
|
-
> .ant-tabs > :nth-child(2) {
|
|
11
|
-
margin: 0 !important;
|
|
12
|
-
background: #fff;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
.system-setting-approval-process-create-content {
|
|
17
|
-
width: 100%;
|
|
18
|
-
height: 100%;
|
|
19
|
-
&-header {
|
|
20
|
-
display: flex;
|
|
21
|
-
flex-direction: row;
|
|
22
|
-
flex-shrink: 0;
|
|
23
|
-
align-items: center;
|
|
24
|
-
justify-content: space-between;
|
|
25
|
-
width: 100%;
|
|
26
|
-
height: 64px;
|
|
27
|
-
padding-right: 32px;
|
|
28
|
-
padding-left: 16px;
|
|
29
|
-
background: #fff;
|
|
30
|
-
border-bottom: 1px solid var(--io-n-05, #f2f3f4);
|
|
31
|
-
&-left {
|
|
32
|
-
display: flex;
|
|
33
|
-
flex-direction: row;
|
|
34
|
-
align-items: center;
|
|
35
|
-
}
|
|
36
|
-
&-back {
|
|
37
|
-
margin-right: 16px;
|
|
38
|
-
color: var(----3, #5f6085);
|
|
39
|
-
font-weight: 400;
|
|
40
|
-
font-size: 14px;
|
|
41
|
-
font-family: 'PingFang SC';
|
|
42
|
-
font-style: normal;
|
|
43
|
-
line-height: normal;
|
|
44
|
-
text-align: center;
|
|
45
|
-
cursor: pointer;
|
|
46
|
-
}
|
|
47
|
-
&-input {
|
|
48
|
-
display: inline-block;
|
|
49
|
-
margin-right: 8px;
|
|
50
|
-
color: var(--io-N-, #021429);
|
|
51
|
-
font-weight: 500;
|
|
52
|
-
font-size: 16px;
|
|
53
|
-
font-family: 'PingFang SC';
|
|
54
|
-
font-style: normal;
|
|
55
|
-
line-height: 24px; /* 150% */
|
|
56
|
-
background-color: transparent !important;
|
|
57
|
-
border: 0;
|
|
58
|
-
}
|
|
59
|
-
&-right {
|
|
60
|
-
display: flex;
|
|
61
|
-
gap: 16px;
|
|
62
|
-
align-items: flex-start;
|
|
63
|
-
padding: 0 0 0 32px;
|
|
64
|
-
border-left: 1px solid var(--io-N1-, #e6e7ea);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
&-info {
|
|
68
|
-
display: flex;
|
|
69
|
-
flex-direction: column;
|
|
70
|
-
height: calc(100% - 96px);
|
|
71
|
-
margin: 16px;
|
|
72
|
-
padding: 24px;
|
|
73
|
-
background: #fff;
|
|
74
|
-
border-radius: 8px;
|
|
75
|
-
&-red {
|
|
76
|
-
margin-bottom: 12px;
|
|
77
|
-
color: var(--io-Error-E-, #fb5547);
|
|
78
|
-
font-weight: 400;
|
|
79
|
-
font-size: 14px;
|
|
80
|
-
font-family: 'PingFang SC';
|
|
81
|
-
font-style: normal;
|
|
82
|
-
line-height: normal;
|
|
83
|
-
}
|
|
84
|
-
&-txt {
|
|
85
|
-
margin-left: 4px;
|
|
86
|
-
color: var(----3, #5f6085);
|
|
87
|
-
font-weight: 400;
|
|
88
|
-
font-size: 14px;
|
|
89
|
-
font-family: 'PingFang SC';
|
|
90
|
-
font-style: normal;
|
|
91
|
-
line-height: 22px; /* 157.143% */
|
|
92
|
-
text-align: right;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
&-canvas {
|
|
96
|
-
position: 'relative';
|
|
97
|
-
flex: 1;
|
|
98
|
-
overflow: hidden;
|
|
99
|
-
background: var(--io-n-02, #fafafb);
|
|
100
|
-
border: 1px solid var(---gray-6, #ecedf0);
|
|
101
|
-
border-radius: 8px;
|
|
102
|
-
&-pop {
|
|
103
|
-
position: absolute;
|
|
104
|
-
top: 0;
|
|
105
|
-
right: 0;
|
|
106
|
-
bottom: 0;
|
|
107
|
-
width: 320px;
|
|
108
|
-
background: #fff;
|
|
109
|
-
border-left: 1px solid var(--io-N1-, #e6e7ea);
|
|
110
|
-
/* 投影/一级下拉菜单 */
|
|
111
|
-
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
1
|
+
// @import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
.system-setting-approval-process-create-content-dataManage {
|
|
3
|
+
.data-manage {
|
|
4
|
+
height: calc(100vh - 144px);
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
background: #fff;
|
|
7
|
+
> .ant-tabs > :nth-child(1) {
|
|
8
|
+
background: #fff;
|
|
9
|
+
}
|
|
10
|
+
> .ant-tabs > :nth-child(2) {
|
|
11
|
+
margin: 0 !important;
|
|
12
|
+
background: #fff;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
.system-setting-approval-process-create-content {
|
|
17
|
+
width: 100%;
|
|
18
|
+
height: 100%;
|
|
19
|
+
&-header {
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: row;
|
|
22
|
+
flex-shrink: 0;
|
|
23
|
+
align-items: center;
|
|
24
|
+
justify-content: space-between;
|
|
25
|
+
width: 100%;
|
|
26
|
+
height: 64px;
|
|
27
|
+
padding-right: 32px;
|
|
28
|
+
padding-left: 16px;
|
|
29
|
+
background: #fff;
|
|
30
|
+
border-bottom: 1px solid var(--io-n-05, #f2f3f4);
|
|
31
|
+
&-left {
|
|
32
|
+
display: flex;
|
|
33
|
+
flex-direction: row;
|
|
34
|
+
align-items: center;
|
|
35
|
+
}
|
|
36
|
+
&-back {
|
|
37
|
+
margin-right: 16px;
|
|
38
|
+
color: var(----3, #5f6085);
|
|
39
|
+
font-weight: 400;
|
|
40
|
+
font-size: 14px;
|
|
41
|
+
font-family: 'PingFang SC';
|
|
42
|
+
font-style: normal;
|
|
43
|
+
line-height: normal;
|
|
44
|
+
text-align: center;
|
|
45
|
+
cursor: pointer;
|
|
46
|
+
}
|
|
47
|
+
&-input {
|
|
48
|
+
display: inline-block;
|
|
49
|
+
margin-right: 8px;
|
|
50
|
+
color: var(--io-N-, #021429);
|
|
51
|
+
font-weight: 500;
|
|
52
|
+
font-size: 16px;
|
|
53
|
+
font-family: 'PingFang SC';
|
|
54
|
+
font-style: normal;
|
|
55
|
+
line-height: 24px; /* 150% */
|
|
56
|
+
background-color: transparent !important;
|
|
57
|
+
border: 0;
|
|
58
|
+
}
|
|
59
|
+
&-right {
|
|
60
|
+
display: flex;
|
|
61
|
+
gap: 16px;
|
|
62
|
+
align-items: flex-start;
|
|
63
|
+
padding: 0 0 0 32px;
|
|
64
|
+
border-left: 1px solid var(--io-N1-, #e6e7ea);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
&-info {
|
|
68
|
+
display: flex;
|
|
69
|
+
flex-direction: column;
|
|
70
|
+
height: calc(100% - 96px);
|
|
71
|
+
margin: 16px;
|
|
72
|
+
padding: 24px;
|
|
73
|
+
background: #fff;
|
|
74
|
+
border-radius: 8px;
|
|
75
|
+
&-red {
|
|
76
|
+
margin-bottom: 12px;
|
|
77
|
+
color: var(--io-Error-E-, #fb5547);
|
|
78
|
+
font-weight: 400;
|
|
79
|
+
font-size: 14px;
|
|
80
|
+
font-family: 'PingFang SC';
|
|
81
|
+
font-style: normal;
|
|
82
|
+
line-height: normal;
|
|
83
|
+
}
|
|
84
|
+
&-txt {
|
|
85
|
+
margin-left: 4px;
|
|
86
|
+
color: var(----3, #5f6085);
|
|
87
|
+
font-weight: 400;
|
|
88
|
+
font-size: 14px;
|
|
89
|
+
font-family: 'PingFang SC';
|
|
90
|
+
font-style: normal;
|
|
91
|
+
line-height: 22px; /* 157.143% */
|
|
92
|
+
text-align: right;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
&-canvas {
|
|
96
|
+
position: 'relative';
|
|
97
|
+
flex: 1;
|
|
98
|
+
overflow: hidden;
|
|
99
|
+
background: var(--io-n-02, #fafafb);
|
|
100
|
+
border: 1px solid var(---gray-6, #ecedf0);
|
|
101
|
+
border-radius: 8px;
|
|
102
|
+
&-pop {
|
|
103
|
+
position: absolute;
|
|
104
|
+
top: 0;
|
|
105
|
+
right: 0;
|
|
106
|
+
bottom: 0;
|
|
107
|
+
width: 320px;
|
|
108
|
+
background: #fff;
|
|
109
|
+
border-left: 1px solid var(--io-N1-, #e6e7ea);
|
|
110
|
+
/* 投影/一级下拉菜单 */
|
|
111
|
+
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
.system-setting-approval-process-edit-text {
|
|
3
|
-
display: flex;
|
|
4
|
-
align-items: center;
|
|
5
|
-
&-input {
|
|
6
|
-
position: relative;
|
|
7
|
-
width: 350px;
|
|
8
|
-
height: 100%;
|
|
9
|
-
.ant-input {
|
|
10
|
-
background-color: #fff !important;
|
|
11
|
-
border-color: #fff;
|
|
12
|
-
&:not(.ant-input-status-error):hover {
|
|
13
|
-
border-color: @primary-color!important;
|
|
14
|
-
}
|
|
15
|
-
&:not(.ant-input-status-error):focus {
|
|
16
|
-
border-color: @primary-color!important;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
&-num {
|
|
20
|
-
position: absolute;
|
|
21
|
-
right: 12px;
|
|
22
|
-
bottom: 6px;
|
|
23
|
-
color: var(--io-N4-, #9aa1a9);
|
|
24
|
-
font-weight: 400;
|
|
25
|
-
font-size: 14px;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
&-error-tip {
|
|
29
|
-
position: absolute;
|
|
30
|
-
top: 100%;
|
|
31
|
-
left: 0;
|
|
32
|
-
color: @error-color;
|
|
33
|
-
line-height: 1.2;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&-content {
|
|
37
|
-
display: inline-block;
|
|
38
|
-
max-width: 330px;
|
|
39
|
-
height: @height-sm;
|
|
40
|
-
color: @text-color;
|
|
41
|
-
font-weight: bold;
|
|
42
|
-
font-size: 16px;
|
|
43
|
-
line-height: @height-sm;
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
.__default-overflow();
|
|
46
|
-
}
|
|
47
|
-
&-icon {
|
|
48
|
-
margin-left: @margin-xs;
|
|
49
|
-
color: #9aa1a9;
|
|
50
|
-
font-size: 16px !important;
|
|
51
|
-
cursor: pointer;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
.system-setting-approval-process-edit-text {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
&-input {
|
|
6
|
+
position: relative;
|
|
7
|
+
width: 350px;
|
|
8
|
+
height: 100%;
|
|
9
|
+
.ant-input {
|
|
10
|
+
background-color: #fff !important;
|
|
11
|
+
border-color: #fff;
|
|
12
|
+
&:not(.ant-input-status-error):hover {
|
|
13
|
+
border-color: @primary-color!important;
|
|
14
|
+
}
|
|
15
|
+
&:not(.ant-input-status-error):focus {
|
|
16
|
+
border-color: @primary-color!important;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
&-num {
|
|
20
|
+
position: absolute;
|
|
21
|
+
right: 12px;
|
|
22
|
+
bottom: 6px;
|
|
23
|
+
color: var(--io-N4-, #9aa1a9);
|
|
24
|
+
font-weight: 400;
|
|
25
|
+
font-size: 14px;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
&-error-tip {
|
|
29
|
+
position: absolute;
|
|
30
|
+
top: 100%;
|
|
31
|
+
left: 0;
|
|
32
|
+
color: @error-color;
|
|
33
|
+
line-height: 1.2;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&-content {
|
|
37
|
+
display: inline-block;
|
|
38
|
+
max-width: 330px;
|
|
39
|
+
height: @height-sm;
|
|
40
|
+
color: @text-color;
|
|
41
|
+
font-weight: bold;
|
|
42
|
+
font-size: 16px;
|
|
43
|
+
line-height: @height-sm;
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
.__default-overflow();
|
|
46
|
+
}
|
|
47
|
+
&-icon {
|
|
48
|
+
margin-left: @margin-xs;
|
|
49
|
+
color: #9aa1a9;
|
|
50
|
+
font-size: 16px !important;
|
|
51
|
+
cursor: pointer;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -63,7 +63,7 @@ export default (function (props) {
|
|
|
63
63
|
className: "".concat(classPrefix, "-header-back")
|
|
64
64
|
}, /*#__PURE__*/React.createElement(IconFont, {
|
|
65
65
|
type: "fanhuiicon"
|
|
66
|
-
}), "\u8FD4\u56DE"), "\u57CB\u70B9\u5730\u56FE"), /*#__PURE__*/React.createElement("div", {
|
|
66
|
+
}), "\u8FD4\u56DE"), "\u81EA\u5B9A\u4E49\u57CB\u70B9\u5730\u56FE"), /*#__PURE__*/React.createElement("div", {
|
|
67
67
|
className: "".concat(classPrefix, "-header-right")
|
|
68
68
|
}, /*#__PURE__*/React.createElement(Button, {
|
|
69
69
|
onClick: function onClick() {
|
|
@@ -209,7 +209,6 @@ var CreateDemand = function CreateDemand(props) {
|
|
|
209
209
|
});
|
|
210
210
|
};
|
|
211
211
|
var gotoPage = function gotoPage(type, data) {
|
|
212
|
-
console.log('data', data);
|
|
213
212
|
switch (type) {
|
|
214
213
|
case 'event':
|
|
215
214
|
window.open('/webapp/app/' + (currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId) + '/plat/0/analytics/dataCollectManage?key=' + data, '_blank');
|
|
@@ -389,7 +388,6 @@ var CreateDemand = function CreateDemand(props) {
|
|
|
389
388
|
}],
|
|
390
389
|
onClick: function onClick(_ref) {
|
|
391
390
|
var key = _ref.key;
|
|
392
|
-
console.log('key', key);
|
|
393
391
|
switch (key) {
|
|
394
392
|
case '0':
|
|
395
393
|
submitDemand(3);
|