@scvzerng/snakerflow-designer-vue2 3.0.56 → 3.0.57
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.
|
@@ -29211,7 +29211,7 @@ var G4 = function() {
|
|
|
29211
29211
|
e.$set(r.form, "preInterceptors", i);
|
|
29212
29212
|
}, expression: "form.preInterceptors" } })], 1)];
|
|
29213
29213
|
}, { model: r.form, field: "preInterceptors" }), e._t("form-item-end-postInterceptors", function() {
|
|
29214
|
-
return [t("el-form-item", { attrs: { size: "small", label: "后置拦截器" } }, [t("el-input", { model: { value: r.form.postInterceptors, callback: function(i) {
|
|
29214
|
+
return [t("el-form-item", { attrs: { size: "small", label: "后置拦截器" } }, [t("el-input", { attrs: { size: "small" }, model: { value: r.form.postInterceptors, callback: function(i) {
|
|
29215
29215
|
e.$set(r.form, "postInterceptors", i);
|
|
29216
29216
|
}, expression: "form.postInterceptors" } })], 1)];
|
|
29217
29217
|
}, { model: r.form, field: "postInterceptors" })], 2)], 1);
|
|
@@ -29409,7 +29409,11 @@ const u5 = /* @__PURE__ */ ps(l5), c5 = (n, e) => ({
|
|
|
29409
29409
|
按数量通过:#nrOfCompletedInstances==n,这里表示n人完成任务,会签结束, <br/>
|
|
29410
29410
|
输入上面完成条件回车生效,其余可以选择下拉选项
|
|
29411
29411
|
`,
|
|
29412
|
-
render: (v, p) => _o(ub, u5([{
|
|
29412
|
+
render: (v, p) => _o(ub, u5([{
|
|
29413
|
+
attrs: {
|
|
29414
|
+
size: "small"
|
|
29415
|
+
}
|
|
29416
|
+
}, c5(v.field, p.key), {
|
|
29413
29417
|
attrs: {
|
|
29414
29418
|
clearable: !0,
|
|
29415
29419
|
"allow-create": !0,
|
|
@@ -29582,7 +29586,7 @@ var h5 = function() {
|
|
|
29582
29586
|
return [t("el-dropdown-menu", e._l(r.dropdownData, function(i) {
|
|
29583
29587
|
return t("el-dropdown-item", { key: i.name, attrs: { disabled: i.disabled === !0, icon: i.icon, command: i.name } }, [e._v(" " + e._s(i.label) + " ")]);
|
|
29584
29588
|
}), 1)];
|
|
29585
|
-
}, proxy: !0 }]) }, [t("el-button", { attrs: { link: "", type: "primary" } }, [e._v("添加"), t("i", { staticClass: "el-icon-arrow-down el-icon--right" })])], 1)], 1)];
|
|
29589
|
+
}, proxy: !0 }]) }, [t("el-button", { attrs: { size: "small", link: "", type: "primary" } }, [e._v("添加"), t("i", { staticClass: "el-icon-arrow-down el-icon--right" })])], 1)], 1)];
|
|
29586
29590
|
}, proxy: !0 }]) }, [t("div", e._l(r.attrList, function(i) {
|
|
29587
29591
|
return t("el-row", { key: i.key, staticStyle: { "margin-bottom": "12px" }, attrs: { item: i } }, [t("el-col", { staticStyle: { height: "32px", display: "flex", "align-items": "center", position: "relative", "z-index": "99999" }, attrs: { span: 10 } }, [t("span", [e._v(e._s(r.getLabel(i.key)) + " "), t("el-tooltip", { attrs: { "raw-content": "", content: r.getTooltip(i.key) } }, [t("i", { staticClass: "el-icon-info" })])], 1)]), t("el-col", { attrs: { span: 12 } }, [i.key == "countersignType" ? t("el-select", { attrs: { size: "small" }, model: { value: r.form.field[i.key], callback: function(o) {
|
|
29588
29592
|
e.$set(r.form.field, i.key, o);
|
|
@@ -30768,7 +30772,7 @@ const NB = /* @__PURE__ */ Qt({
|
|
|
30768
30772
|
var MB = function() {
|
|
30769
30773
|
var e = this, t = e._self._c, r = e._self._setupProxy;
|
|
30770
30774
|
return t("el-dialog", { staticClass: "m-dialog-data-detail", attrs: { title: "查看流程数据", width: "60%", "append-to-body": !0 }, on: { opened: r.handleOpened, close: r.handleClose }, scopedSlots: e._u([{ key: "footer", fn: function() {
|
|
30771
|
-
return [t("el-button", { staticClass: "m-flow-btn-copy", attrs: { type: "primary", "data-clipboard-text": r.copyJsonContent } }, [e._v("复制JSON")]), t("el-button", { staticClass: "m-flow-btn-copy", attrs: { type: "primary", "data-clipboard-text": r.xml } }, [e._v("复制XML")])];
|
|
30775
|
+
return [t("el-button", { staticClass: "m-flow-btn-copy", attrs: { size: "small", type: "primary", "data-clipboard-text": r.copyJsonContent } }, [e._v("复制JSON")]), t("el-button", { staticClass: "m-flow-btn-copy", attrs: { size: "small", type: "primary", "data-clipboard-text": r.xml } }, [e._v("复制XML")])];
|
|
30772
30776
|
}, proxy: !0 }]), model: { value: r.dialogVisible, callback: function(i) {
|
|
30773
30777
|
r.dialogVisible = i;
|
|
30774
30778
|
}, expression: "dialogVisible" } }, [t("div", { staticStyle: { height: "60vh", "overflow-y": "scroll" } }, [t("el-tabs", { model: { value: r.activeName, callback: function(i) {
|
|
@@ -30819,16 +30823,14 @@ const DB = PB.exports, RB = /* @__PURE__ */ Qt({
|
|
|
30819
30823
|
var LB = function() {
|
|
30820
30824
|
var e = this, t = e._self._c, r = e._self._setupProxy;
|
|
30821
30825
|
return t("el-dialog", { staticClass: "m-dialog-import-data", attrs: { title: "导入流程数据(同时支持xml/json)", width: "60%", "append-to-body": !0 }, on: { close: r.handleClose }, scopedSlots: e._u([{ key: "footer", fn: function() {
|
|
30822
|
-
return [t("el-button", { on: { click: r.handleClose } }, [e._v("取 消")]), t("el-button", { attrs: { type: "primary" }, on: { click: r.handleSubmit } }, [e._v("确 定")]), r.localStorageLfData.length ? t("el-dropdown", { staticStyle: { float: "left" }, attrs: { placement: "top", trigger: "click" }, on: { command: r.handleCommand },
|
|
30823
|
-
return
|
|
30824
|
-
return
|
|
30825
|
-
|
|
30826
|
-
|
|
30827
|
-
}), 1)];
|
|
30828
|
-
}, proxy: !0 }], null, !1, 1997195200) }, [t("el-button", { attrs: { link: "", type: "primary" } }, [e._v("选择"), t("i", { staticClass: "el-icon--right el-icon-arrow-down" })])], 1) : e._e()];
|
|
30826
|
+
return [t("el-button", { attrs: { size: "small" }, on: { click: r.handleClose } }, [e._v("取 消")]), t("el-button", { attrs: { size: "small", type: "primary" }, on: { click: r.handleSubmit } }, [e._v("确 定")]), r.localStorageLfData.length ? t("el-dropdown", { staticStyle: { float: "left" }, attrs: { placement: "top", trigger: "click" }, on: { command: r.handleCommand } }, [t("el-button", { attrs: { size: "small", link: "", type: "primary" } }, [e._v("选择"), t("i", { staticClass: "el-icon--right el-icon-arrow-down" })]), t("el-dropdown-menu", { attrs: { slot: "dropdown" }, slot: "dropdown" }, e._l(r.localStorageLfData, function(i) {
|
|
30827
|
+
return t("el-dropdown-item", { key: i.value, attrs: { command: i.value } }, [e._v(" " + e._s(i.label) + " "), t("i", { staticClass: "el-icon-delete-solid", on: { click: function(o) {
|
|
30828
|
+
return r.handleRemove(i.value);
|
|
30829
|
+
} } })]);
|
|
30830
|
+
}), 1)], 1) : e._e()];
|
|
30829
30831
|
}, proxy: !0 }]), model: { value: r.dialogVisible, callback: function(i) {
|
|
30830
30832
|
r.dialogVisible = i;
|
|
30831
|
-
}, expression: "dialogVisible" } }, [t("div", { staticStyle: { height: "440px", "overflow-y": "scroll" } }, [t("el-input", { attrs: { rows: 20, type: "textarea" }, model: { value: r.graphJsonStr, callback: function(i) {
|
|
30833
|
+
}, expression: "dialogVisible" } }, [t("div", { staticStyle: { height: "440px", "overflow-y": "scroll" } }, [t("el-input", { attrs: { size: "small", rows: 20, type: "textarea" }, model: { value: r.graphJsonStr, callback: function(i) {
|
|
30832
30834
|
r.graphJsonStr = i;
|
|
30833
30835
|
}, expression: "graphJsonStr" } })], 1)]);
|
|
30834
30836
|
}, IB = [], kB = /* @__PURE__ */ tn(
|
|
@@ -30858,10 +30860,10 @@ const BB = kB.exports, jB = /* @__PURE__ */ Qt({
|
|
|
30858
30860
|
var FB = function() {
|
|
30859
30861
|
var e = this, t = e._self._c, r = e._self._setupProxy;
|
|
30860
30862
|
return t("el-dialog", { staticClass: "m-dialog-high-light-data", attrs: { title: "导入高亮数据(json)", width: "60%", "append-to-body": !0 }, on: { close: r.handleClose }, scopedSlots: e._u([{ key: "footer", fn: function() {
|
|
30861
|
-
return [t("el-button", { on: { click: r.handleClose } }, [e._v("取 消")]), t("el-button", { attrs: { type: "primary" }, on: { click: r.handleSubmit } }, [e._v("确 定")])];
|
|
30863
|
+
return [t("el-button", { attrs: { size: "small" }, on: { click: r.handleClose } }, [e._v("取 消")]), t("el-button", { attrs: { size: "small", type: "primary" }, on: { click: r.handleSubmit } }, [e._v("确 定")])];
|
|
30862
30864
|
}, proxy: !0 }]), model: { value: r.dialogVisible, callback: function(i) {
|
|
30863
30865
|
r.dialogVisible = i;
|
|
30864
|
-
}, expression: "dialogVisible" } }, [t("div", { staticStyle: { height: "440px", "overflow-y": "scroll" } }, [t("el-input", { attrs: { rows: 20, type: "textarea" }, model: { value: r.highLightStr, callback: function(i) {
|
|
30866
|
+
}, expression: "dialogVisible" } }, [t("div", { staticStyle: { height: "440px", "overflow-y": "scroll" } }, [t("el-input", { attrs: { size: "small", rows: 20, type: "textarea" }, model: { value: r.highLightStr, callback: function(i) {
|
|
30865
30867
|
r.highLightStr = i;
|
|
30866
30868
|
}, expression: "highLightStr" } })], 1)]);
|
|
30867
30869
|
}, $B = [], HB = /* @__PURE__ */ tn(
|