ui-process-h5 1.1.6 → 1.1.9
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/v3/ui-process-h5.js
CHANGED
|
@@ -7808,10 +7808,6 @@ const mt = /* @__PURE__ */ function() {
|
|
|
7808
7808
|
type: String,
|
|
7809
7809
|
default: "all"
|
|
7810
7810
|
},
|
|
7811
|
-
beforeFunction: {
|
|
7812
|
-
type: Function,
|
|
7813
|
-
default: null
|
|
7814
|
-
},
|
|
7815
7811
|
manual: {
|
|
7816
7812
|
type: Boolean,
|
|
7817
7813
|
default: !1
|
|
@@ -8001,7 +7997,7 @@ const mt = /* @__PURE__ */ function() {
|
|
|
8001
7997
|
);
|
|
8002
7998
|
return;
|
|
8003
7999
|
}
|
|
8004
|
-
this
|
|
8000
|
+
this.$emit("beforeFunction"), this.manual || this.$nextTick(async () => {
|
|
8005
8001
|
await this.handleSongshen();
|
|
8006
8002
|
});
|
|
8007
8003
|
},
|
|
@@ -10485,7 +10481,7 @@ const ZC = /* @__PURE__ */ te(JC, [["render", WC], ["__scopeId", "data-v-91c0258
|
|
|
10485
10481
|
return e;
|
|
10486
10482
|
},
|
|
10487
10483
|
processCardHeight() {
|
|
10488
|
-
let e =
|
|
10484
|
+
let e = 170;
|
|
10489
10485
|
return (!(this.processStatus.status == "\u5DF2\u64A4\u9500" || this.processStatus.status == "\u5DF2\u9A73\u56DE" || this.processStatus.bizStatusName == "\u5DF2\u64A4\u9500" || this.processStatus.bizStatusName == "\u5DF2\u9A73\u56DE") && this.ProcessInsObj.end || this.processStatus.createTopUserId != this.user.userId && this.operBtn.length < 3) && (e -= 80), `calc(100vh - ${e}px)`;
|
|
10490
10486
|
},
|
|
10491
10487
|
processBtn() {
|