ddy-process-pc-vue3 1.0.1-rc.3.27 → 1.0.1-rc.3.29

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ddy-process-pc-vue3",
3
- "version": "1.0.1-rc.3.27",
3
+ "version": "1.0.1-rc.3.29",
4
4
  "description": "> pc端流程组件",
5
5
  "main": "./ddy-process-pc-vue3.umd.cjs",
6
6
  "style": "./style.css",
@@ -16,7 +16,7 @@ function iR(e, i) {
16
16
  }
17
17
  return Object.freeze(Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }));
18
18
  }
19
- const nR = "ddy-process-pc-vue3", rR = "1.0.1-rc.3.27", aR = "> pc\u7AEF\u6D41\u7A0B\u7EC4\u4EF6", oR = "./ddy-process-pc-vue3.umd.cjs", sR = "./style.css", lR = "module", cR = {
19
+ const nR = "ddy-process-pc-vue3", rR = "1.0.1-rc.3.29", aR = "> pc\u7AEF\u6D41\u7A0B\u7EC4\u4EF6", oR = "./ddy-process-pc-vue3.umd.cjs", sR = "./style.css", lR = "module", cR = {
20
20
  ".": {
21
21
  import: "./ddy-process-pc-vue3.js",
22
22
  require: "./ddy-process-pc-vue3.umd.cjs"
@@ -11775,12 +11775,16 @@ var z7 = function() {
11775
11775
  attrs: {
11776
11776
  shadow: "never"
11777
11777
  }
11778
- }, [r("p", [e._v(" " + e._s(a.assigneeName) + " \u5728 [" + e._s(a.createTime) + "] \u5F00\u59CB\u5904\u7406 [" + e._s(a.historyActivityType == "endEvent" ? "\u7ED3\u675F" : a.historyActivityName || "\u672A\u547D\u540D") + "] \u73AF\u8282 ")]), a.historyActivityDurationTime ? r("p", [e._v(" \u4EFB\u52A1\u5386\u65F6 [" + e._s(a.historyActivityDurationTime) + "] ")]) : e._e(), a.comments && a.comments.length > 0 ? [e._l(a.comments.filter(function(c) {
11778
+ }, [r("p", [r("span", {
11779
+ staticClass: "flow-name"
11780
+ }, [e._v(e._s(a.assigneeName))]), e._v(" \u5728 [" + e._s(a.createTime) + "] \u5F00\u59CB\u5904\u7406 "), r("span", {
11781
+ staticClass: "flow-node"
11782
+ }, [e._v("[" + e._s(a.historyActivityType == "endEvent" ? "\u7ED3\u675F" : a.historyActivityName || "\u672A\u547D\u540D") + "]")]), e._v(" \u73AF\u8282 ")]), a.historyActivityDurationTime ? r("p", [e._v(" \u4EFB\u52A1\u5386\u65F6 [" + e._s(a.historyActivityDurationTime) + "] ")]) : e._e(), a.comments && a.comments.length > 0 ? [e._l(a.comments.filter(function(c) {
11779
11783
  return c.action === "AddComment";
11780
11784
  }), function(c, p) {
11781
11785
  return r("p", {
11782
11786
  key: p
11783
- }, [p < 1 ? [e.commentMap[c.type] ? r("span", [e._v(" " + e._s(e.commentMap[c.type]) + ": [" + e._s(c.fullMessage) + "] ")]) : e._e(), a.comments.filter(function(m) {
11787
+ }, [p < 1 ? [e.commentMap[c.type] ? r("span", [e._v(" " + e._s(e.commentMap[c.type]) + ": [" + e._s(c.fullMessage) + "] ")]) : c.fullMessage ? r("span", [e._v(" " + e._s(c.type) + ": [" + e._s(c.fullMessage) + "] ")]) : e._e(), a.comments.filter(function(m) {
11784
11788
  return m.action === "AddComment";
11785
11789
  }).length > 1 ? r("span", {
11786
11790
  staticStyle: {
@@ -11792,7 +11796,7 @@ var z7 = function() {
11792
11796
  }
11793
11797
  }, [e._v(" " + e._s(e.toggleText) + " "), r("i", {
11794
11798
  class: [e.isFlag ? "el-icon-arrow-up" : "el-icon-arrow-down"]
11795
- }), r("el-icon", [e.isFlag ? r("el-icon-arrow-up") : r("el-icon-arrow-down")], 1)], 1) : e._e(), c.time ? r("p", {
11799
+ }), r("el-icon", [e.isFlag ? r("el-icon-arrow-up") : r("el-icon-arrow-down")], 1)], 1) : e._e(), c.time && e.isFlag ? r("p", {
11796
11800
  staticStyle: {
11797
11801
  color: "gray",
11798
11802
  "font-size": "12px"
@@ -11898,7 +11902,7 @@ var U7 = /* @__PURE__ */ Di(
11898
11902
  $7,
11899
11903
  !1,
11900
11904
  Y7,
11901
- null,
11905
+ "c5f2f37a",
11902
11906
  null,
11903
11907
  null
11904
11908
  );
@@ -23534,11 +23538,12 @@ const YW = {
23534
23538
  },
23535
23539
  methods: {
23536
23540
  formatFlow(e) {
23537
- return (e || []).map((r) => ({
23541
+ let i = (e || []).map((r) => ({
23538
23542
  ...r,
23539
23543
  attachmentsFujian: (r.attachments || []).filter((a) => a.type != "signature"),
23540
23544
  attachmentsQianzi: (r.attachments || []).filter((a) => a.type == "signature")
23541
23545
  }));
23546
+ return i = i.reverse(), i;
23542
23547
  },
23543
23548
  cancelHandlerFn() {
23544
23549
  this.dialogVisibleOperation = !1, this.submitLoading = !1;
@@ -24031,7 +24036,7 @@ var VW = /* @__PURE__ */ Di(
24031
24036
  UW,
24032
24037
  !1,
24033
24038
  WW,
24034
- "62ec8edb",
24039
+ "30e23c27",
24035
24040
  null,
24036
24041
  null
24037
24042
  );