ydb-components-material 0.1.124 → 0.1.126
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/build/docs/404.html +3 -3
- package/build/docs/_demos/:uuid +3 -3
- package/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/{umi.35f02979.css → umi.57dda8ea.css} +1 -1
- package/build/docs/{umi.91144d3b.js → umi.af7442ae.js} +1 -1
- package/build/docs/~demos/:uuid.html +3 -3
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- package/build/lowcode/3.js +2 -2
- package/build/lowcode/4.js +1 -1
- package/build/lowcode/5.js +1 -1
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +9 -9
- package/build/lowcode/render/default/1.js +2 -2
- package/build/lowcode/render/default/2.js +1 -1
- package/build/lowcode/render/default/3.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +10 -10
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +11 -11
- package/dist/1.js +2 -2
- package/dist/2.js +1 -1
- package/dist/3.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +15 -15
- package/dist/BizComps.js.map +1 -1
- package/es/components/file-list/item.js +3 -1
- package/es/components/guide-pc/comment.js +4 -4
- package/es/components/guide-pc/comment.scss +3 -3
- package/es/components/guide-pc/components/accept.js +3 -3
- package/es/components/guide-pc/components/accept.scss +3 -3
- package/es/components/guide-pc/components/basicInfo.js +31 -31
- package/es/components/guide-pc/components/basicInfo.scss +5 -5
- package/es/components/guide-pc/components/eventInfo.d.ts +7 -0
- package/es/components/guide-pc/components/eventInfo.js +45 -0
- package/es/components/guide-pc/components/eventInfo.scss +36 -0
- package/es/components/guide-pc/components/guideTabs.js +2 -2
- package/es/components/guide-pc/components/guideTabs.scss +3 -2
- package/es/components/guide-pc/components/guideTitle.js +4 -4
- package/es/components/guide-pc/components/guideTitle.scss +3 -3
- package/es/components/guide-pc/components/materialsList.js +46 -49
- package/es/components/guide-pc/components/materialsList.scss +22 -22
- package/es/components/guide-pc/components/places.js +21 -21
- package/es/components/guide-pc/components/places.scss +19 -19
- package/es/components/guide-pc/components/processImg.js +19 -19
- package/es/components/guide-pc/components/processImg.scss +16 -16
- package/es/components/guide-pc/components/result.js +36 -36
- package/es/components/guide-pc/components/result.scss +15 -15
- package/es/components/guide-pc/components/situation.d.ts +4 -0
- package/es/components/guide-pc/components/situation.js +35 -31
- package/es/components/guide-pc/components/situation.scss +9 -9
- package/es/components/guide-pc/imgs/icon1.png +0 -0
- package/es/components/guide-pc/imgs/icon2.png +0 -0
- package/es/components/guide-pc/index.d.ts +1 -3
- package/es/components/guide-pc/index.js +41 -88
- package/es/components/guide-pc/index.scss +43 -103
- package/lib/components/file-list/item.js +3 -1
- package/lib/components/guide-pc/comment.js +4 -4
- package/lib/components/guide-pc/comment.scss +3 -3
- package/lib/components/guide-pc/components/accept.js +3 -3
- package/lib/components/guide-pc/components/accept.scss +3 -3
- package/lib/components/guide-pc/components/basicInfo.js +31 -31
- package/lib/components/guide-pc/components/basicInfo.scss +5 -5
- package/lib/components/guide-pc/components/eventInfo.d.ts +7 -0
- package/lib/components/guide-pc/components/eventInfo.js +51 -0
- package/lib/components/guide-pc/components/eventInfo.scss +36 -0
- package/lib/components/guide-pc/components/guideTabs.js +2 -2
- package/lib/components/guide-pc/components/guideTabs.scss +3 -2
- package/lib/components/guide-pc/components/guideTitle.js +4 -4
- package/lib/components/guide-pc/components/guideTitle.scss +3 -3
- package/lib/components/guide-pc/components/materialsList.js +46 -49
- package/lib/components/guide-pc/components/materialsList.scss +22 -22
- package/lib/components/guide-pc/components/places.js +21 -21
- package/lib/components/guide-pc/components/places.scss +19 -19
- package/lib/components/guide-pc/components/processImg.js +19 -19
- package/lib/components/guide-pc/components/processImg.scss +16 -16
- package/lib/components/guide-pc/components/result.js +36 -36
- package/lib/components/guide-pc/components/result.scss +15 -15
- package/lib/components/guide-pc/components/situation.d.ts +4 -0
- package/lib/components/guide-pc/components/situation.js +35 -31
- package/lib/components/guide-pc/components/situation.scss +9 -9
- package/lib/components/guide-pc/imgs/icon1.png +0 -0
- package/lib/components/guide-pc/imgs/icon2.png +0 -0
- package/lib/components/guide-pc/index.d.ts +1 -3
- package/lib/components/guide-pc/index.js +41 -88
- package/lib/components/guide-pc/index.scss +43 -103
- package/lowcode/guide-pc/meta.ts +1 -32
- package/lowcode_es/guide-pc/meta.js +0 -30
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/guide-pc/meta.js +0 -30
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
- package/es/components/guide-pc/comment.vue +0 -117
- package/es/components/guide-pc/components/accept.vue +0 -50
- package/es/components/guide-pc/components/basicInfo.vue +0 -81
- package/es/components/guide-pc/components/guideTabs.vue +0 -48
- package/es/components/guide-pc/components/guideTitle.vue +0 -43
- package/es/components/guide-pc/components/materialsList.vue +0 -403
- package/es/components/guide-pc/components/places.vue +0 -198
- package/es/components/guide-pc/components/processImg.vue +0 -300
- package/es/components/guide-pc/components/result.vue +0 -191
- package/es/components/guide-pc/components/situation.vue +0 -430
- package/es/components/guide-pc/guide.vue +0 -179
- package/es/components/guide-pc/imgs/error.png +0 -0
- package/es/components/guide-pc/imgs/judge.png +0 -0
- package/es/components/guide-pc/imgs/pass.png +0 -0
- package/lib/components/guide-pc/comment.vue +0 -117
- package/lib/components/guide-pc/components/accept.vue +0 -50
- package/lib/components/guide-pc/components/basicInfo.vue +0 -81
- package/lib/components/guide-pc/components/guideTabs.vue +0 -48
- package/lib/components/guide-pc/components/guideTitle.vue +0 -43
- package/lib/components/guide-pc/components/materialsList.vue +0 -403
- package/lib/components/guide-pc/components/places.vue +0 -198
- package/lib/components/guide-pc/components/processImg.vue +0 -300
- package/lib/components/guide-pc/components/result.vue +0 -191
- package/lib/components/guide-pc/components/situation.vue +0 -430
- package/lib/components/guide-pc/guide.vue +0 -179
- package/lib/components/guide-pc/imgs/error.png +0 -0
- package/lib/components/guide-pc/imgs/judge.png +0 -0
- package/lib/components/guide-pc/imgs/pass.png +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
.guidePc-wrapper {
|
|
2
|
-
min-height: 100vh;
|
|
1
|
+
.pc-guidePc-wrapper {
|
|
3
2
|
background: #ffffff;
|
|
4
|
-
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
5
|
|
|
6
|
-
.guide-empty {
|
|
6
|
+
.pc-guide-empty {
|
|
7
7
|
text-align: center;
|
|
8
8
|
padding: 100px 0;
|
|
9
9
|
font-size: 16px;
|
|
@@ -11,130 +11,70 @@
|
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.guidePc-main {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
.pc-guidePc-main {
|
|
15
|
+
flex: 1;
|
|
16
|
+
overflow-y: auto;
|
|
17
|
+
overflow-x: hidden;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
/* ============ Sticky Top Tabs ============ */
|
|
21
|
-
.stity {
|
|
21
|
+
.pc-stity {
|
|
22
22
|
position: sticky;
|
|
23
23
|
top: 0;
|
|
24
24
|
z-index: 9;
|
|
25
25
|
background: #ffffff;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.gap {
|
|
28
|
+
.pc-gap {
|
|
29
29
|
height: 24px;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
/* ============ Content Area ============ */
|
|
33
|
-
.guidePc-content {
|
|
34
|
-
.content-section {
|
|
33
|
+
.pc-guidePc-content {
|
|
34
|
+
.pc-content-section {
|
|
35
35
|
margin-top: 24px;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
/* ============ Bottom Action Bar ============ */
|
|
40
|
-
.guidePc-bottom {
|
|
40
|
+
.pc-guidePc-bottom {
|
|
41
|
+
flex-shrink: 0;
|
|
41
42
|
border-top: 1px solid #e8e8e8;
|
|
42
43
|
background: #ffffff;
|
|
43
|
-
padding: 16px
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
margin: 0 auto;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.agreement-row {
|
|
51
|
-
display: flex;
|
|
52
|
-
align-items: center;
|
|
53
|
-
gap: 8px;
|
|
54
|
-
margin-bottom: 16px;
|
|
55
|
-
padding: 0 16px;
|
|
56
|
-
|
|
57
|
-
.agreement-checkbox {
|
|
58
|
-
display: flex;
|
|
59
|
-
align-items: center;
|
|
60
|
-
gap: 6px;
|
|
61
|
-
cursor: pointer;
|
|
62
|
-
font-size: 14px;
|
|
63
|
-
color: #333;
|
|
64
|
-
|
|
65
|
-
input[type="checkbox"] {
|
|
66
|
-
width: 16px;
|
|
67
|
-
height: 16px;
|
|
68
|
-
cursor: pointer;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
44
|
+
padding: 16px 24px;
|
|
45
|
+
display: flex;
|
|
46
|
+
justify-content: flex-end;
|
|
47
|
+
gap: 12px;
|
|
71
48
|
|
|
72
|
-
.agreement-item {
|
|
73
|
-
color: #1678FF;
|
|
74
|
-
cursor: pointer;
|
|
75
|
-
font-size: 14px;
|
|
76
|
-
margin-left: 4px;
|
|
77
49
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
50
|
+
.pc-next-btn {
|
|
51
|
+
width: 96px;
|
|
52
|
+
height: 40px;
|
|
53
|
+
border-radius: 4px;
|
|
54
|
+
opacity: 1;
|
|
55
|
+
text-align: center;
|
|
56
|
+
font-size: 14px;
|
|
57
|
+
line-height: 40px;
|
|
58
|
+
background: #1678FF;
|
|
59
|
+
color: #ffffff;
|
|
82
60
|
}
|
|
83
61
|
|
|
84
|
-
.action-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
display: flex;
|
|
96
|
-
align-items: center;
|
|
97
|
-
gap: 6px;
|
|
98
|
-
cursor: pointer;
|
|
99
|
-
color: #666666;
|
|
100
|
-
font-size: 14px;
|
|
101
|
-
padding: 6px 12px;
|
|
102
|
-
border-radius: 6px;
|
|
103
|
-
transition: all 0.2s;
|
|
104
|
-
|
|
105
|
-
&:hover {
|
|
106
|
-
background: #f0f5ff;
|
|
107
|
-
color: #1678FF;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.btn-icon {
|
|
111
|
-
width: 18px;
|
|
112
|
-
height: 18px;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.right-actions {
|
|
118
|
-
display: flex;
|
|
119
|
-
gap: 12px;
|
|
120
|
-
|
|
121
|
-
.prev-btn {
|
|
122
|
-
border-color: #d9d9d9;
|
|
123
|
-
color: #333;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.next-btn {
|
|
127
|
-
background: linear-gradient(90deg, #1678FF, #76ADFA);
|
|
128
|
-
border: none;
|
|
129
|
-
color: #ffffff;
|
|
130
|
-
font-weight: 500;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
62
|
+
.pc-action-btn {
|
|
63
|
+
width: 88px;
|
|
64
|
+
height: 40px;
|
|
65
|
+
border-radius: 4px;
|
|
66
|
+
opacity: 1;
|
|
67
|
+
text-align: center;
|
|
68
|
+
font-size: 14px;
|
|
69
|
+
line-height: 40px;
|
|
70
|
+
background: #F7F8FA;
|
|
71
|
+
color: #222222;
|
|
72
|
+
font-size: 14px;
|
|
133
73
|
}
|
|
134
74
|
}
|
|
135
75
|
|
|
136
76
|
/* ============ Scroll-to-top Button ============ */
|
|
137
|
-
.go-up-btn {
|
|
77
|
+
.pc-go-up-btn {
|
|
138
78
|
position: fixed;
|
|
139
79
|
bottom: 120px;
|
|
140
80
|
right: 40px;
|
|
@@ -160,7 +100,7 @@
|
|
|
160
100
|
}
|
|
161
101
|
|
|
162
102
|
/* ============ Agreement Modals ============ */
|
|
163
|
-
.agree-detail {
|
|
103
|
+
.pc-agree-detail {
|
|
164
104
|
max-height: 70vh;
|
|
165
105
|
overflow-y: auto;
|
|
166
106
|
padding: 16px;
|
|
@@ -168,12 +108,12 @@
|
|
|
168
108
|
line-height: 1.6;
|
|
169
109
|
}
|
|
170
110
|
|
|
171
|
-
.agree {
|
|
111
|
+
.pc-agree {
|
|
172
112
|
font-size: 14px;
|
|
173
113
|
line-height: 1.6;
|
|
174
114
|
color: #333;
|
|
175
115
|
|
|
176
|
-
.agreement-sub-item {
|
|
116
|
+
.pc-agreement-sub-item {
|
|
177
117
|
color: #1678FF;
|
|
178
118
|
cursor: pointer;
|
|
179
119
|
margin-left: 4px;
|
|
@@ -469,6 +469,7 @@ var FileItem = function FileItem(_ref) {
|
|
|
469
469
|
break;
|
|
470
470
|
}
|
|
471
471
|
_message["default"].error('该单位下暂无印章,请前往"山西政务服务网"或"三晋通"小程序申领印章');
|
|
472
|
+
closeLoading();
|
|
472
473
|
return _context3.abrupt("return");
|
|
473
474
|
case 4:
|
|
474
475
|
setIsShowSealPage(true);
|
|
@@ -780,7 +781,7 @@ var FileItem = function FileItem(_ref) {
|
|
|
780
781
|
return extractImageUrls(res.url);
|
|
781
782
|
case 5:
|
|
782
783
|
list = _context7.sent;
|
|
783
|
-
console.log('list---', list);
|
|
784
|
+
console.log('list---111111', list);
|
|
784
785
|
return _context7.abrupt("return", list[0]);
|
|
785
786
|
case 6:
|
|
786
787
|
case "end":
|
|
@@ -794,6 +795,7 @@ var FileItem = function FileItem(_ref) {
|
|
|
794
795
|
}();
|
|
795
796
|
(0, _react.useEffect)(function () {
|
|
796
797
|
if (fileId) {
|
|
798
|
+
console.log('fileId---', fileId);
|
|
797
799
|
getViewUrl(fileId).then(function (url) {
|
|
798
800
|
setThumbnail(url);
|
|
799
801
|
});
|
|
@@ -66,12 +66,12 @@ var Comment = function Comment(_ref) {
|
|
|
66
66
|
window.history.back();
|
|
67
67
|
};
|
|
68
68
|
return /*#__PURE__*/React.createElement("div", {
|
|
69
|
-
className: "comment-content"
|
|
69
|
+
className: "pc-comment-content"
|
|
70
70
|
}, pageLoading && /*#__PURE__*/React.createElement(_loading["default"], {
|
|
71
71
|
visible: pageLoading,
|
|
72
72
|
tip: "\u52A0\u8F7D\u4E2D..."
|
|
73
73
|
}), webViewShow && /*#__PURE__*/React.createElement("div", {
|
|
74
|
-
className: "webView-content"
|
|
74
|
+
className: "pc-webView-content"
|
|
75
75
|
}, /*#__PURE__*/React.createElement("iframe", {
|
|
76
76
|
id: "commentIframe",
|
|
77
77
|
src: commentSrc,
|
|
@@ -80,11 +80,11 @@ var Comment = function Comment(_ref) {
|
|
|
80
80
|
width: "100%",
|
|
81
81
|
title: "\u8BC4\u4EF7"
|
|
82
82
|
}), /*#__PURE__*/React.createElement("div", {
|
|
83
|
-
className: "btn-con"
|
|
83
|
+
className: "pc-btn-con"
|
|
84
84
|
}, /*#__PURE__*/React.createElement(_button["default"], {
|
|
85
85
|
onClick: closeComment
|
|
86
86
|
}, "\u5173\u95ED\u8BC4\u4EF7"))), !pageLoading && !webViewShow && /*#__PURE__*/React.createElement("div", {
|
|
87
|
-
className: "webView-content",
|
|
87
|
+
className: "pc-webView-content",
|
|
88
88
|
style: {
|
|
89
89
|
display: 'flex',
|
|
90
90
|
justifyContent: 'center',
|
|
@@ -20,16 +20,16 @@ var Accept = function Accept(_ref) {
|
|
|
20
20
|
}
|
|
21
21
|
}, [eventInfoProp]);
|
|
22
22
|
return /*#__PURE__*/React.createElement("div", {
|
|
23
|
-
className: "accept-content"
|
|
23
|
+
className: "pc-accept-content"
|
|
24
24
|
}, /*#__PURE__*/React.createElement(_guideTitle["default"], {
|
|
25
25
|
title: "\u53D7\u7406\u6761\u4EF6"
|
|
26
26
|
}), acceptCondition ? /*#__PURE__*/React.createElement("div", {
|
|
27
|
-
className: "card-content",
|
|
27
|
+
className: "pc-card-content",
|
|
28
28
|
dangerouslySetInnerHTML: {
|
|
29
29
|
__html: acceptCondition
|
|
30
30
|
}
|
|
31
31
|
}) : /*#__PURE__*/React.createElement("div", {
|
|
32
|
-
className: "empty-text"
|
|
32
|
+
className: "pc-empty-text"
|
|
33
33
|
}, "\u6682\u65E0\u53D7\u7406\u6761\u4EF6"));
|
|
34
34
|
};
|
|
35
35
|
Accept.displayName = 'Accept';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.accept-content {
|
|
2
|
-
.card-content {
|
|
1
|
+
.pc-accept-content {
|
|
2
|
+
.pc-card-content {
|
|
3
3
|
line-height: 25px;
|
|
4
4
|
font-size: 14px;
|
|
5
5
|
color: #222222;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
border-radius: 8px;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.empty-text {
|
|
12
|
+
.pc-empty-text {
|
|
13
13
|
text-align: center;
|
|
14
14
|
padding: 40px;
|
|
15
15
|
color: #999;
|
|
@@ -26,69 +26,69 @@ var BasicInfo = function BasicInfo(_ref) {
|
|
|
26
26
|
setItemBasic(eventInfo.itemBasic || {});
|
|
27
27
|
}, [eventInfoProp]);
|
|
28
28
|
return /*#__PURE__*/React.createElement("div", {
|
|
29
|
-
className: "basicInfo-content"
|
|
29
|
+
className: "pc-basicInfo-content"
|
|
30
30
|
}, /*#__PURE__*/React.createElement(_guideTitle["default"], {
|
|
31
31
|
title: "\u57FA\u672C\u4FE1\u606F"
|
|
32
32
|
}), /*#__PURE__*/React.createElement("div", {
|
|
33
|
-
className: "inner"
|
|
33
|
+
className: "pc-inner"
|
|
34
34
|
}, /*#__PURE__*/React.createElement("table", {
|
|
35
|
-
className: "info-table"
|
|
35
|
+
className: "pc-info-table"
|
|
36
36
|
}, /*#__PURE__*/React.createElement("tbody", null, /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("td", {
|
|
37
|
-
className: "label"
|
|
37
|
+
className: "pc-label"
|
|
38
38
|
}, "\u4E8B\u9879\u7F16\u7801"), /*#__PURE__*/React.createElement("td", {
|
|
39
|
-
className: "value"
|
|
39
|
+
className: "pc-value"
|
|
40
40
|
}, taskGeneralBasic.leadingCatalogCode || '-'), /*#__PURE__*/React.createElement("td", {
|
|
41
|
-
className: "label"
|
|
41
|
+
className: "pc-label"
|
|
42
42
|
}, "\u5B9E\u65BD\u7F16\u7801/\u4E1A\u52A1\u529E\u7406\u9879\u7F16\u7801"), /*#__PURE__*/React.createElement("td", {
|
|
43
|
-
className: "value"
|
|
43
|
+
className: "pc-value"
|
|
44
44
|
}, itemBasic.taskHandleItem || '-')), /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("td", {
|
|
45
|
-
className: "label"
|
|
45
|
+
className: "pc-label"
|
|
46
46
|
}, "\u662F\u5426\u627F\u8BFA"), /*#__PURE__*/React.createElement("td", {
|
|
47
|
-
className: "value"
|
|
47
|
+
className: "pc-value"
|
|
48
48
|
}, taskGeneralBasic.projectTypeText || '-'), /*#__PURE__*/React.createElement("td", {
|
|
49
|
-
className: "label"
|
|
49
|
+
className: "pc-label"
|
|
50
50
|
}, "\u662F\u5426\u6536\u8D39"), /*#__PURE__*/React.createElement("td", {
|
|
51
|
-
className: "value"
|
|
51
|
+
className: "pc-value"
|
|
52
52
|
}, taskGeneralExtend.isFeeText ? taskGeneralExtend.isFeeText === '是' ? '收费' : '不收费' : '不收费')), /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("td", {
|
|
53
|
-
className: "label"
|
|
53
|
+
className: "pc-label"
|
|
54
54
|
}, "\u627F\u8BFA\u529E\u7ED3\u65F6\u9650"), /*#__PURE__*/React.createElement("td", {
|
|
55
|
-
className: "value"
|
|
55
|
+
className: "pc-value"
|
|
56
56
|
}, taskGeneralExtend.promiseDay || '-', "\u5DE5\u4F5C\u65E5"), /*#__PURE__*/React.createElement("td", {
|
|
57
|
-
className: "label"
|
|
57
|
+
className: "pc-label"
|
|
58
58
|
}, "\u6CD5\u5B9A\u529E\u7ED3\u65F6\u9650"), /*#__PURE__*/React.createElement("td", {
|
|
59
|
-
className: "value"
|
|
59
|
+
className: "pc-value"
|
|
60
60
|
}, taskGeneralExtend.anticipateDay || '-', "\u5DE5\u4F5C\u65E5")), /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("td", {
|
|
61
|
-
className: "label"
|
|
61
|
+
className: "pc-label"
|
|
62
62
|
}, "\u5230\u73B0\u573A\u6B21\u6570"), /*#__PURE__*/React.createElement("td", {
|
|
63
|
-
className: "value"
|
|
63
|
+
className: "pc-value"
|
|
64
64
|
}, taskGeneralExtend.workSceneNumber || '-', "\u6B21"), /*#__PURE__*/React.createElement("td", {
|
|
65
|
-
className: "label"
|
|
65
|
+
className: "pc-label"
|
|
66
66
|
}, "\u5B9E\u65BD\u4E3B\u4F53"), /*#__PURE__*/React.createElement("td", {
|
|
67
|
-
className: "value"
|
|
67
|
+
className: "pc-value"
|
|
68
68
|
}, itemBasic.deptName || '-')), /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("td", {
|
|
69
|
-
className: "label"
|
|
69
|
+
className: "pc-label"
|
|
70
70
|
}, "\u670D\u52A1\u5BF9\u8C61"), /*#__PURE__*/React.createElement("td", {
|
|
71
|
-
className: "value"
|
|
71
|
+
className: "pc-value"
|
|
72
72
|
}, taskGeneralExtend.serviceObjectTypeText || '-'), /*#__PURE__*/React.createElement("td", {
|
|
73
|
-
className: "label"
|
|
73
|
+
className: "pc-label"
|
|
74
74
|
}, "\u529E\u4E8B\u5730\u5740"), /*#__PURE__*/React.createElement("td", {
|
|
75
|
-
className: "value"
|
|
75
|
+
className: "pc-value"
|
|
76
76
|
}, taskGeneralExtend.transactAddr || '-')), /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("td", {
|
|
77
|
-
className: "label"
|
|
77
|
+
className: "pc-label"
|
|
78
78
|
}, "\u529E\u7406\u65F6\u95F4"), /*#__PURE__*/React.createElement("td", {
|
|
79
|
-
className: "value"
|
|
79
|
+
className: "pc-value"
|
|
80
80
|
}, taskGeneralExtend.transactTime || '-'), /*#__PURE__*/React.createElement("td", {
|
|
81
|
-
className: "label"
|
|
81
|
+
className: "pc-label"
|
|
82
82
|
}, "\u54A8\u8BE2\u5730\u5740"), /*#__PURE__*/React.createElement("td", {
|
|
83
|
-
className: "value"
|
|
83
|
+
className: "pc-value"
|
|
84
84
|
}, taskGeneralExtend.seekWebsite || '-')), /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("td", {
|
|
85
|
-
className: "label"
|
|
85
|
+
className: "pc-label"
|
|
86
86
|
}, "\u54A8\u8BE2\u7535\u8BDD"), /*#__PURE__*/React.createElement("td", {
|
|
87
|
-
className: "value"
|
|
87
|
+
className: "pc-value"
|
|
88
88
|
}, taskGeneralExtend.seekPhone || '-'), /*#__PURE__*/React.createElement("td", {
|
|
89
|
-
className: "label"
|
|
89
|
+
className: "pc-label"
|
|
90
90
|
}), /*#__PURE__*/React.createElement("td", {
|
|
91
|
-
className: "value"
|
|
91
|
+
className: "pc-value"
|
|
92
92
|
}))))));
|
|
93
93
|
};
|
|
94
94
|
BasicInfo.displayName = 'BasicInfo';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
.basicInfo-content {
|
|
2
|
-
.inner {
|
|
1
|
+
.pc-basicInfo-content {
|
|
2
|
+
.pc-inner {
|
|
3
3
|
margin-top: 20px;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.info-table {
|
|
6
|
+
.pc-info-table {
|
|
7
7
|
width: 100%;
|
|
8
8
|
border-collapse: collapse;
|
|
9
9
|
border: 1px solid #e8e8e8;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
border: 1px solid #e8e8e8;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.label {
|
|
18
|
+
.pc-label {
|
|
19
19
|
background: #f7f8fa;
|
|
20
20
|
font-weight: 500;
|
|
21
21
|
color: #666666;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
white-space: nowrap;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.value {
|
|
26
|
+
.pc-value {
|
|
27
27
|
color: #222222;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
exports.__esModule = true;
|
|
5
|
+
exports["default"] = void 0;
|
|
6
|
+
var React = _interopRequireWildcard(require("react"));
|
|
7
|
+
require("./eventInfo.scss");
|
|
8
|
+
var _icon = _interopRequireDefault(require("../imgs/icon1.png"));
|
|
9
|
+
var _icon2 = _interopRequireDefault(require("../imgs/icon2.png"));
|
|
10
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
11
|
+
var EventInfo = function EventInfo(_ref) {
|
|
12
|
+
var eventInfoProp = _ref.eventInfo;
|
|
13
|
+
var _React$useState = React.useState({}),
|
|
14
|
+
taskGeneralBasic = _React$useState[0],
|
|
15
|
+
setTaskGeneralBasic = _React$useState[1];
|
|
16
|
+
var _React$useState2 = React.useState({}),
|
|
17
|
+
taskGeneralExtend = _React$useState2[0],
|
|
18
|
+
setTaskGeneralExtend = _React$useState2[1];
|
|
19
|
+
React.useEffect(function () {
|
|
20
|
+
initData();
|
|
21
|
+
}, []);
|
|
22
|
+
var initData = function initData() {
|
|
23
|
+
var eventInfo = eventInfoProp;
|
|
24
|
+
if (!eventInfo) return;
|
|
25
|
+
var basic = eventInfo.taskGeneralBasic || {};
|
|
26
|
+
var extend = eventInfo.taskGeneralExtend || {};
|
|
27
|
+
setTaskGeneralBasic(basic);
|
|
28
|
+
setTaskGeneralExtend(extend);
|
|
29
|
+
};
|
|
30
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
31
|
+
className: "pc-eventInfo-content"
|
|
32
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
33
|
+
className: "title"
|
|
34
|
+
}, taskGeneralBasic.taskHandleItemName), /*#__PURE__*/React.createElement("div", {
|
|
35
|
+
className: "info-con"
|
|
36
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
37
|
+
className: "info-item"
|
|
38
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
39
|
+
className: "icon",
|
|
40
|
+
src: _icon["default"],
|
|
41
|
+
alt: ""
|
|
42
|
+
}), "\u5B9E\u65BD\u4E3B\u4F53\uFF1A", eventInfoProp.itemBasic.deptName), /*#__PURE__*/React.createElement("div", {
|
|
43
|
+
className: "info-item"
|
|
44
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
45
|
+
className: "icon",
|
|
46
|
+
src: _icon2["default"],
|
|
47
|
+
alt: ""
|
|
48
|
+
}), "\u627F\u8BFA\u529E\u7ED3\u65F6\u9650\uFF1A", taskGeneralExtend.promiseDay)));
|
|
49
|
+
};
|
|
50
|
+
EventInfo.displayName = 'EventInfo';
|
|
51
|
+
var _default = exports["default"] = EventInfo;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
.pc-eventInfo-content {
|
|
2
|
+
padding: 20px 24px;
|
|
3
|
+
margin-bottom: 16px;
|
|
4
|
+
border-radius: 8px;
|
|
5
|
+
opacity: 1;
|
|
6
|
+
|
|
7
|
+
background: #EEF5FF;
|
|
8
|
+
|
|
9
|
+
.title {
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
line-height: 21px;
|
|
12
|
+
font-weight: 500;
|
|
13
|
+
color: #333333;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.info-con {
|
|
17
|
+
display: flex;
|
|
18
|
+
color: #666666;
|
|
19
|
+
font-size: 14px;
|
|
20
|
+
margin-top: 12px;
|
|
21
|
+
gap: 40px;
|
|
22
|
+
|
|
23
|
+
.info-item {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.icon {
|
|
29
|
+
width: 16px;
|
|
30
|
+
height: 16px;
|
|
31
|
+
margin-right: 8px;
|
|
32
|
+
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
}
|
|
@@ -22,10 +22,10 @@ var GuideTabs = function GuideTabs(_ref) {
|
|
|
22
22
|
var curTab = _ref.curTab,
|
|
23
23
|
onTabsChange = _ref.onTabsChange;
|
|
24
24
|
return /*#__PURE__*/React.createElement("div", {
|
|
25
|
-
className: "guideTabs-con"
|
|
25
|
+
className: "pc-guideTabs-con"
|
|
26
26
|
}, tabList.map(function (item, index) {
|
|
27
27
|
return /*#__PURE__*/React.createElement("div", {
|
|
28
|
-
className: "tab-item " + (curTab === index ? 'active' : ''),
|
|
28
|
+
className: "pc-tab-item " + (curTab === index ? 'active' : ''),
|
|
29
29
|
key: index,
|
|
30
30
|
onClick: function onClick() {
|
|
31
31
|
return onTabsChange(index);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
.guideTabs-con {
|
|
1
|
+
.pc-guideTabs-con {
|
|
2
2
|
display: flex;
|
|
3
3
|
border-bottom: 1px solid #e8e8e8;
|
|
4
4
|
|
|
5
|
-
.tab-item {
|
|
5
|
+
.pc-tab-item {
|
|
6
6
|
flex: 1;
|
|
7
7
|
padding: 14px 0;
|
|
8
8
|
text-align: center;
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
&.active {
|
|
20
20
|
color: #1678FF;
|
|
21
21
|
font-weight: 500;
|
|
22
|
+
background: #e2efff;
|
|
22
23
|
|
|
23
24
|
&::after {
|
|
24
25
|
content: '';
|
|
@@ -11,15 +11,15 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
11
11
|
var GuideTitle = function GuideTitle(_ref) {
|
|
12
12
|
var title = _ref.title;
|
|
13
13
|
return /*#__PURE__*/React.createElement("div", {
|
|
14
|
-
className: "guideTitle-con"
|
|
14
|
+
className: "pc-guideTitle-con"
|
|
15
15
|
}, /*#__PURE__*/React.createElement("img", {
|
|
16
|
-
className: "titleImg",
|
|
16
|
+
className: "pc-titleImg",
|
|
17
17
|
src: _titleL["default"],
|
|
18
18
|
alt: ""
|
|
19
19
|
}), /*#__PURE__*/React.createElement("div", {
|
|
20
|
-
className: "titleText"
|
|
20
|
+
className: "pc-titleText"
|
|
21
21
|
}, title), /*#__PURE__*/React.createElement("img", {
|
|
22
|
-
className: "titleImg",
|
|
22
|
+
className: "pc-titleImg",
|
|
23
23
|
src: _titleR["default"],
|
|
24
24
|
alt: ""
|
|
25
25
|
}));
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
.guideTitle-con {
|
|
1
|
+
.pc-guideTitle-con {
|
|
2
2
|
display: flex;
|
|
3
3
|
justify-content: center;
|
|
4
4
|
align-items: center;
|
|
5
5
|
|
|
6
|
-
.titleText {
|
|
6
|
+
.pc-titleText {
|
|
7
7
|
font-size: 24px;
|
|
8
8
|
font-weight: 500;
|
|
9
9
|
margin: 0 10px;
|
|
10
10
|
}
|
|
11
|
-
.titleImg {
|
|
11
|
+
.pc-titleImg {
|
|
12
12
|
width: 20px;
|
|
13
13
|
height: 21px;
|
|
14
14
|
}
|