@das-fed/ui 7.1.0-seres.20 → 7.1.0-seres.21
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/package.json +5 -5
- package/packages/business-components/process-log/index.js +180 -183
- package/packages/business-components/process-log/index.js.gz +0 -0
- package/packages/business-components/process-log/style.css +1 -1
- package/packages/business-components/process-log/style.css.gz +0 -0
- package/packages/components/menu-aside/index.js +1 -1
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/search-form/index.js +6 -6
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "7.1.0-seres.
|
|
3
|
+
"version": "7.1.0-seres.21",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@antv/x6-plugin-snapline": "^2.1.7",
|
|
27
27
|
"@antv/x6-plugin-transform": "^2.1.8",
|
|
28
28
|
"@antv/x6-vue-shape": "^2.1.2",
|
|
29
|
-
"@das-fed/cli": "7.1.0-seres.
|
|
29
|
+
"@das-fed/cli": "7.1.0-seres.21",
|
|
30
30
|
"@element-plus/icons-vue": "^2.3.1",
|
|
31
31
|
"@types/lodash": "^4.14.194",
|
|
32
32
|
"@types/lodash-es": "^4.17.9",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"vue-tsc": "^2.0.29"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@das-fed/ui": "7.1.0-seres.
|
|
60
|
-
"@das-fed/utils": "7.1.0-seres.
|
|
61
|
-
"@das-fed/web": "7.1.0-seres.
|
|
59
|
+
"@das-fed/ui": "7.1.0-seres.21",
|
|
60
|
+
"@das-fed/utils": "7.1.0-seres.21",
|
|
61
|
+
"@das-fed/web": "7.1.0-seres.21",
|
|
62
62
|
"@types/markdown-it": "^14.1.2",
|
|
63
63
|
"@wangeditor-next/editor": "5.6.31",
|
|
64
64
|
"@wangeditor-next/editor-for-vue": "5.1.14",
|
|
@@ -2,24 +2,24 @@ import '@das-fed/ui/packages/business-components/process-log/style.css';
|
|
|
2
2
|
import { withInstall as lo } from "@das-fed/utils/with-install/index";
|
|
3
3
|
import { t as m, setI18nRule as ko } from "@das-fed/web/packages/i18n/index";
|
|
4
4
|
import { setThemeRule as Io } from "@das-fed/web/packages/theme/index";
|
|
5
|
-
import { defineComponent as S, createElementBlock as l, openBlock as s, createVNode as B, unref as t, withCtx as Y, createElementVNode as p, createCommentVNode as
|
|
5
|
+
import { defineComponent as S, createElementBlock as l, openBlock as s, createVNode as B, unref as t, withCtx as Y, createElementVNode as p, createCommentVNode as v, ref as b, onMounted as ro, watch as eo, normalizeClass as E, Fragment as P, renderList as O, createBlock as w, normalizeStyle as y, toDisplayString as g, useCssVars as uo, computed as D, createTextVNode as Z, isRef as wo, nextTick as no, useAttrs as bo, mergeProps as Bo } from "vue";
|
|
6
6
|
import { TimelineItem as Eo } from "ant-design-vue";
|
|
7
7
|
import { DasIconPhone as io } from "@das-fed/ui/packages/icons/phone/index";
|
|
8
|
-
import { DasTooltip as
|
|
8
|
+
import { DasTooltip as W } from "@das-fed/ui/packages/components/tooltip/index";
|
|
9
9
|
import { getConfig as co } from "@das-fed/utils/config";
|
|
10
|
-
import { DasIconUnflod as
|
|
11
|
-
import { DasIconFold as
|
|
10
|
+
import { DasIconUnflod as x } from "@das-fed/ui/packages/icons/unflod/index";
|
|
11
|
+
import { DasIconFold as _ } from "@das-fed/ui/packages/icons/fold/index";
|
|
12
12
|
import { DasPreview as Lo } from "@das-fed/ui/packages/components/preview/index";
|
|
13
13
|
import { DasIconLink as No } from "@das-fed/ui/packages/icons/link/index";
|
|
14
|
-
import { isEmpty as
|
|
14
|
+
import { isEmpty as T } from "@das-fed/utils/common-tools";
|
|
15
15
|
import { DasIconRateAll as So } from "@das-fed/ui/packages/icons/rate-all/index";
|
|
16
16
|
import { DasIconRateNone as zo } from "@das-fed/ui/packages/icons/rate-none/index";
|
|
17
|
-
import { DasImageViewer as
|
|
18
|
-
import { DasButton as
|
|
17
|
+
import { DasImageViewer as vo } from "@das-fed/ui/packages/components/image-viewer/index";
|
|
18
|
+
import { DasButton as fo } from "@das-fed/ui/packages/components/button/index";
|
|
19
19
|
import po from "dayjs";
|
|
20
20
|
import { DasDialog as Ro } from "@das-fed/ui/packages/components/dialog/index";
|
|
21
|
-
import { DasTabs as
|
|
22
|
-
import { DasEmpty as
|
|
21
|
+
import { DasTabs as Vo } from "@das-fed/ui/packages/components/tabs/index";
|
|
22
|
+
import { DasEmpty as To } from "@das-fed/ui/packages/components/empty/index";
|
|
23
23
|
import { createService as Po } from "@das-fed/utils/create-api-service";
|
|
24
24
|
import { DasTimeLine as Oo } from "@das-fed/ui/packages/components/time-line/index";
|
|
25
25
|
const Yo = {
|
|
@@ -70,7 +70,7 @@ const Yo = {
|
|
|
70
70
|
},
|
|
71
71
|
setup(k) {
|
|
72
72
|
return (a, n) => (s(), l("div", Mo, [
|
|
73
|
-
B(t(
|
|
73
|
+
B(t(W), {
|
|
74
74
|
placement: "top",
|
|
75
75
|
content: a.userPhone,
|
|
76
76
|
disabled: !a.userPhone
|
|
@@ -79,7 +79,7 @@ const Yo = {
|
|
|
79
79
|
p("div", null, [
|
|
80
80
|
a.userPhone ? (s(), l("div", Uo, [
|
|
81
81
|
B(t(io), { size: "mini" })
|
|
82
|
-
])) :
|
|
82
|
+
])) : v("v-if", !0),
|
|
83
83
|
p("img", {
|
|
84
84
|
class: "circle-image",
|
|
85
85
|
src: a.isAuto ? t(Ho) : a.time ? a.headIcon ? t(ao)(a.headIcon) : t(so) : t(Qo)
|
|
@@ -124,7 +124,7 @@ const Yo = {
|
|
|
124
124
|
p(
|
|
125
125
|
"div",
|
|
126
126
|
{
|
|
127
|
-
class:
|
|
127
|
+
class: E(["head-cover-box", !n.value || !a.value ? "" : "isExpend"]),
|
|
128
128
|
ref_key: "myDiv",
|
|
129
129
|
ref: o
|
|
130
130
|
},
|
|
@@ -136,7 +136,7 @@ const Yo = {
|
|
|
136
136
|
var N, i;
|
|
137
137
|
return s(), l("div", qo, [
|
|
138
138
|
p("div", Jo, [
|
|
139
|
-
B(t(
|
|
139
|
+
B(t(W), {
|
|
140
140
|
placement: "top",
|
|
141
141
|
content: u == null ? void 0 : u.userPhone,
|
|
142
142
|
disabled: !(u != null && u.userPhone)
|
|
@@ -145,7 +145,7 @@ const Yo = {
|
|
|
145
145
|
p("div", null, [
|
|
146
146
|
u != null && u.userPhone ? (s(), l("div", Xo, [
|
|
147
147
|
B(t(io), { size: "mini" })
|
|
148
|
-
])) :
|
|
148
|
+
])) : v("v-if", !0),
|
|
149
149
|
p("img", {
|
|
150
150
|
class: "personal-image",
|
|
151
151
|
src: u != null && u.headIcon ? t(ao)(u == null ? void 0 : u.headIcon) : t(so),
|
|
@@ -167,8 +167,8 @@ const Yo = {
|
|
|
167
167
|
g(u == null ? void 0 : u.userName),
|
|
168
168
|
5
|
|
169
169
|
/* TEXT, STYLE */
|
|
170
|
-
)) :
|
|
171
|
-
u != null && u.userName && ((i = u == null ? void 0 : u.userName) == null ? void 0 : i.length) > 4 ? (s(), w(t(
|
|
170
|
+
)) : v("v-if", !0),
|
|
171
|
+
u != null && u.userName && ((i = u == null ? void 0 : u.userName) == null ? void 0 : i.length) > 4 ? (s(), w(t(W), {
|
|
172
172
|
key: 1,
|
|
173
173
|
placement: "top",
|
|
174
174
|
content: u == null ? void 0 : u.userName
|
|
@@ -187,7 +187,7 @@ const Yo = {
|
|
|
187
187
|
]),
|
|
188
188
|
_: 2
|
|
189
189
|
/* DYNAMIC */
|
|
190
|
-
}, 1032, ["content"])) :
|
|
190
|
+
}, 1032, ["content"])) : v("v-if", !0)
|
|
191
191
|
]);
|
|
192
192
|
}),
|
|
193
193
|
256
|
|
@@ -205,25 +205,25 @@ const Yo = {
|
|
|
205
205
|
p(
|
|
206
206
|
"div",
|
|
207
207
|
{
|
|
208
|
-
class:
|
|
208
|
+
class: E(["text-collaspe", r.fontColor ? "op65" : ""]),
|
|
209
209
|
style: y({ color: r.fontColor })
|
|
210
210
|
},
|
|
211
211
|
g(a.value ? t(m)("展开") : t(m)("收起")),
|
|
212
212
|
7
|
|
213
213
|
/* TEXT, CLASS, STYLE */
|
|
214
214
|
),
|
|
215
|
-
a.value ? (s(), w(t(
|
|
215
|
+
a.value ? (s(), w(t(_), {
|
|
216
216
|
key: 1,
|
|
217
217
|
size: "mini",
|
|
218
218
|
style: y({ opacity: r.fontColor ? 0.65 : "" }),
|
|
219
219
|
iconColor: r.fontColor ? r.fontColor : "#999"
|
|
220
|
-
}, null, 8, ["style", "iconColor"])) : (s(), w(t(
|
|
220
|
+
}, null, 8, ["style", "iconColor"])) : (s(), w(t(x), {
|
|
221
221
|
key: 0,
|
|
222
222
|
size: "mini",
|
|
223
223
|
style: y({ opacity: r.fontColor ? 0.65 : "" }),
|
|
224
224
|
iconColor: r.fontColor ? r.fontColor : "#999"
|
|
225
225
|
}, null, 8, ["style", "iconColor"]))
|
|
226
|
-
])) :
|
|
226
|
+
])) : v("v-if", !0)
|
|
227
227
|
]));
|
|
228
228
|
}
|
|
229
229
|
}), xo = /* @__PURE__ */ z(Wo, [["__scopeId", "data-v-66acc098"]]), _o = { class: "file-content" }, $o = { class: "file-box" }, oe = ["onMouseenter", "onMouseleave"], ee = { class: "file-item-content" }, se = ["fontColor"], ae = {
|
|
@@ -240,7 +240,7 @@ const Yo = {
|
|
|
240
240
|
uo((i) => ({
|
|
241
241
|
"5953d9b0": i.fontColor
|
|
242
242
|
}));
|
|
243
|
-
const a = k, n = b(!1), o =
|
|
243
|
+
const a = k, n = b(!1), o = D(() => {
|
|
244
244
|
var i;
|
|
245
245
|
return ((i = a.fileList) == null ? void 0 : i.length) > 1;
|
|
246
246
|
}), A = (i) => {
|
|
@@ -250,23 +250,23 @@ const Yo = {
|
|
|
250
250
|
}, I = (i) => i == null ? void 0 : i.substring(i == null ? void 0 : i.lastIndexOf(".")), r = (i) => i == null ? void 0 : i.substring(0, i == null ? void 0 : i.lastIndexOf(".")), e = (i) => {
|
|
251
251
|
}, u = () => {
|
|
252
252
|
var i;
|
|
253
|
-
return n != null && n.value ? a == null ? void 0 : a.fileList : (i = a == null ? void 0 : a.fileList) == null ? void 0 : i.filter((
|
|
253
|
+
return n != null && n.value ? a == null ? void 0 : a.fileList : (i = a == null ? void 0 : a.fileList) == null ? void 0 : i.filter((V, C) => C < 1);
|
|
254
254
|
}, R = () => {
|
|
255
255
|
n.value = !n.value;
|
|
256
256
|
}, N = (i) => {
|
|
257
|
-
const
|
|
258
|
-
C.href = `${co().baseURL}/oss/${i.url}`, C.download =
|
|
257
|
+
const V = i.name, C = document.createElement("a");
|
|
258
|
+
C.href = `${co().baseURL}/oss/${i.url}`, C.download = V, C.click(), document.body.removeChild(C);
|
|
259
259
|
};
|
|
260
|
-
return (i,
|
|
260
|
+
return (i, V) => (s(), l("div", _o, [
|
|
261
261
|
p("div", $o, [
|
|
262
262
|
(s(!0), l(
|
|
263
263
|
P,
|
|
264
264
|
null,
|
|
265
|
-
O(u(), (C,
|
|
265
|
+
O(u(), (C, H) => (s(), l("div", {
|
|
266
266
|
class: "file-item",
|
|
267
|
-
onMouseenter: (
|
|
268
|
-
onMouseleave: (
|
|
269
|
-
key:
|
|
267
|
+
onMouseenter: (Q) => A(C),
|
|
268
|
+
onMouseleave: (Q) => h(C),
|
|
269
|
+
key: H
|
|
270
270
|
}, [
|
|
271
271
|
p("div", ee, [
|
|
272
272
|
p("div", {
|
|
@@ -277,13 +277,13 @@ const Yo = {
|
|
|
277
277
|
size: "mini",
|
|
278
278
|
iconColor: "#666666"
|
|
279
279
|
}),
|
|
280
|
-
C != null && C.name ? (s(), w(t(
|
|
280
|
+
C != null && C.name ? (s(), w(t(W), {
|
|
281
281
|
key: 0,
|
|
282
282
|
class: "file-text",
|
|
283
283
|
placement: "top",
|
|
284
284
|
onShow: e,
|
|
285
285
|
text: r(C == null ? void 0 : C.name)
|
|
286
|
-
}, null, 8, ["text"])) :
|
|
286
|
+
}, null, 8, ["text"])) : v("v-if", !0),
|
|
287
287
|
C != null && C.name ? (s(), l(
|
|
288
288
|
"span",
|
|
289
289
|
{
|
|
@@ -294,12 +294,12 @@ const Yo = {
|
|
|
294
294
|
g(I(C == null ? void 0 : C.name)),
|
|
295
295
|
5
|
|
296
296
|
/* TEXT, STYLE */
|
|
297
|
-
)) :
|
|
298
|
-
t(
|
|
297
|
+
)) : v("v-if", !0),
|
|
298
|
+
t(T)(C == null ? void 0 : C.sizeText) ? v("v-if", !0) : (s(), l(
|
|
299
299
|
"span",
|
|
300
300
|
{
|
|
301
301
|
key: 2,
|
|
302
|
-
class:
|
|
302
|
+
class: E(["file-size", [i.fontColor ? "op65" : ""]]),
|
|
303
303
|
style: y({ color: i.fontColor })
|
|
304
304
|
},
|
|
305
305
|
"(" + g(C == null ? void 0 : C.sizeText) + ")",
|
|
@@ -311,12 +311,12 @@ const Yo = {
|
|
|
311
311
|
B(t(Lo), {
|
|
312
312
|
"file-url": C == null ? void 0 : C.url
|
|
313
313
|
}, null, 8, ["file-url"])
|
|
314
|
-
])) :
|
|
314
|
+
])) : v("v-if", !0),
|
|
315
315
|
C.isView ? (s(), l("div", {
|
|
316
316
|
key: 1,
|
|
317
317
|
class: "down-file",
|
|
318
|
-
onClick: (
|
|
319
|
-
}, g(t(m)("下载")), 9, te)) :
|
|
318
|
+
onClick: (Q) => N(C)
|
|
319
|
+
}, g(t(m)("下载")), 9, te)) : v("v-if", !0)
|
|
320
320
|
])
|
|
321
321
|
], 40, oe))),
|
|
322
322
|
128
|
|
@@ -331,25 +331,25 @@ const Yo = {
|
|
|
331
331
|
p(
|
|
332
332
|
"div",
|
|
333
333
|
{
|
|
334
|
-
class:
|
|
334
|
+
class: E(["text-collaspe", i.fontColor ? "op65" : ""]),
|
|
335
335
|
style: y({ color: i.fontColor })
|
|
336
336
|
},
|
|
337
337
|
g(n.value ? t(m)("收起") : t(m)("展开")),
|
|
338
338
|
7
|
|
339
339
|
/* TEXT, CLASS, STYLE */
|
|
340
340
|
),
|
|
341
|
-
n.value ? (s(), w(t(
|
|
341
|
+
n.value ? (s(), w(t(x), {
|
|
342
342
|
key: 0,
|
|
343
343
|
size: "mini",
|
|
344
344
|
style: y({ opacity: i.fontColor ? 0.65 : "" }),
|
|
345
345
|
iconColor: i.fontColor ? i.fontColor : "#999"
|
|
346
|
-
}, null, 8, ["style", "iconColor"])) : (s(), w(t(
|
|
346
|
+
}, null, 8, ["style", "iconColor"])) : (s(), w(t(_), {
|
|
347
347
|
key: 1,
|
|
348
348
|
size: "mini",
|
|
349
349
|
style: y({ opacity: i.fontColor ? 0.65 : "" }),
|
|
350
350
|
iconColor: i.fontColor ? i.fontColor : "#999"
|
|
351
351
|
}, null, 8, ["style", "iconColor"]))
|
|
352
|
-
])) :
|
|
352
|
+
])) : v("v-if", !0)
|
|
353
353
|
]));
|
|
354
354
|
}
|
|
355
355
|
}), le = /* @__PURE__ */ z(ne, [["__scopeId", "data-v-b68b2060"]]), re = { class: "rate-box" }, ue = { class: "rata-star" }, ie = { class: "customStart" }, ce = { class: "customStart" }, de = /* @__PURE__ */ S({
|
|
@@ -384,7 +384,7 @@ const Yo = {
|
|
|
384
384
|
p(
|
|
385
385
|
"div",
|
|
386
386
|
{
|
|
387
|
-
class:
|
|
387
|
+
class: E(["startText", n.fontColor ? "op65" : ""]),
|
|
388
388
|
style: y({ color: n.fontColor })
|
|
389
389
|
},
|
|
390
390
|
g(n.rateTxt ? n.rateTxt : a(n.userRate) == 1 ? t(m)("非常差") : a(n.userRate) == 2 ? t(m)("差") : a(n.userRate) == 3 ? t(m)("一般") : a(n.userRate) == 4 ? t(m)("满意") : a(n.userRate) == 5 ? t(m)("超赞") : ""),
|
|
@@ -394,7 +394,7 @@ const Yo = {
|
|
|
394
394
|
])
|
|
395
395
|
]));
|
|
396
396
|
}
|
|
397
|
-
}),
|
|
397
|
+
}), ve = /* @__PURE__ */ z(de, [["__scopeId", "data-v-f8430eda"]]), fe = { class: "med-content" }, pe = { class: "img-box" }, Ce = /* @__PURE__ */ S({
|
|
398
398
|
__name: "viewInfo",
|
|
399
399
|
props: {
|
|
400
400
|
mediaList: { default: [] },
|
|
@@ -402,7 +402,7 @@ const Yo = {
|
|
|
402
402
|
},
|
|
403
403
|
setup(k) {
|
|
404
404
|
const a = b("info");
|
|
405
|
-
return (n, o) => (s(), l("div",
|
|
405
|
+
return (n, o) => (s(), l("div", fe, [
|
|
406
406
|
p("div", pe, [
|
|
407
407
|
(s(!0), l(
|
|
408
408
|
P,
|
|
@@ -410,10 +410,10 @@ const Yo = {
|
|
|
410
410
|
O(n.mediaList, (A, h) => (s(), l(
|
|
411
411
|
"div",
|
|
412
412
|
{
|
|
413
|
-
class:
|
|
413
|
+
class: E(n.isCustom ? "medium-show-custom-item" : "medium-show-box-item")
|
|
414
414
|
},
|
|
415
415
|
[
|
|
416
|
-
B(t(
|
|
416
|
+
B(t(vo), {
|
|
417
417
|
style: y({ width: n.isCustom ? "80px" : "100px", height: n.isCustom ? "80px" : "100px" }),
|
|
418
418
|
modelValue: A.remoteUrl,
|
|
419
419
|
"onUpdate:modelValue": (I) => A.remoteUrl = I,
|
|
@@ -445,27 +445,27 @@ const Yo = {
|
|
|
445
445
|
O(a.titleList, (o, A) => (s(), l(
|
|
446
446
|
"div",
|
|
447
447
|
{
|
|
448
|
-
class:
|
|
448
|
+
class: E(["title-item", a.fontColor ? "op65" : ""]),
|
|
449
449
|
style: y({ color: a.fontColor }),
|
|
450
450
|
key: A
|
|
451
451
|
},
|
|
452
452
|
[
|
|
453
453
|
p("div", he, [
|
|
454
454
|
o != null && o.title ? (s(), l("span", me, [
|
|
455
|
-
|
|
455
|
+
Z(
|
|
456
456
|
g(o == null ? void 0 : o.title),
|
|
457
457
|
1
|
|
458
458
|
/* TEXT */
|
|
459
459
|
),
|
|
460
|
-
o != null && o.title ? (s(), l("span", ye, ":")) :
|
|
461
|
-
])) :
|
|
460
|
+
o != null && o.title ? (s(), l("span", ye, ":")) : v("v-if", !0)
|
|
461
|
+
])) : v("v-if", !0),
|
|
462
462
|
o != null && o.value ? (s(), l(
|
|
463
463
|
"span",
|
|
464
464
|
ke,
|
|
465
465
|
g(o == null ? void 0 : o.value),
|
|
466
466
|
1
|
|
467
467
|
/* TEXT */
|
|
468
|
-
)) :
|
|
468
|
+
)) : v("v-if", !0)
|
|
469
469
|
])
|
|
470
470
|
],
|
|
471
471
|
6
|
|
@@ -485,7 +485,7 @@ const Yo = {
|
|
|
485
485
|
setup(k) {
|
|
486
486
|
const a = k, { signImg: n } = a, o = b("info");
|
|
487
487
|
return (A, h) => (s(), l("div", be, [
|
|
488
|
-
B(t(
|
|
488
|
+
B(t(vo), {
|
|
489
489
|
class: "medium-show-box-item",
|
|
490
490
|
style: y({ width: A.isCustom ? "80px" : "100px", height: A.isCustom ? "80px" : "100px" }),
|
|
491
491
|
modelValue: t(n),
|
|
@@ -525,7 +525,7 @@ const Yo = {
|
|
|
525
525
|
p(
|
|
526
526
|
"div",
|
|
527
527
|
{
|
|
528
|
-
class:
|
|
528
|
+
class: E(["remark-box", [n.value ? "" : "hide-two-line", r.fontColor ? "op65" : ""]]),
|
|
529
529
|
ref_key: "contentDiv",
|
|
530
530
|
ref: a,
|
|
531
531
|
style: y({ color: r.fontColor })
|
|
@@ -542,25 +542,25 @@ const Yo = {
|
|
|
542
542
|
p(
|
|
543
543
|
"div",
|
|
544
544
|
{
|
|
545
|
-
class:
|
|
545
|
+
class: E(["text-collaspe", r.fontColor ? "op65" : ""]),
|
|
546
546
|
style: y({ color: r.fontColor })
|
|
547
547
|
},
|
|
548
548
|
g(n.value ? t(m)("收起") : t(m)("展开")),
|
|
549
549
|
7
|
|
550
550
|
/* TEXT, CLASS, STYLE */
|
|
551
551
|
),
|
|
552
|
-
n.value ? (s(), w(t(
|
|
552
|
+
n.value ? (s(), w(t(x), {
|
|
553
553
|
key: 0,
|
|
554
554
|
size: "mini",
|
|
555
555
|
style: y({ opacity: r.fontColor ? 0.65 : "" }),
|
|
556
556
|
iconColor: r.fontColor ? r.fontColor : "#999"
|
|
557
|
-
}, null, 8, ["style", "iconColor"])) : (s(), w(t(
|
|
557
|
+
}, null, 8, ["style", "iconColor"])) : (s(), w(t(_), {
|
|
558
558
|
key: 1,
|
|
559
559
|
size: "mini",
|
|
560
560
|
style: y({ opacity: r.fontColor ? 0.65 : "" }),
|
|
561
561
|
iconColor: r.fontColor ? r.fontColor : "#999"
|
|
562
562
|
}, null, 8, ["style", "iconColor"]))
|
|
563
|
-
])) :
|
|
563
|
+
])) : v("v-if", !0)
|
|
564
564
|
]));
|
|
565
565
|
}
|
|
566
566
|
}), Ne = /* @__PURE__ */ z(Le, [["__scopeId", "data-v-b7415f47"]]), Se = { class: "text-collapse" }, ze = /* @__PURE__ */ S({
|
|
@@ -587,7 +587,7 @@ const Yo = {
|
|
|
587
587
|
p(
|
|
588
588
|
"div",
|
|
589
589
|
{
|
|
590
|
-
class:
|
|
590
|
+
class: E(["content-box", { "hide-two-line": !o.value }]),
|
|
591
591
|
ref_key: "contentDiv",
|
|
592
592
|
ref: n
|
|
593
593
|
},
|
|
@@ -607,19 +607,19 @@ const Yo = {
|
|
|
607
607
|
1
|
|
608
608
|
/* TEXT */
|
|
609
609
|
),
|
|
610
|
-
o.value ? (s(), w(t(
|
|
610
|
+
o.value ? (s(), w(t(x), {
|
|
611
611
|
key: 0,
|
|
612
612
|
size: "mini",
|
|
613
613
|
iconColor: "#999"
|
|
614
|
-
})) : (s(), w(t(
|
|
614
|
+
})) : (s(), w(t(_), {
|
|
615
615
|
key: 1,
|
|
616
616
|
size: "mini",
|
|
617
617
|
iconColor: "#999"
|
|
618
618
|
}))
|
|
619
|
-
])) :
|
|
619
|
+
])) : v("v-if", !0)
|
|
620
620
|
]));
|
|
621
621
|
}
|
|
622
|
-
}), Re = /* @__PURE__ */ z(ze, [["__scopeId", "data-v-16ba8fbb"]]),
|
|
622
|
+
}), Re = /* @__PURE__ */ z(ze, [["__scopeId", "data-v-16ba8fbb"]]), Ve = "v1", Te = Po(`/api/fms/admin/customer-service/${Ve}`), Pe = Te.get("/ticket/meeting-evaluation-detail"), Oe = { class: "evaluation-dialog__body" }, Ye = { class: "summary-section" }, De = { class: "summary-title" }, He = { class: "summary-content" }, Qe = { class: "summary-total" }, Me = { class: "summary-total__num" }, Ue = { class: "summary-total__label" }, Ge = { class: "summary-chart" }, Ke = { class: "summary-legend" }, je = { class: "summary-bar" }, Fe = { class: "summary-bar__track" }, qe = { class: "tabs-section" }, Je = {
|
|
623
623
|
key: 0,
|
|
624
624
|
class: "list-wrap"
|
|
625
625
|
}, Xe = ["src"], Ze = { class: "review-item__main" }, We = { class: "review-item__name" }, xe = {
|
|
@@ -642,34 +642,34 @@ const Yo = {
|
|
|
642
642
|
},
|
|
643
643
|
emits: ["update:modelValue", "change"],
|
|
644
644
|
setup(k, { expose: a, emit: n }) {
|
|
645
|
-
const o = k, A = n, h =
|
|
645
|
+
const o = k, A = n, h = D({
|
|
646
646
|
get: () => o.modelValue,
|
|
647
647
|
set: (c) => A("update:modelValue", c)
|
|
648
|
-
}), I =
|
|
648
|
+
}), I = D(() => o.title || m("查看会务评价")), r = {
|
|
649
649
|
SATISFIED: "good",
|
|
650
650
|
AVERAGE: "medium",
|
|
651
651
|
DISSATISFIED: "bad"
|
|
652
|
-
}, e = ["good", "medium", "bad"], u = b(!1), R = b(""), N = b("all"), i = b(0),
|
|
652
|
+
}, e = ["good", "medium", "bad"], u = b(!1), R = b(""), N = b("all"), i = b(0), V = b([]), C = b([]), H = (c, d = 0) => c && r[c] ? r[c] : e[d] || "medium", Q = (c) => {
|
|
653
653
|
const d = Number(c);
|
|
654
654
|
return Number.isNaN(d) ? 0 : Math.round(d);
|
|
655
|
-
},
|
|
656
|
-
const
|
|
657
|
-
return !
|
|
658
|
-
},
|
|
659
|
-
const c = [{ key: "all", tab: `${m("全部")}(${
|
|
660
|
-
return [...
|
|
655
|
+
}, j = (c) => {
|
|
656
|
+
const f = (M.value || []).reduce((U, G) => U + (Number(G.percentage) || 0), 0), L = Number(c) || 0;
|
|
657
|
+
return !f || !L ? 0 : L / f * 100;
|
|
658
|
+
}, M = D(() => (V.value || []).filter((c) => Number(c.percentage) > 0)), K = (c) => c == null ? "0" : c > 99 ? "99+" : String(c), F = D(() => {
|
|
659
|
+
const c = [{ key: "all", tab: `${m("全部")}(${K(i.value)})` }];
|
|
660
|
+
return [...V.value || []].sort((f, L) => (f.sort ?? 0) - (L.sort ?? 0)).forEach((f) => {
|
|
661
661
|
c.push({
|
|
662
|
-
key:
|
|
663
|
-
tab: `${
|
|
662
|
+
key: f.overallEvaluationId || "",
|
|
663
|
+
tab: `${f.overallEvaluationName || ""}(${K(f.count)})`
|
|
664
664
|
});
|
|
665
|
-
}), c.filter((
|
|
666
|
-
}),
|
|
665
|
+
}), c.filter((f) => f.key);
|
|
666
|
+
}), q = (c = 0) => {
|
|
667
667
|
if (c >= 1e4) {
|
|
668
668
|
const d = c / 1e4;
|
|
669
669
|
return `${d % 1 === 0 ? d.toFixed(0) : d.toFixed(1)} ${m("万")}`;
|
|
670
670
|
}
|
|
671
671
|
return String(c);
|
|
672
|
-
},
|
|
672
|
+
}, J = (c) => {
|
|
673
673
|
if (!c && c !== 0) return "";
|
|
674
674
|
const d = Number(c);
|
|
675
675
|
return !Number.isNaN(d) && String(c).length >= 10 ? po(d).format("YYYY/MM/DD HH:mm:ss") : String(c);
|
|
@@ -679,40 +679,37 @@ const Yo = {
|
|
|
679
679
|
headIcon: d == null ? void 0 : d.headIcon,
|
|
680
680
|
time: d == null ? void 0 : d.evaluatedTime,
|
|
681
681
|
rateTxt: d == null ? void 0 : d.overallEvaluationName,
|
|
682
|
-
tags: ((d == null ? void 0 : d.quickEvaluations) || []).map((
|
|
682
|
+
tags: ((d == null ? void 0 : d.quickEvaluations) || []).map((f) => f == null ? void 0 : f.name).filter(Boolean),
|
|
683
683
|
content: d == null ? void 0 : d.remark,
|
|
684
684
|
overallEvaluationId: d == null ? void 0 : d.overallEvaluationId
|
|
685
685
|
})), ho = (c) => {
|
|
686
|
-
var
|
|
687
|
-
const
|
|
688
|
-
const
|
|
689
|
-
return { ...
|
|
690
|
-
}).sort((
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
percentage: D ? Number(((Number(H.count) || 0) / D * 100).toFixed(1)) : 0
|
|
694
|
-
})), i.value = D || Number(c == null ? void 0 : c.totalCount) || 0, C.value = go(v);
|
|
695
|
-
}, oo = async (c) => {
|
|
686
|
+
var G;
|
|
687
|
+
const f = [...((G = c == null ? void 0 : c.records) == null ? void 0 : G.list) || []], L = Number(c == null ? void 0 : c.evaluatedCount) || 0, U = [...(c == null ? void 0 : c.summaryItems) || []].map((X) => {
|
|
688
|
+
const oo = Number(X.count) || 0;
|
|
689
|
+
return { ...X, count: oo };
|
|
690
|
+
}).sort((X, oo) => (X.sort ?? 0) - (oo.sort ?? 0));
|
|
691
|
+
V.value = [...U], i.value = L, C.value = go(f);
|
|
692
|
+
}, $ = async (c) => {
|
|
696
693
|
const d = (c == null ? void 0 : c.meetingId) || R.value;
|
|
697
694
|
if (!d) return;
|
|
698
695
|
R.value = d, u.value = !0;
|
|
699
|
-
const
|
|
696
|
+
const f = {
|
|
700
697
|
meetingId: d,
|
|
701
698
|
overallEvaluationId: N.value === "all" ? void 0 : N.value,
|
|
702
699
|
pageNum: 1,
|
|
703
700
|
pageSize: 1e4
|
|
704
|
-
}, [
|
|
705
|
-
u.value = !1, !
|
|
701
|
+
}, [L, U] = await Pe(f).run();
|
|
702
|
+
u.value = !1, !L && ho(U);
|
|
706
703
|
}, mo = async (c) => {
|
|
707
|
-
N.value = c, A("change", c), await
|
|
704
|
+
N.value = c, A("change", c), await $();
|
|
708
705
|
}, yo = async (c) => {
|
|
709
|
-
N.value = "all", i.value = 0,
|
|
706
|
+
N.value = "all", i.value = 0, V.value = [], C.value = [], h.value = !0, await $(c);
|
|
710
707
|
}, to = () => {
|
|
711
708
|
h.value = !1;
|
|
712
709
|
};
|
|
713
|
-
return a({ open: yo, close: to, initData:
|
|
710
|
+
return a({ open: yo, close: to, initData: $ }), (c, d) => (s(), w(t(Ro), {
|
|
714
711
|
modelValue: h.value,
|
|
715
|
-
"onUpdate:modelValue": d[1] || (d[1] = (
|
|
712
|
+
"onUpdate:modelValue": d[1] || (d[1] = (f) => h.value = f),
|
|
716
713
|
type: "basic",
|
|
717
714
|
title: I.value,
|
|
718
715
|
width: 1170,
|
|
@@ -723,12 +720,12 @@ const Yo = {
|
|
|
723
720
|
}, {
|
|
724
721
|
footer: Y(() => [
|
|
725
722
|
p("div", es, [
|
|
726
|
-
B(t(
|
|
723
|
+
B(t(fo), {
|
|
727
724
|
size: "middle",
|
|
728
725
|
onClick: to
|
|
729
726
|
}, {
|
|
730
727
|
default: Y(() => [
|
|
731
|
-
|
|
728
|
+
Z(
|
|
732
729
|
g(t(m)("关闭")),
|
|
733
730
|
1
|
|
734
731
|
/* TEXT */
|
|
@@ -741,7 +738,7 @@ const Yo = {
|
|
|
741
738
|
]),
|
|
742
739
|
default: Y(() => [
|
|
743
740
|
p("div", Oe, [
|
|
744
|
-
|
|
741
|
+
v(" 评价汇总 "),
|
|
745
742
|
p("div", Ye, [
|
|
746
743
|
p(
|
|
747
744
|
"div",
|
|
@@ -755,7 +752,7 @@ const Yo = {
|
|
|
755
752
|
p(
|
|
756
753
|
"div",
|
|
757
754
|
Me,
|
|
758
|
-
g(
|
|
755
|
+
g(q(i.value)),
|
|
759
756
|
1
|
|
760
757
|
/* TEXT */
|
|
761
758
|
),
|
|
@@ -772,29 +769,29 @@ const Yo = {
|
|
|
772
769
|
(s(!0), l(
|
|
773
770
|
P,
|
|
774
771
|
null,
|
|
775
|
-
O(
|
|
776
|
-
key:
|
|
772
|
+
O(V.value, (f) => (s(), l("div", {
|
|
773
|
+
key: f.overallEvaluationId,
|
|
777
774
|
class: "legend-item"
|
|
778
775
|
}, [
|
|
779
776
|
p(
|
|
780
777
|
"span",
|
|
781
778
|
{
|
|
782
|
-
class:
|
|
779
|
+
class: E(["legend-dot", `legend-dot--${H(f.overallEvaluationCode)}`])
|
|
783
780
|
},
|
|
784
781
|
null,
|
|
785
782
|
2
|
|
786
783
|
/* CLASS */
|
|
787
784
|
),
|
|
788
785
|
p("span", null, [
|
|
789
|
-
|
|
790
|
-
g(
|
|
786
|
+
Z(
|
|
787
|
+
g(f.overallEvaluationName),
|
|
791
788
|
1
|
|
792
789
|
/* TEXT */
|
|
793
790
|
),
|
|
794
791
|
p(
|
|
795
792
|
"i",
|
|
796
793
|
null,
|
|
797
|
-
g(
|
|
794
|
+
g(Q(f.percentage)) + "%",
|
|
798
795
|
1
|
|
799
796
|
/* TEXT */
|
|
800
797
|
)
|
|
@@ -809,19 +806,19 @@ const Yo = {
|
|
|
809
806
|
(s(!0), l(
|
|
810
807
|
P,
|
|
811
808
|
null,
|
|
812
|
-
O(
|
|
809
|
+
O(M.value, (f, L) => (s(), l(
|
|
813
810
|
"div",
|
|
814
811
|
{
|
|
815
|
-
key: `bar-${
|
|
816
|
-
class:
|
|
817
|
-
`summary-bar__seg--${
|
|
812
|
+
key: `bar-${f.overallEvaluationId}`,
|
|
813
|
+
class: E(["summary-bar__seg", [
|
|
814
|
+
`summary-bar__seg--${H(f.overallEvaluationCode, L)}`,
|
|
818
815
|
{
|
|
819
|
-
"is-first":
|
|
820
|
-
"is-last":
|
|
821
|
-
"is-only":
|
|
816
|
+
"is-first": L === 0,
|
|
817
|
+
"is-last": L === M.value.length - 1,
|
|
818
|
+
"is-only": M.value.length === 1
|
|
822
819
|
}
|
|
823
820
|
]]),
|
|
824
|
-
style: y({ width: `${
|
|
821
|
+
style: y({ width: `${j(f.percentage)}%` })
|
|
825
822
|
},
|
|
826
823
|
null,
|
|
827
824
|
6
|
|
@@ -835,82 +832,82 @@ const Yo = {
|
|
|
835
832
|
])
|
|
836
833
|
])
|
|
837
834
|
]),
|
|
838
|
-
|
|
835
|
+
v(" 筛选 tabs "),
|
|
839
836
|
p("div", qe, [
|
|
840
|
-
B(t(
|
|
841
|
-
options:
|
|
837
|
+
B(t(Vo), {
|
|
838
|
+
options: F.value,
|
|
842
839
|
activeKey: N.value,
|
|
843
|
-
"onUpdate:activeKey": d[0] || (d[0] = (
|
|
840
|
+
"onUpdate:activeKey": d[0] || (d[0] = (f) => N.value = f),
|
|
844
841
|
tabBarStyle: { "margin-bottom": "0" },
|
|
845
842
|
onChange: mo
|
|
846
843
|
}, null, 8, ["options", "activeKey"])
|
|
847
844
|
]),
|
|
848
|
-
|
|
845
|
+
v(" 评价列表 "),
|
|
849
846
|
p(
|
|
850
847
|
"div",
|
|
851
848
|
{
|
|
852
|
-
class:
|
|
849
|
+
class: E(["list-section", { "empty-cont": !C.value.length }])
|
|
853
850
|
},
|
|
854
851
|
[
|
|
855
852
|
C.value.length ? (s(), l("div", Je, [
|
|
856
853
|
(s(!0), l(
|
|
857
854
|
P,
|
|
858
855
|
null,
|
|
859
|
-
O(C.value, (
|
|
860
|
-
var
|
|
856
|
+
O(C.value, (f) => {
|
|
857
|
+
var L;
|
|
861
858
|
return s(), l("div", {
|
|
862
|
-
key:
|
|
859
|
+
key: f.id,
|
|
863
860
|
class: "review-item"
|
|
864
861
|
}, [
|
|
865
862
|
p("img", {
|
|
866
863
|
class: "review-item__avatar",
|
|
867
|
-
src: Ao(
|
|
864
|
+
src: Ao(f.headIcon),
|
|
868
865
|
alt: ""
|
|
869
866
|
}, null, 8, Xe),
|
|
870
867
|
p("div", Ze, [
|
|
871
868
|
p(
|
|
872
869
|
"div",
|
|
873
870
|
We,
|
|
874
|
-
g(
|
|
871
|
+
g(f.userName || t(m)("匿名用户")),
|
|
875
872
|
1
|
|
876
873
|
/* TEXT */
|
|
877
874
|
),
|
|
878
|
-
|
|
875
|
+
f.time ? (s(), l(
|
|
879
876
|
"div",
|
|
880
877
|
xe,
|
|
881
|
-
g(
|
|
878
|
+
g(J(f.time)),
|
|
882
879
|
1
|
|
883
880
|
/* TEXT */
|
|
884
|
-
)) :
|
|
885
|
-
|
|
881
|
+
)) : v("v-if", !0),
|
|
882
|
+
f.rateTxt ? (s(), l(
|
|
886
883
|
"div",
|
|
887
884
|
_e,
|
|
888
|
-
g(
|
|
885
|
+
g(f.rateTxt),
|
|
889
886
|
1
|
|
890
887
|
/* TEXT */
|
|
891
|
-
)) :
|
|
892
|
-
(
|
|
888
|
+
)) : v("v-if", !0),
|
|
889
|
+
(L = f.tags) != null && L.length ? (s(), l("div", $e, [
|
|
893
890
|
(s(!0), l(
|
|
894
891
|
P,
|
|
895
892
|
null,
|
|
896
|
-
O(
|
|
893
|
+
O(f.tags, (U, G) => (s(), l(
|
|
897
894
|
"span",
|
|
898
895
|
{
|
|
899
|
-
key: `${
|
|
896
|
+
key: `${f.id}-${G}`,
|
|
900
897
|
class: "review-tag"
|
|
901
898
|
},
|
|
902
|
-
g(
|
|
899
|
+
g(U),
|
|
903
900
|
1
|
|
904
901
|
/* TEXT */
|
|
905
902
|
))),
|
|
906
903
|
128
|
|
907
904
|
/* KEYED_FRAGMENT */
|
|
908
905
|
))
|
|
909
|
-
])) :
|
|
910
|
-
|
|
906
|
+
])) : v("v-if", !0),
|
|
907
|
+
f.content ? (s(), w(Re, {
|
|
911
908
|
key: 3,
|
|
912
|
-
content:
|
|
913
|
-
}, null, 8, ["content"])) :
|
|
909
|
+
content: f.content
|
|
910
|
+
}, null, 8, ["content"])) : v("v-if", !0)
|
|
914
911
|
])
|
|
915
912
|
]);
|
|
916
913
|
}),
|
|
@@ -918,7 +915,7 @@ const Yo = {
|
|
|
918
915
|
/* KEYED_FRAGMENT */
|
|
919
916
|
))
|
|
920
917
|
])) : (s(), l("div", os, [
|
|
921
|
-
B(t(
|
|
918
|
+
B(t(To))
|
|
922
919
|
]))
|
|
923
920
|
],
|
|
924
921
|
2
|
|
@@ -930,7 +927,7 @@ const Yo = {
|
|
|
930
927
|
/* STABLE */
|
|
931
928
|
}, 8, ["modelValue", "title", "loading"]));
|
|
932
929
|
}
|
|
933
|
-
}), as = /* @__PURE__ */ z(ss, [["__scopeId", "data-v-
|
|
930
|
+
}), as = /* @__PURE__ */ z(ss, [["__scopeId", "data-v-6dbba17a"]]), ts = { key: 0 }, ns = { class: "evaluation-box" }, ls = /* @__PURE__ */ S({
|
|
934
931
|
__name: "meetingEvaluationInfo",
|
|
935
932
|
props: {
|
|
936
933
|
data: { default: () => ({}) },
|
|
@@ -954,15 +951,15 @@ const Yo = {
|
|
|
954
951
|
g(h.data.evaluationStr),
|
|
955
952
|
5
|
|
956
953
|
/* TEXT, STYLE */
|
|
957
|
-
)) :
|
|
954
|
+
)) : v("v-if", !0),
|
|
958
955
|
p("div", ns, [
|
|
959
|
-
B(t(
|
|
956
|
+
B(t(fo), {
|
|
960
957
|
btnType: "primary-text",
|
|
961
958
|
block: "",
|
|
962
959
|
onClick: A
|
|
963
960
|
}, {
|
|
964
961
|
default: Y(() => [
|
|
965
|
-
|
|
962
|
+
Z(
|
|
966
963
|
g(t(m)("查看评价详情")),
|
|
967
964
|
1
|
|
968
965
|
/* TEXT */
|
|
@@ -978,10 +975,10 @@ const Yo = {
|
|
|
978
975
|
modelValue: n.value,
|
|
979
976
|
"onUpdate:modelValue": I[0] || (I[0] = (u) => n.value = u)
|
|
980
977
|
}, null, 8, ["modelValue"])
|
|
981
|
-
])) :
|
|
978
|
+
])) : v("v-if", !0);
|
|
982
979
|
};
|
|
983
980
|
}
|
|
984
|
-
}), rs = /* @__PURE__ */ z(ls, [["__scopeId", "data-v-568c7532"]]), us = { key: 0 }, is = { key: 1 }, cs = { key: 2 }, ds = { class: "medium-show-box" },
|
|
981
|
+
}), rs = /* @__PURE__ */ z(ls, [["__scopeId", "data-v-568c7532"]]), us = { key: 0 }, is = { key: 1 }, cs = { key: 2 }, ds = { class: "medium-show-box" }, vs = /* @__PURE__ */ S({
|
|
985
982
|
__name: "ProcessLogItem",
|
|
986
983
|
props: {
|
|
987
984
|
userName: {},
|
|
@@ -1010,7 +1007,7 @@ const Yo = {
|
|
|
1010
1007
|
uo((e) => ({
|
|
1011
1008
|
"93f3a040": o.value
|
|
1012
1009
|
}));
|
|
1013
|
-
const a = k, n = bo(), o =
|
|
1010
|
+
const a = k, n = bo(), o = D(() => a != null && a.panelBgColor ? a == null ? void 0 : a.panelBgColor : "#ffffff"), A = D(() => a.evaluation ?? n.evaluation), h = D(() => a.meetingEvaluationSummary ?? n.meetingEvaluationSummary), I = (e) => T(e) ? e : po(Number(e)).format("YYYY/MM/DD HH:mm:ss"), r = (e) => {
|
|
1014
1011
|
var u;
|
|
1015
1012
|
return (u = e == null ? void 0 : e.map((R) => R == null ? void 0 : R.name)) == null ? void 0 : u.join(",");
|
|
1016
1013
|
};
|
|
@@ -1019,7 +1016,7 @@ const Yo = {
|
|
|
1019
1016
|
Bo({ ref: "$timelineitem" }, e.$attrs, { class: ["das-timeline-item"] }),
|
|
1020
1017
|
{
|
|
1021
1018
|
dot: Y(() => [
|
|
1022
|
-
|
|
1019
|
+
v(" 头像 "),
|
|
1023
1020
|
B(jo, {
|
|
1024
1021
|
"head-icon": e.headIcon,
|
|
1025
1022
|
"user-phone": e.userPhone,
|
|
@@ -1028,37 +1025,37 @@ const Yo = {
|
|
|
1028
1025
|
}, null, 8, ["head-icon", "user-phone", "isAuto", "time"])
|
|
1029
1026
|
]),
|
|
1030
1027
|
default: Y(() => {
|
|
1031
|
-
var R, N, i,
|
|
1028
|
+
var R, N, i, V, C, H, Q, j, M, K, F, q, J;
|
|
1032
1029
|
return [
|
|
1033
1030
|
p(
|
|
1034
1031
|
"div",
|
|
1035
1032
|
{
|
|
1036
|
-
class:
|
|
1033
|
+
class: E(["right-content", e.isCustom ? "w100" : "w700px"])
|
|
1037
1034
|
},
|
|
1038
1035
|
[
|
|
1039
|
-
t(
|
|
1036
|
+
t(T)(e.time) ? v("v-if", !0) : (s(), l(
|
|
1040
1037
|
"div",
|
|
1041
1038
|
{
|
|
1042
1039
|
key: 0,
|
|
1043
|
-
class:
|
|
1040
|
+
class: E(["time-box", e.fontColor ? "op65" : ""]),
|
|
1044
1041
|
style: y({ color: e.fontColor })
|
|
1045
1042
|
},
|
|
1046
1043
|
g(I(e.time)),
|
|
1047
1044
|
7
|
|
1048
1045
|
/* TEXT, CLASS, STYLE */
|
|
1049
1046
|
)),
|
|
1050
|
-
t(
|
|
1047
|
+
t(T)(e.statusName) ? v("v-if", !0) : (s(), l(
|
|
1051
1048
|
"div",
|
|
1052
1049
|
{
|
|
1053
1050
|
key: 1,
|
|
1054
|
-
class:
|
|
1051
|
+
class: E(["status-box", [e.time ? "is-no-wait" : "is-wait"]]),
|
|
1055
1052
|
style: y({ color: e.time ? e.fontColor : e.menuBgColor })
|
|
1056
1053
|
},
|
|
1057
1054
|
g(e.statusName),
|
|
1058
1055
|
7
|
|
1059
1056
|
/* TEXT, CLASS, STYLE */
|
|
1060
1057
|
)),
|
|
1061
|
-
(!t(
|
|
1058
|
+
(!t(T)(e.userName) || !t(T)(e.userHandle)) && !e.isAuto && !((R = h.value) != null && R.detailAvailable) ? (s(), l(
|
|
1062
1059
|
"div",
|
|
1063
1060
|
{
|
|
1064
1061
|
key: 2,
|
|
@@ -1072,14 +1069,14 @@ const Yo = {
|
|
|
1072
1069
|
g((i = A.value) == null ? void 0 : i.evaluatorName),
|
|
1073
1070
|
1
|
|
1074
1071
|
/* TEXT */
|
|
1075
|
-
)) : t(
|
|
1072
|
+
)) : t(T)(e.userName) ? v("v-if", !0) : (s(), l(
|
|
1076
1073
|
"span",
|
|
1077
1074
|
is,
|
|
1078
1075
|
g(e.userName),
|
|
1079
1076
|
1
|
|
1080
1077
|
/* TEXT */
|
|
1081
1078
|
)),
|
|
1082
|
-
t(
|
|
1079
|
+
t(T)(e.userHandle) ? v("v-if", !0) : (s(), l(
|
|
1083
1080
|
"span",
|
|
1084
1081
|
cs,
|
|
1085
1082
|
"(" + g(e.userHandle) + ")",
|
|
@@ -1089,7 +1086,7 @@ const Yo = {
|
|
|
1089
1086
|
],
|
|
1090
1087
|
4
|
|
1091
1088
|
/* STYLE */
|
|
1092
|
-
)) :
|
|
1089
|
+
)) : v("v-if", !0),
|
|
1093
1090
|
e.isAuto ? (s(), l(
|
|
1094
1091
|
"div",
|
|
1095
1092
|
{
|
|
@@ -1108,8 +1105,8 @@ const Yo = {
|
|
|
1108
1105
|
],
|
|
1109
1106
|
4
|
|
1110
1107
|
/* STYLE */
|
|
1111
|
-
)) :
|
|
1112
|
-
(
|
|
1108
|
+
)) : v("v-if", !0),
|
|
1109
|
+
(V = A.value) != null && V.overallEvaluationName ? (s(), l(
|
|
1113
1110
|
"div",
|
|
1114
1111
|
{
|
|
1115
1112
|
key: 4,
|
|
@@ -1119,68 +1116,68 @@ const Yo = {
|
|
|
1119
1116
|
g(t(m)("评价结果")) + ":" + g((C = A.value) == null ? void 0 : C.overallEvaluationName),
|
|
1120
1117
|
5
|
|
1121
1118
|
/* TEXT, STYLE */
|
|
1122
|
-
)) :
|
|
1123
|
-
(
|
|
1119
|
+
)) : v("v-if", !0),
|
|
1120
|
+
(Q = (H = A.value) == null ? void 0 : H.quickEvaluations) != null && Q.length ? (s(), l(
|
|
1124
1121
|
"div",
|
|
1125
1122
|
{
|
|
1126
1123
|
key: 5,
|
|
1127
1124
|
class: "evaluation-box",
|
|
1128
1125
|
style: y({ color: e.fontColor })
|
|
1129
1126
|
},
|
|
1130
|
-
g(t(m)("快捷评语")) + ":" + g(r((
|
|
1127
|
+
g(t(m)("快捷评语")) + ":" + g(r((j = A.value) == null ? void 0 : j.quickEvaluations)),
|
|
1131
1128
|
5
|
|
1132
1129
|
/* TEXT, STYLE */
|
|
1133
|
-
)) :
|
|
1134
|
-
|
|
1130
|
+
)) : v("v-if", !0),
|
|
1131
|
+
v(" 会务工单评价 "),
|
|
1135
1132
|
B(rs, {
|
|
1136
1133
|
data: h.value,
|
|
1137
1134
|
fontColor: e.fontColor
|
|
1138
1135
|
}, null, 8, ["data", "fontColor"]),
|
|
1139
|
-
|
|
1140
|
-
t(
|
|
1136
|
+
v(" 评价 "),
|
|
1137
|
+
t(T)(e.userRate) ? v("v-if", !0) : (s(), w(ve, {
|
|
1141
1138
|
key: 6,
|
|
1142
1139
|
"user-rate": e.userRate,
|
|
1143
1140
|
"rate-txt": e.rateTxt,
|
|
1144
1141
|
fontColor: e.fontColor
|
|
1145
1142
|
}, null, 8, ["user-rate", "rate-txt", "fontColor"])),
|
|
1146
|
-
|
|
1147
|
-
e.titleList && ((
|
|
1143
|
+
v(" 标题 "),
|
|
1144
|
+
e.titleList && ((M = e.titleList) == null ? void 0 : M.length) > 0 ? (s(), w(we, {
|
|
1148
1145
|
key: 7,
|
|
1149
1146
|
"title-list": e.titleList,
|
|
1150
1147
|
fontColor: e.fontColor
|
|
1151
|
-
}, null, 8, ["title-list", "fontColor"])) :
|
|
1148
|
+
}, null, 8, ["title-list", "fontColor"])) : v("v-if", !0),
|
|
1152
1149
|
p("div", ds, [
|
|
1153
|
-
|
|
1154
|
-
t(
|
|
1150
|
+
v(" 媒体 "),
|
|
1151
|
+
t(T)(e.signImg) ? v("v-if", !0) : (s(), w(Ee, {
|
|
1155
1152
|
key: 0,
|
|
1156
1153
|
"sign-img": e.signImg,
|
|
1157
1154
|
isCustom: e.isCustom
|
|
1158
1155
|
}, null, 8, ["sign-img", "isCustom"])),
|
|
1159
|
-
e.mediaList && ((
|
|
1156
|
+
e.mediaList && ((K = e.mediaList) == null ? void 0 : K.length) > 0 ? (s(), w(Ae, {
|
|
1160
1157
|
key: 1,
|
|
1161
1158
|
"media-list": e.mediaList,
|
|
1162
1159
|
isCustom: e.isCustom
|
|
1163
|
-
}, null, 8, ["media-list", "isCustom"])) :
|
|
1164
|
-
e.userList && ((
|
|
1160
|
+
}, null, 8, ["media-list", "isCustom"])) : v("v-if", !0),
|
|
1161
|
+
e.userList && ((F = e.userList) == null ? void 0 : F.length) > 0 ? (s(), w(xo, {
|
|
1165
1162
|
key: 2,
|
|
1166
1163
|
"user-list": e.userList,
|
|
1167
1164
|
fontColor: e.fontColor
|
|
1168
|
-
}, null, 8, ["user-list", "fontColor"])) :
|
|
1165
|
+
}, null, 8, ["user-list", "fontColor"])) : v("v-if", !0)
|
|
1169
1166
|
]),
|
|
1170
|
-
|
|
1171
|
-
e.fileList && ((
|
|
1167
|
+
v(" 文件 "),
|
|
1168
|
+
e.fileList && ((q = e.fileList) == null ? void 0 : q.length) > 0 ? (s(), w(le, {
|
|
1172
1169
|
key: 8,
|
|
1173
1170
|
"file-list": e.fileList,
|
|
1174
1171
|
fontColor: e.fontColor,
|
|
1175
1172
|
menuBgColor: e.menuBgColor
|
|
1176
|
-
}, null, 8, ["file-list", "fontColor", "menuBgColor"])) :
|
|
1177
|
-
|
|
1178
|
-
!t(
|
|
1173
|
+
}, null, 8, ["file-list", "fontColor", "menuBgColor"])) : v("v-if", !0),
|
|
1174
|
+
v(" 备注 "),
|
|
1175
|
+
!t(T)(e.remarks) && !((J = h.value) != null && J.detailAvailable) ? (s(), w(Ne, {
|
|
1179
1176
|
key: 9,
|
|
1180
1177
|
remarks: e.remarks,
|
|
1181
1178
|
status: e.status,
|
|
1182
1179
|
fontColor: e.fontColor
|
|
1183
|
-
}, null, 8, ["remarks", "status", "fontColor"])) :
|
|
1180
|
+
}, null, 8, ["remarks", "status", "fontColor"])) : v("v-if", !0)
|
|
1184
1181
|
],
|
|
1185
1182
|
2
|
|
1186
1183
|
/* CLASS */
|
|
@@ -1194,8 +1191,8 @@ const Yo = {
|
|
|
1194
1191
|
/* FULL_PROPS */
|
|
1195
1192
|
));
|
|
1196
1193
|
}
|
|
1197
|
-
}), Co = /* @__PURE__ */ z(
|
|
1198
|
-
...
|
|
1194
|
+
}), Co = /* @__PURE__ */ z(vs, [["__scopeId", "data-v-60c87770"]]), fs = { title: "基本使用", desc: "" }, ps = /* @__PURE__ */ S({
|
|
1195
|
+
...fs,
|
|
1199
1196
|
__name: "Index",
|
|
1200
1197
|
props: {
|
|
1201
1198
|
type: { default: "" },
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.default-img[data-v-7910c1ad]{position:relative;margin:8px 0}.phone-tips[data-v-7910c1ad]{position:absolute;z-index:1;bottom:0;right:0;background:var(--das-ui-processlog-bg-color);border-radius:50%;padding:2px;display:flex}.circle-image[data-v-7910c1ad]{border-radius:50%;overflow:hidden;width:40px;height:40px;display:flex}.op65[data-v-66acc098]{opacity:.65}.header-box .head-cover-box[data-v-66acc098]{display:flex;flex-wrap:wrap}.header-box .isExpend[data-v-66acc098]{height:60px;overflow:hidden}.header-box .cover-box[data-v-66acc098]{width:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:8px}.header-box .cover-img[data-v-66acc098]{position:relative;margin-bottom:4px}.header-box .cover-img .phone-tips-duty[data-v-66acc098]{position:absolute;z-index:1;bottom:0;right:0;background:var(--das-ui-processlog-bg-color);border-radius:50%;padding:2px;display:flex}.header-box .personal-image[data-v-66acc098]{border-radius:50%;overflow:hidden;width:32px;height:32px;display:flex}.header-box .name-text[data-v-66acc098]{font-size:14px;font-weight:400;line-height:21px;text-align:center;letter-spacing:0px;color:var(--das-ui-processlog-user-name-color)}.fold-btn[data-v-66acc098]{display:flex;align-items:center;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px;margin-bottom:4px;color:var(--das-ui-processlog-time-color);cursor:pointer}.fold-btn .text-collaspe[data-v-66acc098]{margin-right:4px}.op65[data-v-b68b2060]{opacity:.65}.file-box .file-item-content[data-v-b68b2060]{display:flex;align-items:center}.file-box .file-item-content .file-name[data-v-b68b2060]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-status-name-color);padding:12px 0 12px 20px;display:flex;align-items:center;flex-wrap:nowrap}.file-box .file-item-content .file-name[data-v-b68b2060] .das-icon{margin-right:4px}.file-box .file-item-content .file-name .file-text[data-v-b68b2060]{margin-left:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.file-box .file-item-content .file-name .file-unfix[data-v-b68b2060]{word-break:keep-all}.file-box .file-item-content .file-name .file-size[data-v-b68b2060]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;word-break:keep-all;color:var(--das-ui-processlog-time-color);margin-left:8px}.file-box .file-item-content[data-v-b68b2060]:hover{background:var(--das-ui-processlog-hover-color)}.file-box .pre-file[data-v-b68b2060]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-btn-color);cursor:pointer}.file-box .down-file[data-v-b68b2060]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-btn-color);cursor:pointer;word-break:keep-all;margin-right:20px}.fold-btn[data-v-b68b2060]{display:flex;align-items:center;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px;cursor:pointer;color:var(--das-ui-processlog-time-color);margin-bottom:4px}.fold-btn .text-collaspe[data-v-b68b2060]{margin-right:4px}[data-v-b68b2060] .das-ui-button .ant-btn.ant-btn-text.primary-text{color:var(--das-ui-processlog-btn-color)!important}[data-v-b68b2060] .das-tooltip-text-wrap{color:var(--5953d9b0)}.op65[data-v-f8430eda]{opacity:.65}.rate-box[data-v-f8430eda]{margin-bottom:4px}.rate-box .rata-star[data-v-f8430eda]{display:flex;align-items:center;font-size:14px;font-weight:400;line-height:17px;letter-spacing:0px;color:var(--das-ui-processlog-title-color)}.rate-box .rata-star .customStart[data-v-f8430eda]{margin-right:8px}.rate-box .startText[data-v-f8430eda]{margin-left:8px}.med-content .img-box[data-v-bbe423f8]{display:flex;flex-wrap:wrap}.med-content .medium-show-box-item[data-v-bbe423f8]{margin-right:15px;margin-bottom:8px}.med-content .medium-show-custom-item[data-v-bbe423f8]{margin-right:10px;margin-bottom:8px}.op65[data-v-94e6a5d5]{opacity:.65}.title-box[data-v-94e6a5d5]{margin-bottom:4px}.title-box .title-item[data-v-94e6a5d5]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-title-color)}.sign-box[data-v-efec6fac]{display:flex;margin-bottom:8px}.op65[data-v-b7415f47]{opacity:.65}.remark-box[data-v-b7415f47]{margin-bottom:4px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-title-color)}.fold-btn[data-v-b7415f47]{display:flex;align-items:center;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px;margin-bottom:4px;color:var(--das-ui-processlog-time-color);cursor:pointer}.fold-btn .text-collaspe[data-v-b7415f47]{margin-right:4px}.hide-two-line[data-v-b7415f47]{height:40px;overflow:hidden}.content-box[data-v-16ba8fbb]{margin-top:8px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:#666;word-break:break-all}.fold-btn[data-v-16ba8fbb]{display:inline-flex;align-items:center;margin-top:4px;font-size:12px;font-weight:400;line-height:18px;color:#999;cursor:pointer}.fold-btn .text-collapse[data-v-16ba8fbb]{margin-right:4px}.hide-two-line[data-v-16ba8fbb]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;height:42px}.evaluation-dialog__body[data-v-bad5b2e3]{display:flex;flex-direction:column;width:100%;height:100%;box-sizing:border-box;overflow:hidden}.summary-section[data-v-bad5b2e3]{flex-shrink:0;width:100%;padding:20px 24px 16px;box-sizing:border-box;border-bottom:1px solid #eeeeee}.summary-title[data-v-bad5b2e3]{font-size:14px;font-weight:600;line-height:22px;color:#212121;margin-bottom:16px}.summary-content[data-v-bad5b2e3]{display:flex;align-items:center;gap:40px;width:100%}.summary-total[data-v-bad5b2e3]{flex-shrink:0;min-width:120px}.summary-total__num[data-v-bad5b2e3]{font-size:28px;font-weight:600;line-height:36px;color:#212121}.summary-total__label[data-v-bad5b2e3]{margin-top:4px;font-size:12px;line-height:18px;color:#999}.summary-chart[data-v-bad5b2e3]{flex:1;min-width:0}.summary-legend[data-v-bad5b2e3]{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:10px;font-size:12px;line-height:18px;color:#666}.legend-item[data-v-bad5b2e3]{display:inline-flex;align-items:center;gap:6px;font-size:12px}.legend-item span[data-v-bad5b2e3]{color:#666}.legend-item i[data-v-bad5b2e3]{font-style:normal;color:#212121;margin-left:4px}.legend-dot[data-v-bad5b2e3]{width:8px;height:8px;border-radius:50%;flex-shrink:0}.legend-dot--good[data-v-bad5b2e3]{background:#1ba854}.legend-dot--medium[data-v-bad5b2e3]{background:#ed812b}.legend-dot--bad[data-v-bad5b2e3]{background:#fb2323}.summary-bar[data-v-bad5b2e3]{width:614px;height:8px;overflow:hidden;background:#fff}.summary-bar__track[data-v-bad5b2e3]{display:flex;width:100%;height:100%}.summary-bar__seg[data-v-bad5b2e3]{height:100%;min-width:0;clip-path:polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%);margin-right:-3px}.summary-bar__seg.is-first[data-v-bad5b2e3]{clip-path:polygon(0 0,100% 0,calc(100% - 6px) 100%,0 100%)}.summary-bar__seg.is-last[data-v-bad5b2e3]{margin-right:0;clip-path:polygon(6px 0,100% 0,100% 100%,0 100%)}.summary-bar__seg.is-only[data-v-bad5b2e3]{margin-right:0;clip-path:none;border-radius:5px}.summary-bar__seg--good[data-v-bad5b2e3]{background:#1ba854}.summary-bar__seg--medium[data-v-bad5b2e3]{background:#ed812b}.summary-bar__seg--bad[data-v-bad5b2e3]{background:#fb2323}.tabs-section[data-v-bad5b2e3]{flex-shrink:0;width:100%;box-sizing:border-box}.list-section[data-v-bad5b2e3]{flex:1;min-height:0;width:100%;padding:0 350px 0 50px;box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.list-section.empty-cont[data-v-bad5b2e3]{padding:0;display:flex;align-items:center;justify-content:center}.list-wrap[data-v-bad5b2e3]{width:100%;padding:4px 0 16px;box-sizing:border-box}.list-empty[data-v-bad5b2e3]{width:100%;height:100%}.review-item[data-v-bad5b2e3]{display:flex;align-items:flex-start;width:100%;gap:12px;padding:16px 0;box-sizing:border-box}.review-item__avatar[data-v-bad5b2e3]{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.review-item__main[data-v-bad5b2e3]{flex:1;min-width:0}.review-item__name[data-v-bad5b2e3]{font-size:14px;line-height:21px;color:#212121}.review-item__time[data-v-bad5b2e3]{margin-top:2px;font-size:12px;line-height:18px;color:#999}.review-item__rate[data-v-bad5b2e3]{margin-top:8px;font-size:14px;line-height:21px;color:#212121}.review-item__tags[data-v-bad5b2e3]{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px}.review-tag[data-v-bad5b2e3]{display:inline-flex;align-items:center;height:20px;padding:0 8px;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:2px;background:#fff;font-size:12px;line-height:22px;color:#666}.evaluation-dialog__footer[data-v-bad5b2e3]{display:flex;justify-content:center;width:100%}.evaluation-box[data-v-568c7532]{margin-bottom:4px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-title-color)}.w100[data-v-60c87770]{width:100%}.w700px[data-v-60c87770]{width:700px}.op65[data-v-60c87770]{opacity:.65}.right-content[data-v-60c87770]{margin-left:8px;position:relative;top:-7.001px;min-height:45px}.right-content .time-box[data-v-60c87770]{font-weight:400;font-size:12px;color:var(--das-ui-processlog-time-color)}.right-content .status-box[data-v-60c87770]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;margin-bottom:8px}.right-content .evaluation-box[data-v-60c87770]{margin-bottom:4px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-title-color)}.right-content .is-no-wait[data-v-60c87770]{color:var(--das-ui-processlog-status-name-color)}.right-content .is-wait[data-v-60c87770]{color:var(--das-ui-processlog-duty-color)}.right-content .name-box[data-v-60c87770]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-status-name-color);margin-bottom:4px}.right-content .audit-result[data-v-60c87770]{font-size:14px;font-weight:400;line-height:normal;letter-spacing:0px;color:var(--das-ui-processlog-title-color);margin-bottom:4px}.das-timeline-item[data-v-60c87770]{padding-bottom:22px}.das-timeline-item[data-v-60c87770]:last-child{padding-bottom:10px}.das-timeline-item:first-child.default-img[data-v-60c87770]{margin-top:0}.das-timeline-item[data-v-60c87770] .ant-timeline-item-head{background:var(--93f3a040)}.das-process-log[data-v-27544ef0]{padding:18px 16px 0;background:var(--das-ui-processlog-bg-color)}
|
|
1
|
+
@charset "UTF-8";.default-img[data-v-7910c1ad]{position:relative;margin:8px 0}.phone-tips[data-v-7910c1ad]{position:absolute;z-index:1;bottom:0;right:0;background:var(--das-ui-processlog-bg-color);border-radius:50%;padding:2px;display:flex}.circle-image[data-v-7910c1ad]{border-radius:50%;overflow:hidden;width:40px;height:40px;display:flex}.op65[data-v-66acc098]{opacity:.65}.header-box .head-cover-box[data-v-66acc098]{display:flex;flex-wrap:wrap}.header-box .isExpend[data-v-66acc098]{height:60px;overflow:hidden}.header-box .cover-box[data-v-66acc098]{width:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:8px}.header-box .cover-img[data-v-66acc098]{position:relative;margin-bottom:4px}.header-box .cover-img .phone-tips-duty[data-v-66acc098]{position:absolute;z-index:1;bottom:0;right:0;background:var(--das-ui-processlog-bg-color);border-radius:50%;padding:2px;display:flex}.header-box .personal-image[data-v-66acc098]{border-radius:50%;overflow:hidden;width:32px;height:32px;display:flex}.header-box .name-text[data-v-66acc098]{font-size:14px;font-weight:400;line-height:21px;text-align:center;letter-spacing:0px;color:var(--das-ui-processlog-user-name-color)}.fold-btn[data-v-66acc098]{display:flex;align-items:center;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px;margin-bottom:4px;color:var(--das-ui-processlog-time-color);cursor:pointer}.fold-btn .text-collaspe[data-v-66acc098]{margin-right:4px}.op65[data-v-b68b2060]{opacity:.65}.file-box .file-item-content[data-v-b68b2060]{display:flex;align-items:center}.file-box .file-item-content .file-name[data-v-b68b2060]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-status-name-color);padding:12px 0 12px 20px;display:flex;align-items:center;flex-wrap:nowrap}.file-box .file-item-content .file-name[data-v-b68b2060] .das-icon{margin-right:4px}.file-box .file-item-content .file-name .file-text[data-v-b68b2060]{margin-left:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.file-box .file-item-content .file-name .file-unfix[data-v-b68b2060]{word-break:keep-all}.file-box .file-item-content .file-name .file-size[data-v-b68b2060]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;word-break:keep-all;color:var(--das-ui-processlog-time-color);margin-left:8px}.file-box .file-item-content[data-v-b68b2060]:hover{background:var(--das-ui-processlog-hover-color)}.file-box .pre-file[data-v-b68b2060]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-btn-color);cursor:pointer}.file-box .down-file[data-v-b68b2060]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-btn-color);cursor:pointer;word-break:keep-all;margin-right:20px}.fold-btn[data-v-b68b2060]{display:flex;align-items:center;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px;cursor:pointer;color:var(--das-ui-processlog-time-color);margin-bottom:4px}.fold-btn .text-collaspe[data-v-b68b2060]{margin-right:4px}[data-v-b68b2060] .das-ui-button .ant-btn.ant-btn-text.primary-text{color:var(--das-ui-processlog-btn-color)!important}[data-v-b68b2060] .das-tooltip-text-wrap{color:var(--5953d9b0)}.op65[data-v-f8430eda]{opacity:.65}.rate-box[data-v-f8430eda]{margin-bottom:4px}.rate-box .rata-star[data-v-f8430eda]{display:flex;align-items:center;font-size:14px;font-weight:400;line-height:17px;letter-spacing:0px;color:var(--das-ui-processlog-title-color)}.rate-box .rata-star .customStart[data-v-f8430eda]{margin-right:8px}.rate-box .startText[data-v-f8430eda]{margin-left:8px}.med-content .img-box[data-v-bbe423f8]{display:flex;flex-wrap:wrap}.med-content .medium-show-box-item[data-v-bbe423f8]{margin-right:15px;margin-bottom:8px}.med-content .medium-show-custom-item[data-v-bbe423f8]{margin-right:10px;margin-bottom:8px}.op65[data-v-94e6a5d5]{opacity:.65}.title-box[data-v-94e6a5d5]{margin-bottom:4px}.title-box .title-item[data-v-94e6a5d5]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-title-color)}.sign-box[data-v-efec6fac]{display:flex;margin-bottom:8px}.op65[data-v-b7415f47]{opacity:.65}.remark-box[data-v-b7415f47]{margin-bottom:4px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-title-color)}.fold-btn[data-v-b7415f47]{display:flex;align-items:center;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px;margin-bottom:4px;color:var(--das-ui-processlog-time-color);cursor:pointer}.fold-btn .text-collaspe[data-v-b7415f47]{margin-right:4px}.hide-two-line[data-v-b7415f47]{height:40px;overflow:hidden}.content-box[data-v-16ba8fbb]{margin-top:8px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:#666;word-break:break-all}.fold-btn[data-v-16ba8fbb]{display:inline-flex;align-items:center;margin-top:4px;font-size:12px;font-weight:400;line-height:18px;color:#999;cursor:pointer}.fold-btn .text-collapse[data-v-16ba8fbb]{margin-right:4px}.hide-two-line[data-v-16ba8fbb]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;height:42px}.evaluation-dialog__body[data-v-6dbba17a]{display:flex;flex-direction:column;width:100%;height:100%;box-sizing:border-box;overflow:hidden}.summary-section[data-v-6dbba17a]{flex-shrink:0;width:100%;padding:20px 24px 16px;box-sizing:border-box;border-bottom:1px solid #eeeeee}.summary-title[data-v-6dbba17a]{font-size:14px;font-weight:600;line-height:22px;color:#212121;margin-bottom:16px}.summary-content[data-v-6dbba17a]{display:flex;align-items:center;gap:40px;width:100%}.summary-total[data-v-6dbba17a]{flex-shrink:0;min-width:120px}.summary-total__num[data-v-6dbba17a]{font-size:28px;font-weight:600;line-height:36px;color:#212121}.summary-total__label[data-v-6dbba17a]{margin-top:4px;font-size:12px;line-height:18px;color:#999}.summary-chart[data-v-6dbba17a]{flex:1;min-width:0}.summary-legend[data-v-6dbba17a]{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:10px;font-size:12px;line-height:18px;color:#666}.legend-item[data-v-6dbba17a]{display:inline-flex;align-items:center;gap:6px;font-size:12px}.legend-item span[data-v-6dbba17a]{color:#666}.legend-item i[data-v-6dbba17a]{font-style:normal;color:#212121;margin-left:4px}.legend-dot[data-v-6dbba17a]{width:8px;height:8px;border-radius:50%;flex-shrink:0}.legend-dot--good[data-v-6dbba17a]{background:#1ba854}.legend-dot--medium[data-v-6dbba17a]{background:#ed812b}.legend-dot--bad[data-v-6dbba17a]{background:#fb2323}.summary-bar[data-v-6dbba17a]{width:614px;height:8px;overflow:hidden;background:#fff}.summary-bar__track[data-v-6dbba17a]{display:flex;width:100%;height:100%}.summary-bar__seg[data-v-6dbba17a]{height:100%;min-width:0;clip-path:polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%);margin-right:-3px}.summary-bar__seg.is-first[data-v-6dbba17a]{clip-path:polygon(0 0,100% 0,calc(100% - 6px) 100%,0 100%)}.summary-bar__seg.is-last[data-v-6dbba17a]{margin-right:0;clip-path:polygon(6px 0,100% 0,100% 100%,0 100%)}.summary-bar__seg.is-only[data-v-6dbba17a]{margin-right:0;clip-path:none;border-radius:5px}.summary-bar__seg--good[data-v-6dbba17a]{background:#1ba854}.summary-bar__seg--medium[data-v-6dbba17a]{background:#ed812b}.summary-bar__seg--bad[data-v-6dbba17a]{background:#fb2323}.tabs-section[data-v-6dbba17a]{flex-shrink:0;width:100%;box-sizing:border-box}.list-section[data-v-6dbba17a]{flex:1;min-height:0;width:100%;padding:0 350px 0 50px;box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.list-section.empty-cont[data-v-6dbba17a]{padding:0;display:flex;align-items:center;justify-content:center}.list-wrap[data-v-6dbba17a]{width:100%;padding:4px 0 16px;box-sizing:border-box}.list-empty[data-v-6dbba17a]{width:100%;height:100%}.review-item[data-v-6dbba17a]{display:flex;align-items:flex-start;width:100%;gap:12px;padding:16px 0;box-sizing:border-box}.review-item__avatar[data-v-6dbba17a]{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.review-item__main[data-v-6dbba17a]{flex:1;min-width:0}.review-item__name[data-v-6dbba17a]{font-size:14px;line-height:21px;color:#212121}.review-item__time[data-v-6dbba17a]{margin-top:2px;font-size:12px;line-height:18px;color:#999}.review-item__rate[data-v-6dbba17a]{margin-top:8px;font-size:14px;line-height:21px;color:#212121}.review-item__tags[data-v-6dbba17a]{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px}.review-tag[data-v-6dbba17a]{display:inline-flex;align-items:center;height:20px;padding:0 8px;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:2px;background:#fff;font-size:12px;line-height:22px;color:#666}.evaluation-dialog__footer[data-v-6dbba17a]{display:flex;justify-content:center;width:100%}.evaluation-box[data-v-568c7532]{margin-bottom:4px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-title-color)}.w100[data-v-60c87770]{width:100%}.w700px[data-v-60c87770]{width:700px}.op65[data-v-60c87770]{opacity:.65}.right-content[data-v-60c87770]{margin-left:8px;position:relative;top:-7.001px;min-height:45px}.right-content .time-box[data-v-60c87770]{font-weight:400;font-size:12px;color:var(--das-ui-processlog-time-color)}.right-content .status-box[data-v-60c87770]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;margin-bottom:8px}.right-content .evaluation-box[data-v-60c87770]{margin-bottom:4px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-title-color)}.right-content .is-no-wait[data-v-60c87770]{color:var(--das-ui-processlog-status-name-color)}.right-content .is-wait[data-v-60c87770]{color:var(--das-ui-processlog-duty-color)}.right-content .name-box[data-v-60c87770]{font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;color:var(--das-ui-processlog-status-name-color);margin-bottom:4px}.right-content .audit-result[data-v-60c87770]{font-size:14px;font-weight:400;line-height:normal;letter-spacing:0px;color:var(--das-ui-processlog-title-color);margin-bottom:4px}.das-timeline-item[data-v-60c87770]{padding-bottom:22px}.das-timeline-item[data-v-60c87770]:last-child{padding-bottom:10px}.das-timeline-item:first-child.default-img[data-v-60c87770]{margin-top:0}.das-timeline-item[data-v-60c87770] .ant-timeline-item-head{background:var(--93f3a040)}.das-process-log[data-v-27544ef0]{padding:18px 16px 0;background:var(--das-ui-processlog-bg-color)}
|
|
Binary file
|
|
@@ -1319,7 +1319,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
|
|
|
1319
1319
|
dkh: "transparent"
|
|
1320
1320
|
},
|
|
1321
1321
|
"--das-ui-layout-aside-submenu-vertical-background-color": {
|
|
1322
|
-
kjl: "#
|
|
1322
|
+
kjl: "#185EBE",
|
|
1323
1323
|
ssl: "#0D122C",
|
|
1324
1324
|
cjb: "#FFFFFF",
|
|
1325
1325
|
dkh: "#FF737E"
|
|
Binary file
|
|
@@ -895,8 +895,8 @@ const Wp = /* @__PURE__ */ gr(Yp), Jp = (e, n) => {
|
|
|
895
895
|
emits: ["confirm", "clearSearch"],
|
|
896
896
|
setup(e, { expose: n, emit: o }) {
|
|
897
897
|
zt((r) => ({
|
|
898
|
-
|
|
899
|
-
|
|
898
|
+
18742846: L.value,
|
|
899
|
+
c255106a: p.value
|
|
900
900
|
})), Wt({
|
|
901
901
|
fold: import("@das-fed/ui/packages/icons/fold")
|
|
902
902
|
});
|
|
@@ -1527,9 +1527,9 @@ const Wp = /* @__PURE__ */ gr(Yp), Jp = (e, n) => {
|
|
|
1527
1527
|
)
|
|
1528
1528
|
]),
|
|
1529
1529
|
h(" 展开过滤条件区 "),
|
|
1530
|
-
h(` :class="{
|
|
1531
|
-
'filter-item'
|
|
1532
|
-
(item.type == 'dateRange' || item.type == 'dateTimeRange' || item.type == 'weekRange' || item.type == 'monthRange' || item.type == 'yearRange') && layout == 'horizontal'
|
|
1530
|
+
h(` :class="{
|
|
1531
|
+
'filter-item':
|
|
1532
|
+
(item.type == 'dateRange' || item.type == 'dateTimeRange' || item.type == 'weekRange' || item.type == 'monthRange' || item.type == 'yearRange') && layout == 'horizontal',
|
|
1533
1533
|
}" `),
|
|
1534
1534
|
Z(c(er), null, {
|
|
1535
1535
|
default: F(() => [
|
|
@@ -1760,7 +1760,7 @@ const Wp = /* @__PURE__ */ gr(Yp), Jp = (e, n) => {
|
|
|
1760
1760
|
/* CLASS */
|
|
1761
1761
|
));
|
|
1762
1762
|
}
|
|
1763
|
-
}), fd = /* @__PURE__ */ We(dd, [["__scopeId", "data-v-
|
|
1763
|
+
}), fd = /* @__PURE__ */ We(dd, [["__scopeId", "data-v-33370dd4"]]), yd = {
|
|
1764
1764
|
"--demo-alert-bg": {
|
|
1765
1765
|
light: "#fff",
|
|
1766
1766
|
dark: "rgba(255,255,255,.2)"
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-input-select-search-container[data-v-72fa1cba]{display:flex;align-items:center}.das-input-select-search-container .label[data-v-72fa1cba]{color:var(--das-ui-search-form-filter-font-color);margin-right:8px;font-size:var(--das-ui-font-size-sm);text-align:right;max-width:84px;text-overflow:ellipsis;overflow:hidden;display:flex;align-items:center;white-space:nowrap;justify-content:flex-end}.das-input-select-search-container-en .label[data-v-72fa1cba]{max-width:170px!important;width:170px!important}[data-v-b9b880e5] .das-ui-date-range-picker{margin-left:16px}[data-v-b9b880e5] .das-ui-date-range-picker .ant-picker{height:24px}[data-v-b9b880e5] .das-ui-select .ant-select-selection-item{text-align:right}.das-select-date-select-container{width:120px}.optional-select-item{margin-right:8px}.optional-select-item .ant-select-selection-item{text-align:left!important}.das-select-date-range{display:flex;align-items:center}.das-select-date-range .label{color:var(--das-ui-search-form-filter-font-color);margin-right:8px;font-size:var(--das-ui-font-size-sm);max-width:84px;text-overflow:ellipsis;overflow:hidden;display:flex;align-items:center;white-space:nowrap;justify-content:flex-end}.das-select-date-range .das-ui-date-range-picker{margin-left:0!important}.das-select-date-range .das-ui-select{margin-right:12px}.das-select-date-range-en-filter .label{max-width:170px!important;width:170px!important}.das-select-date-range-en-nonefilter .label{max-width:90px!important;width:90px!important}.das-ui-search-form[data-v-
|
|
1
|
+
.das-input-select-search-container[data-v-72fa1cba]{display:flex;align-items:center}.das-input-select-search-container .label[data-v-72fa1cba]{color:var(--das-ui-search-form-filter-font-color);margin-right:8px;font-size:var(--das-ui-font-size-sm);text-align:right;max-width:84px;text-overflow:ellipsis;overflow:hidden;display:flex;align-items:center;white-space:nowrap;justify-content:flex-end}.das-input-select-search-container-en .label[data-v-72fa1cba]{max-width:170px!important;width:170px!important}[data-v-b9b880e5] .das-ui-date-range-picker{margin-left:16px}[data-v-b9b880e5] .das-ui-date-range-picker .ant-picker{height:24px}[data-v-b9b880e5] .das-ui-select .ant-select-selection-item{text-align:right}.das-select-date-select-container{width:120px}.optional-select-item{margin-right:8px}.optional-select-item .ant-select-selection-item{text-align:left!important}.das-select-date-range{display:flex;align-items:center}.das-select-date-range .label{color:var(--das-ui-search-form-filter-font-color);margin-right:8px;font-size:var(--das-ui-font-size-sm);max-width:84px;text-overflow:ellipsis;overflow:hidden;display:flex;align-items:center;white-space:nowrap;justify-content:flex-end}.das-select-date-range .das-ui-date-range-picker{margin-left:0!important}.das-select-date-range .das-ui-select{margin-right:12px}.das-select-date-range-en-filter .label{max-width:170px!important;width:170px!important}.das-select-date-range-en-nonefilter .label{max-width:90px!important;width:90px!important}.das-ui-search-form[data-v-33370dd4]{width:100%;box-sizing:border-box}.das-ui-search-form.expand-hasbtn-padding[data-v-33370dd4]{padding-bottom:10px}.das-ui-search-form.packup-hasbtn-padding[data-v-33370dd4]{padding-bottom:14px}.das-ui-search-form.packup-nobtn-padding[data-v-33370dd4]{padding-bottom:2px}.das-ui-search-form.nofilter-hasbtn-padding[data-v-33370dd4]{padding-bottom:14px}.das-ui-search-form.expand-nobtn-padding[data-v-33370dd4]{padding-bottom:0}.das-ui-search-form .search-content[data-v-33370dd4]{width:100%;display:flex;justify-content:space-between;padding-top:8px;box-sizing:border-box;align-items:flex-end}.das-ui-search-form .search-form-left[data-v-33370dd4]{display:flex;flex:1;align-items:flex-end!important}.das-ui-search-form .search-form-left.align-center[data-v-33370dd4]{align-items:center}.das-ui-search-form .search-form-left .search-title[data-v-33370dd4]{font-size:var(--das-ui-font-size-lg);color:var(--das-ui-search-form-font-color);line-height:26px;font-weight:600;margin-right:16px}.das-ui-search-form .search-form-left .search-selected-content[data-v-33370dd4]{display:flex;flex:1;align-items:flex-end}.das-ui-search-form .search-form-left .search-selected-content .label[data-v-33370dd4]{min-width:60px;font-size:var(--das-ui-font-size-sm);color:var(--das-ui-search-form-tip-color);line-height:24px}.das-ui-search-form .search-form-right[data-v-33370dd4]{display:flex}.das-ui-search-form .search-form-right.filter-panel-left[data-v-33370dd4]{margin-left:80px}.das-ui-search-form .search-form-right .margin-filter[data-v-33370dd4]{margin-right:132px}.das-ui-search-form .search-form-right .filter-handle-status[data-v-33370dd4]{display:flex;align-items:center;color:var(--das-ui-search-form-primary-color);cursor:pointer}.das-ui-search-form .search-form-right .filter-handle-status .status[data-v-33370dd4]{margin-right:5px;font-size:var(--das-ui-font-size-sm)}.das-ui-search-form .search-form-right .filter-handle-status .arrowTransform[data-v-33370dd4]{transition:.2s;transform-origin:center;transform:rotate(180deg)}.das-ui-search-form .search-form-right .filter-handle-status .arrowTransformReturn[data-v-33370dd4]{transition:.2s;transform-origin:center;transform:rotate(0)}.das-ui-search-form .filter-content[data-v-33370dd4]{width:100%;height:auto;background-color:var(--das-ui-search-form-filter-bgcolor);padding:0 12px;box-sizing:border-box;border:1px solid var(--das-ui-search-form-filter-border-color);border-radius:2px;margin-top:12px}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-33370dd4]{max-height:200px;padding:0 40px!important}.das-ui-search-form .filter-content.horizontal-filter-content .filter-scroll-content[data-v-33370dd4]{width:100%;height:100%}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-33370dd4] .selectInput-form-cont .das-ui-form-item-label{display:none}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-33370dd4] .selectInput-form-cont .el-input{border:0 none}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-33370dd4] .selectInput-form-cont .el-input .el-input__wrapper{box-shadow:none;padding:0 8px;box-shadow:0 0 0 1px var(--das-ui-input-full-border-color) inset;border-radius:2px}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-33370dd4] .selectInput-form-cont .el-input .el-input__wrapper:hover,.das-ui-search-form .filter-content.horizontal-filter-content[data-v-33370dd4] .selectInput-form-cont .el-input .el-input__wrapper.is-focus{box-shadow:0 0 0 1px var(--das-ui-input-active-full-border-color) inset}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-33370dd4] .das-ui-form-item-label{max-width:84px}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-33370dd4] .das-ui-form-item-label .label{max-width:84px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.das-ui-search-form .filter-content .filter-item[data-v-33370dd4]{flex:0 0 calc(var(--18742846) - 30px)!important}.das-ui-search-form .filter-content .filter-item.das-select-date-range[data-v-33370dd4]{margin-right:var(--c255106a)}.filter-line[data-v-33370dd4]{width:100%;height:16px;background-color:transparent}.das-ui-search-form .treeSelect-item{align-items:flex-start!important}.das-ui-search-form .treeSelect-item .das-ui-form-item-label{margin-top:2px}.das-ui-search-form .align-left-filter-content .das-ui-form{flex-direction:row!important;min-height:32px;align-items:flex-end!important;align-content:flex-end!important}.das-ui-search-form .align-left-filter-content .das-ui-form .das-ui-form-item{margin-bottom:0!important;margin-right:20px!important}.das-ui-search-form .align-left-filter-content .das-ui-form .das-ui-form-item .das-ui-form-item-label{color:var(--das-ui-search-form-filter-font-color)}.das-ui-search-form .search-selected-content .tag-content .el-tag__content{display:flex!important}.das-ui-search-form .search-selected-content .tag-content .das-ui-tag{margin-left:5px;background-color:#fff}.das-ui-search-form .search-selected-content .tag-content .das-ui-tag .el-tag{height:24px!important}.das-ui-search-form .search-selected-content .tag-content .das-ui-tag .el-tag .el-tag__close{color:var(--das-ui-search-form-filter-font-color)}.das-ui-search-form .out-filter-content{margin-right:58px}.das-ui-search-form .out-filter-content.no-fileter-panel{margin-right:0}.das-ui-search-form .out-filter-content .das-ui-form{flex-direction:row!important}.das-ui-search-form .out-filter-content .das-ui-form .das-ui-form-item{margin-bottom:0!important;margin-right:10px!important}.das-ui-search-form .out-filter-content .das-ui-form .das-ui-form-item .das-ui-form-item-label{margin-right:10px!important}.das-ui-search-form .filter-content .das-ui-form-item{height:40px;margin-bottom:0!important;border-bottom:1px solid var(--das-ui-search-form-filter-border-color)}.das-ui-search-form .filter-content .das-ui-form-item:last-of-type{border-bottom:0}.das-ui-search-form .filter-content .das-ui-form-item .das-ui-form-item-label{margin-right:24px!important}.das-ui-search-form .filter-content .das-ui-form-item .das-ui-form-item-label .label{color:var(--das-ui-search-form-filter-font-color)}.das-ui-search-form .filter-content .das-ui-form-item.child-form-item{width:auto!important}.das-ui-search-form .filter-content .das-ui-form-item.child-form-item .das-ui-form-item-label{display:none}.das-ui-search-form .filter-content.horizontal-filter-content .das-ui-form .das-select-date-range.filter-item,.das-ui-search-form .filter-content.horizontal-filter-content .das-ui-form .das-input-select-search-container.filter-input-select-item{margin-top:16px!important}.das-ui-search-form .filter-content.horizontal-filter-content .das-ui-form .das-input-select-search-container.filter-input-select-item{margin-right:var(--c255106a)}.das-ui-search-form .filter-content.horizontal-filter-content .das-ui-form .das-input-select-search-container.filter-input-select-item .filter-input-select-item{margin-right:0!important}.das-ui-search-form .filter-content.horizontal-filter-content .das-ui-form .das-ui-form-item{height:auto;border:none;margin-right:var(--c255106a);margin-top:16px!important}.das-ui-search-form .filter-content.horizontal-filter-content .das-ui-form .das-ui-form-item .das-ui-form-item-label{margin-right:8px!important}.das-ui-search-form.das-ui-search-form-en-filter .das-ui-form-item-label,.das-ui-search-form.das-ui-search-form-en-filter .das-ui-form-item-label .label{max-width:170px!important;width:170px!important}.das-ui-search-form.das-ui-search-form-en-filter .align-left-filter-content .das-ui-form-item-label{width:auto!important}.das-ui-search-form.das-ui-search-form-en-filter .das-ui-form-item-label{max-width:170px!important;width:170px!important}.das-ui-search-form.das-ui-search-form-en-filter .das-ui-form-item-label .label{max-width:170px!important}.das-ui-search-form.das-ui-search-form-en-nonefilter .align-left-filter-content .das-ui-form-item-label{width:auto!important}.das-ui-search-form.das-ui-search-form-en-nonefilter .das-ui-form-item-label{max-width:120px!important;width:120px!important}.das-ui-search-form.das-ui-search-form-en-nonefilter .das-ui-form-item-label .label{max-width:120px!important}
|
|
Binary file
|