@fecp/designer 5.5.71 → 5.5.72
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/es/designer/package.json.mjs +1 -1
- package/es/designer.css +42 -1
- package/es/packages/vue/src/components/bus/approvalHistory/ApproveIdea.vue.mjs +64 -0
- package/es/packages/vue/src/components/bus/approvalHistory/timeLine.vue.mjs +37 -46
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +42 -1
- package/lib/packages/vue/src/components/bus/approvalHistory/ApproveIdea.vue.js +64 -0
- package/lib/packages/vue/src/components/bus/approvalHistory/timeLine.vue.js +37 -46
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -5556,7 +5556,48 @@ body,
|
|
|
5556
5556
|
display: flex;
|
|
5557
5557
|
margin-top: 2px;
|
|
5558
5558
|
justify-content: space-between;
|
|
5559
|
-
}.el-timeline{--el-timeline-node-size-normal:12px;--el-timeline-node-size-large:14px;--el-timeline-node-color:var(--el-border-color-light);font-size:var(--el-font-size-base);margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline .el-timeline-item__center{align-items:center;display:flex}.el-timeline .el-timeline-item__center .el-timeline-item__wrapper{width:100%}.el-timeline .el-timeline-item__center .el-timeline-item__tail{top:0}.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail{height:calc(50% + 10px);top:calc(50% - 10px)}.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail{height:calc(50% - 10px);display:block}.el-timeline.is-start{padding-left:40px;padding-right:0}.el-timeline.is-end{padding-left:0;padding-right:40px}.el-timeline.is-alternate{padding-left:20px;padding-right:20px}.el-timeline.is-alternate .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline.is-alternate .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse{padding-left:20px;padding-right:20px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline-item{padding-bottom:20px;position:relative}.el-timeline-item__wrapper{box-sizing:content-box;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;position:absolute}.el-timeline-item .el-timeline-item__icon{color:var(--el-color-white);font-size:var(--el-font-size-small)}.el-timeline-item__node{background-color:var(--el-timeline-node-color);border-color:var(--el-timeline-node-color);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__node--normal{width:var(--el-timeline-node-size-normal);height:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{width:var(--el-timeline-node-size-large);height:var(--el-timeline-node-size-large)}.el-timeline-item__node.is-hollow{background:var(--el-color-white);border-style:solid;border-width:2px}.el-timeline-item__node--primary{background-color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-timeline-item__node--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}.el-timeline-item__node--warning{background-color:var(--el-color-warning);border-color:var(--el-color-warning)}.el-timeline-item__node--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-timeline-item__node--info{background-color:var(--el-color-info);border-color:var(--el-color-info)}.el-timeline-item__dot{justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__content{color:var(--el-text-color-primary)}.el-timeline-item__timestamp{color:var(--el-text-color-secondary);line-height:1;font-size:var(--el-font-size-small)}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-timeline-item.is-start .el-timeline-item__wrapper{padding-left:28px}.el-timeline-item.is-start .el-timeline-item__tail{left:4px}.el-timeline-item.is-start .el-timeline-item__node--normal{left:-1px}.el-timeline-item.is-start .el-timeline-item__node--large{left:-2px}.el-timeline-item.is-end .el-timeline-item__wrapper{text-align:right;padding-right:28px}.el-timeline-item.is-end .el-timeline-item__tail{right:4px}.el-timeline-item.is-end .el-timeline-item__node--normal{right:-1px}.el-timeline-item.is-end .el-timeline-item__node--large{right:-2px}.el-timeline-item.is-alternate .el-timeline-item__tail,.el-timeline-item.is-alternate .el-timeline-item__node,.el-timeline-item.is-alternate-reverse .el-timeline-item__tail,.el-timeline-item.is-alternate-reverse .el-timeline-item__node{left:50%;transform:translate(-50%)}
|
|
5559
|
+
}.el-timeline{--el-timeline-node-size-normal:12px;--el-timeline-node-size-large:14px;--el-timeline-node-color:var(--el-border-color-light);font-size:var(--el-font-size-base);margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline .el-timeline-item__center{align-items:center;display:flex}.el-timeline .el-timeline-item__center .el-timeline-item__wrapper{width:100%}.el-timeline .el-timeline-item__center .el-timeline-item__tail{top:0}.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail{height:calc(50% + 10px);top:calc(50% - 10px)}.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail{height:calc(50% - 10px);display:block}.el-timeline.is-start{padding-left:40px;padding-right:0}.el-timeline.is-end{padding-left:0;padding-right:40px}.el-timeline.is-alternate{padding-left:20px;padding-right:20px}.el-timeline.is-alternate .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline.is-alternate .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse{padding-left:20px;padding-right:20px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline-item{padding-bottom:20px;position:relative}.el-timeline-item__wrapper{box-sizing:content-box;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;position:absolute}.el-timeline-item .el-timeline-item__icon{color:var(--el-color-white);font-size:var(--el-font-size-small)}.el-timeline-item__node{background-color:var(--el-timeline-node-color);border-color:var(--el-timeline-node-color);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__node--normal{width:var(--el-timeline-node-size-normal);height:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{width:var(--el-timeline-node-size-large);height:var(--el-timeline-node-size-large)}.el-timeline-item__node.is-hollow{background:var(--el-color-white);border-style:solid;border-width:2px}.el-timeline-item__node--primary{background-color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-timeline-item__node--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}.el-timeline-item__node--warning{background-color:var(--el-color-warning);border-color:var(--el-color-warning)}.el-timeline-item__node--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-timeline-item__node--info{background-color:var(--el-color-info);border-color:var(--el-color-info)}.el-timeline-item__dot{justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__content{color:var(--el-text-color-primary)}.el-timeline-item__timestamp{color:var(--el-text-color-secondary);line-height:1;font-size:var(--el-font-size-small)}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-timeline-item.is-start .el-timeline-item__wrapper{padding-left:28px}.el-timeline-item.is-start .el-timeline-item__tail{left:4px}.el-timeline-item.is-start .el-timeline-item__node--normal{left:-1px}.el-timeline-item.is-start .el-timeline-item__node--large{left:-2px}.el-timeline-item.is-end .el-timeline-item__wrapper{text-align:right;padding-right:28px}.el-timeline-item.is-end .el-timeline-item__tail{right:4px}.el-timeline-item.is-end .el-timeline-item__node--normal{right:-1px}.el-timeline-item.is-end .el-timeline-item__node--large{right:-2px}.el-timeline-item.is-alternate .el-timeline-item__tail,.el-timeline-item.is-alternate .el-timeline-item__node,.el-timeline-item.is-alternate-reverse .el-timeline-item__tail,.el-timeline-item.is-alternate-reverse .el-timeline-item__node{left:50%;transform:translate(-50%)}.app-content .approveIdea[data-v-f893cd22] {
|
|
5560
|
+
min-height: 30px;
|
|
5561
|
+
background: linear-gradient(to bottom, transparent 29px, #dedede 1px);
|
|
5562
|
+
background-size: 100% 30px;
|
|
5563
|
+
color: #ff9800;
|
|
5564
|
+
overflow: hidden;
|
|
5565
|
+
white-space: pre-wrap;
|
|
5566
|
+
word-break: break-all;
|
|
5567
|
+
word-wrap: break-word;
|
|
5568
|
+
display: -webkit-box;
|
|
5569
|
+
-webkit-line-clamp: 3;
|
|
5570
|
+
-webkit-box-orient: vertical;
|
|
5571
|
+
line-height: 30px;
|
|
5572
|
+
max-height: 90px;
|
|
5573
|
+
position: relative;
|
|
5574
|
+
}
|
|
5575
|
+
.app-content .approveIdea[data-v-f893cd22]:not(.is-expanded)::after {
|
|
5576
|
+
content: "";
|
|
5577
|
+
position: absolute;
|
|
5578
|
+
bottom: 0;
|
|
5579
|
+
left: 0;
|
|
5580
|
+
right: 0;
|
|
5581
|
+
height: 40px;
|
|
5582
|
+
background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.9));
|
|
5583
|
+
pointer-events: none;
|
|
5584
|
+
}
|
|
5585
|
+
.app-content .approveIdea.is-expanded[data-v-f893cd22] {
|
|
5586
|
+
display: block;
|
|
5587
|
+
max-height: none;
|
|
5588
|
+
-webkit-line-clamp: unset;
|
|
5589
|
+
overflow: visible;
|
|
5590
|
+
}
|
|
5591
|
+
.app-content .approveIdea.is-expanded[data-v-f893cd22]::after {
|
|
5592
|
+
display: none;
|
|
5593
|
+
}
|
|
5594
|
+
.app-content .approve-toggle[data-v-f893cd22] {
|
|
5595
|
+
color: var(--el-color-primary);
|
|
5596
|
+
font-size: 12px;
|
|
5597
|
+
cursor: pointer;
|
|
5598
|
+
padding: 4px 0;
|
|
5599
|
+
text-align: right;
|
|
5600
|
+
}
|
|
5560
5601
|
.flowTimeline {
|
|
5561
5602
|
width: 100%;
|
|
5562
5603
|
height: 100%;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { ref, onMounted, watch, createElementBlock, createCommentVNode, openBlock, createElementVNode, normalizeClass, toDisplayString, nextTick } from "vue";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
key: 0,
|
|
6
|
+
class: "app-content"
|
|
7
|
+
};
|
|
8
|
+
const _sfc_main = {
|
|
9
|
+
__name: "ApproveIdea",
|
|
10
|
+
props: {
|
|
11
|
+
approveDesc: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: ""
|
|
14
|
+
},
|
|
15
|
+
uniqueKey: {
|
|
16
|
+
type: String,
|
|
17
|
+
required: true
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
setup(__props) {
|
|
21
|
+
const props = __props;
|
|
22
|
+
const ideaRef = ref(null);
|
|
23
|
+
const isExpanded = ref(false);
|
|
24
|
+
const isOverflow = ref(false);
|
|
25
|
+
const checkOverflow = () => {
|
|
26
|
+
if (!ideaRef.value) return;
|
|
27
|
+
nextTick(() => {
|
|
28
|
+
isOverflow.value = ideaRef.value.scrollHeight > ideaRef.value.offsetHeight;
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
const toggle = () => {
|
|
32
|
+
isExpanded.value = !isExpanded.value;
|
|
33
|
+
};
|
|
34
|
+
onMounted(() => {
|
|
35
|
+
checkOverflow();
|
|
36
|
+
});
|
|
37
|
+
watch(
|
|
38
|
+
() => props.approveDesc,
|
|
39
|
+
() => {
|
|
40
|
+
isExpanded.value = false;
|
|
41
|
+
checkOverflow();
|
|
42
|
+
}
|
|
43
|
+
);
|
|
44
|
+
return (_ctx, _cache) => {
|
|
45
|
+
return __props.approveDesc ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
46
|
+
createElementVNode("div", {
|
|
47
|
+
class: normalizeClass(["approveIdea", { "is-expanded": isExpanded.value || !isOverflow.value }]),
|
|
48
|
+
ref: (el) => {
|
|
49
|
+
if (el) ideaRef.value = el;
|
|
50
|
+
}
|
|
51
|
+
}, toDisplayString(__props.approveDesc), 3),
|
|
52
|
+
isOverflow.value ? (openBlock(), createElementBlock("div", {
|
|
53
|
+
key: 0,
|
|
54
|
+
class: "approve-toggle",
|
|
55
|
+
onClick: toggle
|
|
56
|
+
}, toDisplayString(isExpanded.value ? "收起" : "展开"), 1)) : createCommentVNode("", true)
|
|
57
|
+
])) : createCommentVNode("", true);
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
};
|
|
61
|
+
const ApproveIdea = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f893cd22"]]);
|
|
62
|
+
export {
|
|
63
|
+
ApproveIdea as default
|
|
64
|
+
};
|
|
@@ -9,6 +9,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
9
9
|
import { ref, watch, nextTick, resolveComponent, createElementBlock, openBlock, createVNode, withCtx, Fragment, renderList, unref, createBlock, createElementVNode, createCommentVNode, toDisplayString, createTextVNode, isRef } from "vue";
|
|
10
10
|
import api from "./api/index.mjs";
|
|
11
11
|
import { getCurrentVueInstance } from "../../../utils/getInstance.mjs";
|
|
12
|
+
import ApproveIdea from "./ApproveIdea.vue.mjs";
|
|
12
13
|
/* empty css */
|
|
13
14
|
import { ElScrollbar } from "../../../../../../node_modules/element-plus/es/components/scrollbar/index.mjs";
|
|
14
15
|
import { ElTimeline, ElTimelineItem } from "../../../../../../node_modules/element-plus/es/components/timeline/index.mjs";
|
|
@@ -59,40 +60,30 @@ const _hoisted_21 = {
|
|
|
59
60
|
const _hoisted_22 = { class: "app-header" };
|
|
60
61
|
const _hoisted_23 = { class: "approveType" };
|
|
61
62
|
const _hoisted_24 = { class: "duration" };
|
|
62
|
-
const _hoisted_25 = {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
};
|
|
66
|
-
const _hoisted_26 = { class: "approveIdea" };
|
|
67
|
-
const _hoisted_27 = { class: "app-footer" };
|
|
68
|
-
const _hoisted_28 = { class: "endTime" };
|
|
69
|
-
const _hoisted_29 = {
|
|
63
|
+
const _hoisted_25 = { class: "app-footer" };
|
|
64
|
+
const _hoisted_26 = { class: "endTime" };
|
|
65
|
+
const _hoisted_27 = {
|
|
70
66
|
key: 0,
|
|
71
67
|
class: "assignee"
|
|
72
68
|
};
|
|
73
|
-
const
|
|
74
|
-
const
|
|
69
|
+
const _hoisted_28 = { class: "assignee-name" };
|
|
70
|
+
const _hoisted_29 = {
|
|
75
71
|
key: 1,
|
|
76
72
|
class: "assignee"
|
|
77
73
|
};
|
|
78
|
-
const
|
|
74
|
+
const _hoisted_30 = {
|
|
79
75
|
key: 1,
|
|
80
76
|
class: "signContent"
|
|
81
77
|
};
|
|
82
|
-
const
|
|
83
|
-
const
|
|
84
|
-
const
|
|
85
|
-
const
|
|
86
|
-
const
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
};
|
|
90
|
-
const
|
|
91
|
-
const _hoisted_39 = { class: "app-footer" };
|
|
92
|
-
const _hoisted_40 = { class: "endTime" };
|
|
93
|
-
const _hoisted_41 = { class: "assignee" };
|
|
94
|
-
const _hoisted_42 = { class: "assignee-name" };
|
|
95
|
-
const _hoisted_43 = {
|
|
78
|
+
const _hoisted_31 = { class: "content" };
|
|
79
|
+
const _hoisted_32 = { class: "app-header" };
|
|
80
|
+
const _hoisted_33 = { class: "approveType" };
|
|
81
|
+
const _hoisted_34 = { class: "duration" };
|
|
82
|
+
const _hoisted_35 = { class: "app-footer" };
|
|
83
|
+
const _hoisted_36 = { class: "endTime" };
|
|
84
|
+
const _hoisted_37 = { class: "assignee" };
|
|
85
|
+
const _hoisted_38 = { class: "assignee-name" };
|
|
86
|
+
const _hoisted_39 = {
|
|
96
87
|
key: 1,
|
|
97
88
|
class: "content"
|
|
98
89
|
};
|
|
@@ -257,19 +248,19 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
257
248
|
createElementVNode("span", _hoisted_23, toDisplayString(node.approveName || "办理完成"), 1),
|
|
258
249
|
createElementVNode("span", _hoisted_24, "耗时:" + toDisplayString(node.duration), 1)
|
|
259
250
|
]),
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
createElementVNode("div",
|
|
264
|
-
createElementVNode("span",
|
|
251
|
+
createVNode(ApproveIdea, {
|
|
252
|
+
approveDesc: node.approveDesc
|
|
253
|
+
}, null, 8, ["approveDesc"]),
|
|
254
|
+
createElementVNode("div", _hoisted_25, [
|
|
255
|
+
createElementVNode("span", _hoisted_26, [
|
|
265
256
|
_cache[3] || (_cache[3] = createElementVNode("i", { class: "el-icon-time" }, null, -1)),
|
|
266
257
|
createTextVNode(toDisplayString(node.endTime), 1)
|
|
267
258
|
]),
|
|
268
|
-
node.taskType == "task" ? (openBlock(), createElementBlock("span",
|
|
259
|
+
node.taskType == "task" ? (openBlock(), createElementBlock("span", _hoisted_27, [
|
|
269
260
|
_cache[4] || (_cache[4] = createTextVNode("处理人:")),
|
|
270
|
-
createElementVNode("span",
|
|
261
|
+
createElementVNode("span", _hoisted_28, toDisplayString(node.assigneeName), 1)
|
|
271
262
|
])) : createCommentVNode("", true),
|
|
272
|
-
node.taskType == "callActivity" ? (openBlock(), createElementBlock("span",
|
|
263
|
+
node.taskType == "callActivity" ? (openBlock(), createElementBlock("span", _hoisted_29, [
|
|
273
264
|
createVNode(_component_el_button, {
|
|
274
265
|
type: "primary",
|
|
275
266
|
link: "",
|
|
@@ -285,29 +276,29 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
285
276
|
_cache[6] || (_cache[6] = createElementVNode("div", { class: "addNodeList" }, null, -1))
|
|
286
277
|
])
|
|
287
278
|
])) : createCommentVNode("", true),
|
|
288
|
-
node.taskType == "signTask" ? (openBlock(), createElementBlock("div",
|
|
279
|
+
node.taskType == "signTask" ? (openBlock(), createElementBlock("div", _hoisted_30, [
|
|
289
280
|
node.signTaskList && node.signTaskList.length > 0 ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(node.signTaskList, (sign) => {
|
|
290
|
-
return openBlock(), createElementBlock("div",
|
|
291
|
-
createElementVNode("div",
|
|
292
|
-
createElementVNode("span",
|
|
293
|
-
createElementVNode("span",
|
|
281
|
+
return openBlock(), createElementBlock("div", _hoisted_31, [
|
|
282
|
+
createElementVNode("div", _hoisted_32, [
|
|
283
|
+
createElementVNode("span", _hoisted_33, toDisplayString(sign.approveName || "办理完成"), 1),
|
|
284
|
+
createElementVNode("span", _hoisted_34, "耗时:" + toDisplayString(sign.duration), 1)
|
|
294
285
|
]),
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
createElementVNode("div",
|
|
299
|
-
createElementVNode("span",
|
|
286
|
+
createVNode(ApproveIdea, {
|
|
287
|
+
approveDesc: sign.approveDesc
|
|
288
|
+
}, null, 8, ["approveDesc"]),
|
|
289
|
+
createElementVNode("div", _hoisted_35, [
|
|
290
|
+
createElementVNode("span", _hoisted_36, [
|
|
300
291
|
_cache[7] || (_cache[7] = createElementVNode("i", { class: "el-icon-time" }, null, -1)),
|
|
301
292
|
createTextVNode(toDisplayString(sign.endTime), 1)
|
|
302
293
|
]),
|
|
303
|
-
createElementVNode("span",
|
|
294
|
+
createElementVNode("span", _hoisted_37, [
|
|
304
295
|
_cache[8] || (_cache[8] = createTextVNode("处理人:")),
|
|
305
|
-
createElementVNode("span",
|
|
296
|
+
createElementVNode("span", _hoisted_38, toDisplayString(sign.assigneeName), 1)
|
|
306
297
|
]),
|
|
307
298
|
_cache[9] || (_cache[9] = createElementVNode("div", { class: "addNodeList" }, null, -1))
|
|
308
299
|
])
|
|
309
300
|
]);
|
|
310
|
-
}), 256)) : (openBlock(), createElementBlock("div",
|
|
301
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_39, _cache[10] || (_cache[10] = [
|
|
311
302
|
createElementVNode("div", { class: "approve" }, [
|
|
312
303
|
createElementVNode("span", { class: "point" }),
|
|
313
304
|
createElementVNode("span", { class: "iconfont icon-flow-default approveIcon approve_color_11" }),
|
package/lib/designer.css
CHANGED
|
@@ -5556,7 +5556,48 @@ body,
|
|
|
5556
5556
|
display: flex;
|
|
5557
5557
|
margin-top: 2px;
|
|
5558
5558
|
justify-content: space-between;
|
|
5559
|
-
}.el-timeline{--el-timeline-node-size-normal:12px;--el-timeline-node-size-large:14px;--el-timeline-node-color:var(--el-border-color-light);font-size:var(--el-font-size-base);margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline .el-timeline-item__center{align-items:center;display:flex}.el-timeline .el-timeline-item__center .el-timeline-item__wrapper{width:100%}.el-timeline .el-timeline-item__center .el-timeline-item__tail{top:0}.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail{height:calc(50% + 10px);top:calc(50% - 10px)}.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail{height:calc(50% - 10px);display:block}.el-timeline.is-start{padding-left:40px;padding-right:0}.el-timeline.is-end{padding-left:0;padding-right:40px}.el-timeline.is-alternate{padding-left:20px;padding-right:20px}.el-timeline.is-alternate .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline.is-alternate .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse{padding-left:20px;padding-right:20px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline-item{padding-bottom:20px;position:relative}.el-timeline-item__wrapper{box-sizing:content-box;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;position:absolute}.el-timeline-item .el-timeline-item__icon{color:var(--el-color-white);font-size:var(--el-font-size-small)}.el-timeline-item__node{background-color:var(--el-timeline-node-color);border-color:var(--el-timeline-node-color);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__node--normal{width:var(--el-timeline-node-size-normal);height:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{width:var(--el-timeline-node-size-large);height:var(--el-timeline-node-size-large)}.el-timeline-item__node.is-hollow{background:var(--el-color-white);border-style:solid;border-width:2px}.el-timeline-item__node--primary{background-color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-timeline-item__node--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}.el-timeline-item__node--warning{background-color:var(--el-color-warning);border-color:var(--el-color-warning)}.el-timeline-item__node--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-timeline-item__node--info{background-color:var(--el-color-info);border-color:var(--el-color-info)}.el-timeline-item__dot{justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__content{color:var(--el-text-color-primary)}.el-timeline-item__timestamp{color:var(--el-text-color-secondary);line-height:1;font-size:var(--el-font-size-small)}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-timeline-item.is-start .el-timeline-item__wrapper{padding-left:28px}.el-timeline-item.is-start .el-timeline-item__tail{left:4px}.el-timeline-item.is-start .el-timeline-item__node--normal{left:-1px}.el-timeline-item.is-start .el-timeline-item__node--large{left:-2px}.el-timeline-item.is-end .el-timeline-item__wrapper{text-align:right;padding-right:28px}.el-timeline-item.is-end .el-timeline-item__tail{right:4px}.el-timeline-item.is-end .el-timeline-item__node--normal{right:-1px}.el-timeline-item.is-end .el-timeline-item__node--large{right:-2px}.el-timeline-item.is-alternate .el-timeline-item__tail,.el-timeline-item.is-alternate .el-timeline-item__node,.el-timeline-item.is-alternate-reverse .el-timeline-item__tail,.el-timeline-item.is-alternate-reverse .el-timeline-item__node{left:50%;transform:translate(-50%)}
|
|
5559
|
+
}.el-timeline{--el-timeline-node-size-normal:12px;--el-timeline-node-size-large:14px;--el-timeline-node-color:var(--el-border-color-light);font-size:var(--el-font-size-base);margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline .el-timeline-item__center{align-items:center;display:flex}.el-timeline .el-timeline-item__center .el-timeline-item__wrapper{width:100%}.el-timeline .el-timeline-item__center .el-timeline-item__tail{top:0}.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail{height:calc(50% + 10px);top:calc(50% - 10px)}.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail{height:calc(50% - 10px);display:block}.el-timeline.is-start{padding-left:40px;padding-right:0}.el-timeline.is-end{padding-left:0;padding-right:40px}.el-timeline.is-alternate{padding-left:20px;padding-right:20px}.el-timeline.is-alternate .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline.is-alternate .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse{padding-left:20px;padding-right:20px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline-item{padding-bottom:20px;position:relative}.el-timeline-item__wrapper{box-sizing:content-box;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;position:absolute}.el-timeline-item .el-timeline-item__icon{color:var(--el-color-white);font-size:var(--el-font-size-small)}.el-timeline-item__node{background-color:var(--el-timeline-node-color);border-color:var(--el-timeline-node-color);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__node--normal{width:var(--el-timeline-node-size-normal);height:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{width:var(--el-timeline-node-size-large);height:var(--el-timeline-node-size-large)}.el-timeline-item__node.is-hollow{background:var(--el-color-white);border-style:solid;border-width:2px}.el-timeline-item__node--primary{background-color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-timeline-item__node--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}.el-timeline-item__node--warning{background-color:var(--el-color-warning);border-color:var(--el-color-warning)}.el-timeline-item__node--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-timeline-item__node--info{background-color:var(--el-color-info);border-color:var(--el-color-info)}.el-timeline-item__dot{justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__content{color:var(--el-text-color-primary)}.el-timeline-item__timestamp{color:var(--el-text-color-secondary);line-height:1;font-size:var(--el-font-size-small)}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-timeline-item.is-start .el-timeline-item__wrapper{padding-left:28px}.el-timeline-item.is-start .el-timeline-item__tail{left:4px}.el-timeline-item.is-start .el-timeline-item__node--normal{left:-1px}.el-timeline-item.is-start .el-timeline-item__node--large{left:-2px}.el-timeline-item.is-end .el-timeline-item__wrapper{text-align:right;padding-right:28px}.el-timeline-item.is-end .el-timeline-item__tail{right:4px}.el-timeline-item.is-end .el-timeline-item__node--normal{right:-1px}.el-timeline-item.is-end .el-timeline-item__node--large{right:-2px}.el-timeline-item.is-alternate .el-timeline-item__tail,.el-timeline-item.is-alternate .el-timeline-item__node,.el-timeline-item.is-alternate-reverse .el-timeline-item__tail,.el-timeline-item.is-alternate-reverse .el-timeline-item__node{left:50%;transform:translate(-50%)}.app-content .approveIdea[data-v-f893cd22] {
|
|
5560
|
+
min-height: 30px;
|
|
5561
|
+
background: linear-gradient(to bottom, transparent 29px, #dedede 1px);
|
|
5562
|
+
background-size: 100% 30px;
|
|
5563
|
+
color: #ff9800;
|
|
5564
|
+
overflow: hidden;
|
|
5565
|
+
white-space: pre-wrap;
|
|
5566
|
+
word-break: break-all;
|
|
5567
|
+
word-wrap: break-word;
|
|
5568
|
+
display: -webkit-box;
|
|
5569
|
+
-webkit-line-clamp: 3;
|
|
5570
|
+
-webkit-box-orient: vertical;
|
|
5571
|
+
line-height: 30px;
|
|
5572
|
+
max-height: 90px;
|
|
5573
|
+
position: relative;
|
|
5574
|
+
}
|
|
5575
|
+
.app-content .approveIdea[data-v-f893cd22]:not(.is-expanded)::after {
|
|
5576
|
+
content: "";
|
|
5577
|
+
position: absolute;
|
|
5578
|
+
bottom: 0;
|
|
5579
|
+
left: 0;
|
|
5580
|
+
right: 0;
|
|
5581
|
+
height: 40px;
|
|
5582
|
+
background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.9));
|
|
5583
|
+
pointer-events: none;
|
|
5584
|
+
}
|
|
5585
|
+
.app-content .approveIdea.is-expanded[data-v-f893cd22] {
|
|
5586
|
+
display: block;
|
|
5587
|
+
max-height: none;
|
|
5588
|
+
-webkit-line-clamp: unset;
|
|
5589
|
+
overflow: visible;
|
|
5590
|
+
}
|
|
5591
|
+
.app-content .approveIdea.is-expanded[data-v-f893cd22]::after {
|
|
5592
|
+
display: none;
|
|
5593
|
+
}
|
|
5594
|
+
.app-content .approve-toggle[data-v-f893cd22] {
|
|
5595
|
+
color: var(--el-color-primary);
|
|
5596
|
+
font-size: 12px;
|
|
5597
|
+
cursor: pointer;
|
|
5598
|
+
padding: 4px 0;
|
|
5599
|
+
text-align: right;
|
|
5600
|
+
}
|
|
5560
5601
|
.flowTimeline {
|
|
5561
5602
|
width: 100%;
|
|
5562
5603
|
height: 100%;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
;/* empty css */
|
|
5
|
+
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
+
const _hoisted_1 = {
|
|
7
|
+
key: 0,
|
|
8
|
+
class: "app-content"
|
|
9
|
+
};
|
|
10
|
+
const _sfc_main = {
|
|
11
|
+
__name: "ApproveIdea",
|
|
12
|
+
props: {
|
|
13
|
+
approveDesc: {
|
|
14
|
+
type: String,
|
|
15
|
+
default: ""
|
|
16
|
+
},
|
|
17
|
+
uniqueKey: {
|
|
18
|
+
type: String,
|
|
19
|
+
required: true
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
setup(__props) {
|
|
23
|
+
const props = __props;
|
|
24
|
+
const ideaRef = Vue.ref(null);
|
|
25
|
+
const isExpanded = Vue.ref(false);
|
|
26
|
+
const isOverflow = Vue.ref(false);
|
|
27
|
+
const checkOverflow = () => {
|
|
28
|
+
if (!ideaRef.value) return;
|
|
29
|
+
Vue.nextTick(() => {
|
|
30
|
+
isOverflow.value = ideaRef.value.scrollHeight > ideaRef.value.offsetHeight;
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
const toggle = () => {
|
|
34
|
+
isExpanded.value = !isExpanded.value;
|
|
35
|
+
};
|
|
36
|
+
Vue.onMounted(() => {
|
|
37
|
+
checkOverflow();
|
|
38
|
+
});
|
|
39
|
+
Vue.watch(
|
|
40
|
+
() => props.approveDesc,
|
|
41
|
+
() => {
|
|
42
|
+
isExpanded.value = false;
|
|
43
|
+
checkOverflow();
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
return (_ctx, _cache) => {
|
|
47
|
+
return __props.approveDesc ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
|
|
48
|
+
Vue.createElementVNode("div", {
|
|
49
|
+
class: Vue.normalizeClass(["approveIdea", { "is-expanded": isExpanded.value || !isOverflow.value }]),
|
|
50
|
+
ref: (el) => {
|
|
51
|
+
if (el) ideaRef.value = el;
|
|
52
|
+
}
|
|
53
|
+
}, Vue.toDisplayString(__props.approveDesc), 3),
|
|
54
|
+
isOverflow.value ? (Vue.openBlock(), Vue.createElementBlock("div", {
|
|
55
|
+
key: 0,
|
|
56
|
+
class: "approve-toggle",
|
|
57
|
+
onClick: toggle
|
|
58
|
+
}, Vue.toDisplayString(isExpanded.value ? "收起" : "展开"), 1)) : Vue.createCommentVNode("", true)
|
|
59
|
+
])) : Vue.createCommentVNode("", true);
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
const ApproveIdea = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-f893cd22"]]);
|
|
64
|
+
exports.default = ApproveIdea;
|
|
@@ -11,6 +11,7 @@ require("../../../../../../node_modules/element-plus/es/index.js");
|
|
|
11
11
|
const Vue = require("vue");
|
|
12
12
|
const index = require("./api/index.js");
|
|
13
13
|
const getInstance = require("../../../utils/getInstance.js");
|
|
14
|
+
const ApproveIdea = require("./ApproveIdea.vue.js");
|
|
14
15
|
;/* empty css */
|
|
15
16
|
const index$1 = require("../../../../../../node_modules/element-plus/es/components/scrollbar/index.js");
|
|
16
17
|
const index$2 = require("../../../../../../node_modules/element-plus/es/components/timeline/index.js");
|
|
@@ -61,40 +62,30 @@ const _hoisted_21 = {
|
|
|
61
62
|
const _hoisted_22 = { class: "app-header" };
|
|
62
63
|
const _hoisted_23 = { class: "approveType" };
|
|
63
64
|
const _hoisted_24 = { class: "duration" };
|
|
64
|
-
const _hoisted_25 = {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
};
|
|
68
|
-
const _hoisted_26 = { class: "approveIdea" };
|
|
69
|
-
const _hoisted_27 = { class: "app-footer" };
|
|
70
|
-
const _hoisted_28 = { class: "endTime" };
|
|
71
|
-
const _hoisted_29 = {
|
|
65
|
+
const _hoisted_25 = { class: "app-footer" };
|
|
66
|
+
const _hoisted_26 = { class: "endTime" };
|
|
67
|
+
const _hoisted_27 = {
|
|
72
68
|
key: 0,
|
|
73
69
|
class: "assignee"
|
|
74
70
|
};
|
|
75
|
-
const
|
|
76
|
-
const
|
|
71
|
+
const _hoisted_28 = { class: "assignee-name" };
|
|
72
|
+
const _hoisted_29 = {
|
|
77
73
|
key: 1,
|
|
78
74
|
class: "assignee"
|
|
79
75
|
};
|
|
80
|
-
const
|
|
76
|
+
const _hoisted_30 = {
|
|
81
77
|
key: 1,
|
|
82
78
|
class: "signContent"
|
|
83
79
|
};
|
|
84
|
-
const
|
|
85
|
-
const
|
|
86
|
-
const
|
|
87
|
-
const
|
|
88
|
-
const
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
};
|
|
92
|
-
const
|
|
93
|
-
const _hoisted_39 = { class: "app-footer" };
|
|
94
|
-
const _hoisted_40 = { class: "endTime" };
|
|
95
|
-
const _hoisted_41 = { class: "assignee" };
|
|
96
|
-
const _hoisted_42 = { class: "assignee-name" };
|
|
97
|
-
const _hoisted_43 = {
|
|
80
|
+
const _hoisted_31 = { class: "content" };
|
|
81
|
+
const _hoisted_32 = { class: "app-header" };
|
|
82
|
+
const _hoisted_33 = { class: "approveType" };
|
|
83
|
+
const _hoisted_34 = { class: "duration" };
|
|
84
|
+
const _hoisted_35 = { class: "app-footer" };
|
|
85
|
+
const _hoisted_36 = { class: "endTime" };
|
|
86
|
+
const _hoisted_37 = { class: "assignee" };
|
|
87
|
+
const _hoisted_38 = { class: "assignee-name" };
|
|
88
|
+
const _hoisted_39 = {
|
|
98
89
|
key: 1,
|
|
99
90
|
class: "content"
|
|
100
91
|
};
|
|
@@ -259,19 +250,19 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
259
250
|
Vue.createElementVNode("span", _hoisted_23, Vue.toDisplayString(node.approveName || "办理完成"), 1),
|
|
260
251
|
Vue.createElementVNode("span", _hoisted_24, "耗时:" + Vue.toDisplayString(node.duration), 1)
|
|
261
252
|
]),
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
Vue.createElementVNode("div",
|
|
266
|
-
Vue.createElementVNode("span",
|
|
253
|
+
Vue.createVNode(ApproveIdea.default, {
|
|
254
|
+
approveDesc: node.approveDesc
|
|
255
|
+
}, null, 8, ["approveDesc"]),
|
|
256
|
+
Vue.createElementVNode("div", _hoisted_25, [
|
|
257
|
+
Vue.createElementVNode("span", _hoisted_26, [
|
|
267
258
|
_cache[3] || (_cache[3] = Vue.createElementVNode("i", { class: "el-icon-time" }, null, -1)),
|
|
268
259
|
Vue.createTextVNode(Vue.toDisplayString(node.endTime), 1)
|
|
269
260
|
]),
|
|
270
|
-
node.taskType == "task" ? (Vue.openBlock(), Vue.createElementBlock("span",
|
|
261
|
+
node.taskType == "task" ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_27, [
|
|
271
262
|
_cache[4] || (_cache[4] = Vue.createTextVNode("处理人:")),
|
|
272
|
-
Vue.createElementVNode("span",
|
|
263
|
+
Vue.createElementVNode("span", _hoisted_28, Vue.toDisplayString(node.assigneeName), 1)
|
|
273
264
|
])) : Vue.createCommentVNode("", true),
|
|
274
|
-
node.taskType == "callActivity" ? (Vue.openBlock(), Vue.createElementBlock("span",
|
|
265
|
+
node.taskType == "callActivity" ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_29, [
|
|
275
266
|
Vue.createVNode(_component_el_button, {
|
|
276
267
|
type: "primary",
|
|
277
268
|
link: "",
|
|
@@ -287,29 +278,29 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
287
278
|
_cache[6] || (_cache[6] = Vue.createElementVNode("div", { class: "addNodeList" }, null, -1))
|
|
288
279
|
])
|
|
289
280
|
])) : Vue.createCommentVNode("", true),
|
|
290
|
-
node.taskType == "signTask" ? (Vue.openBlock(), Vue.createElementBlock("div",
|
|
281
|
+
node.taskType == "signTask" ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_30, [
|
|
291
282
|
node.signTaskList && node.signTaskList.length > 0 ? (Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, { key: 0 }, Vue.renderList(node.signTaskList, (sign) => {
|
|
292
|
-
return Vue.openBlock(), Vue.createElementBlock("div",
|
|
293
|
-
Vue.createElementVNode("div",
|
|
294
|
-
Vue.createElementVNode("span",
|
|
295
|
-
Vue.createElementVNode("span",
|
|
283
|
+
return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_31, [
|
|
284
|
+
Vue.createElementVNode("div", _hoisted_32, [
|
|
285
|
+
Vue.createElementVNode("span", _hoisted_33, Vue.toDisplayString(sign.approveName || "办理完成"), 1),
|
|
286
|
+
Vue.createElementVNode("span", _hoisted_34, "耗时:" + Vue.toDisplayString(sign.duration), 1)
|
|
296
287
|
]),
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
Vue.createElementVNode("div",
|
|
301
|
-
Vue.createElementVNode("span",
|
|
288
|
+
Vue.createVNode(ApproveIdea.default, {
|
|
289
|
+
approveDesc: sign.approveDesc
|
|
290
|
+
}, null, 8, ["approveDesc"]),
|
|
291
|
+
Vue.createElementVNode("div", _hoisted_35, [
|
|
292
|
+
Vue.createElementVNode("span", _hoisted_36, [
|
|
302
293
|
_cache[7] || (_cache[7] = Vue.createElementVNode("i", { class: "el-icon-time" }, null, -1)),
|
|
303
294
|
Vue.createTextVNode(Vue.toDisplayString(sign.endTime), 1)
|
|
304
295
|
]),
|
|
305
|
-
Vue.createElementVNode("span",
|
|
296
|
+
Vue.createElementVNode("span", _hoisted_37, [
|
|
306
297
|
_cache[8] || (_cache[8] = Vue.createTextVNode("处理人:")),
|
|
307
|
-
Vue.createElementVNode("span",
|
|
298
|
+
Vue.createElementVNode("span", _hoisted_38, Vue.toDisplayString(sign.assigneeName), 1)
|
|
308
299
|
]),
|
|
309
300
|
_cache[9] || (_cache[9] = Vue.createElementVNode("div", { class: "addNodeList" }, null, -1))
|
|
310
301
|
])
|
|
311
302
|
]);
|
|
312
|
-
}), 256)) : (Vue.openBlock(), Vue.createElementBlock("div",
|
|
303
|
+
}), 256)) : (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_39, _cache[10] || (_cache[10] = [
|
|
313
304
|
Vue.createElementVNode("div", { class: "approve" }, [
|
|
314
305
|
Vue.createElementVNode("span", { class: "point" }),
|
|
315
306
|
Vue.createElementVNode("span", { class: "iconfont icon-flow-default approveIcon approve_color_11" }),
|