@idmwx/idmui-report 3.3.5 → 3.3.6
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/dist/Voyage/src/fli/summary.vue.d.ts +1 -0
- package/dist/index.js +5 -4
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5857,6 +5857,7 @@ function H4(s, c, o, u, i, l) {
|
|
|
5857
5857
|
}
|
|
5858
5858
|
const G4 = /* @__PURE__ */ Ht(L4, [["render", H4], ["__scopeId", "data-v-61638416"]]);
|
|
5859
5859
|
const $4 = {
|
|
5860
|
+
name: "FliVygSummary",
|
|
5860
5861
|
components: {
|
|
5861
5862
|
Editor: no
|
|
5862
5863
|
},
|
|
@@ -5934,7 +5935,7 @@ const $4 = {
|
|
|
5934
5935
|
className: "",
|
|
5935
5936
|
timeCon: ""
|
|
5936
5937
|
};
|
|
5937
|
-
return c == "No" ? (o.conclusion = "
|
|
5938
|
+
return c == "No" ? (o.conclusion = "No Time Lost/Gained", o.className = "", o.timeCon = "") : c == "Lost" ? (o.conclusion = "Time Lost", o.className = "error", o.timeCon = `${s.timeLost} hrs`) : (o.conclusion = "Time Gained", o.className = "success", o.timeCon = `${s.timeGain} hrs`), o;
|
|
5938
5939
|
};
|
|
5939
5940
|
},
|
|
5940
5941
|
// 油耗结论计算
|
|
@@ -5945,7 +5946,7 @@ const $4 = {
|
|
|
5945
5946
|
className: "",
|
|
5946
5947
|
cons: ""
|
|
5947
5948
|
};
|
|
5948
|
-
return o === "No" ? (u.conclusion = "
|
|
5949
|
+
return o === "No" ? (u.conclusion = "No Over/Under", u.className = "", u.cons = "") : o === "Over" ? (c === "FO" ? u.conclusion = "FO Over" : u.conclusion = "DO/GO Over", u.className = "error", u.cons = `${s.overCons} mt`) : (c === "FO" ? u.conclusion = "FO Under" : u.conclusion = "DO/GO Under", u.className = "success", u.cons = `${s.saving} mt`), u;
|
|
5949
5950
|
};
|
|
5950
5951
|
},
|
|
5951
5952
|
// 判断单位
|
|
@@ -6040,7 +6041,7 @@ const $4 = {
|
|
|
6040
6041
|
});
|
|
6041
6042
|
}
|
|
6042
6043
|
}
|
|
6043
|
-
}, p = (s) => (he("data-v-
|
|
6044
|
+
}, p = (s) => (he("data-v-a89976df"), s = s(), ve(), s), R4 = /* @__PURE__ */ p(() => /* @__PURE__ */ t("div", { class: "fli-logo-title" }, [
|
|
6044
6045
|
/* @__PURE__ */ t("img", {
|
|
6045
6046
|
src: "https://img.idmwx.com/asset/fli_logo.png",
|
|
6046
6047
|
class: "bgImg"
|
|
@@ -7282,7 +7283,7 @@ function n6(s, c, o, u, i, l) {
|
|
|
7282
7283
|
])
|
|
7283
7284
|
], 2);
|
|
7284
7285
|
}
|
|
7285
|
-
const d6 = /* @__PURE__ */ Ht($4, [["render", n6], ["__scopeId", "data-v-
|
|
7286
|
+
const d6 = /* @__PURE__ */ Ht($4, [["render", n6], ["__scopeId", "data-v-a89976df"]]);
|
|
7286
7287
|
const c6 = {
|
|
7287
7288
|
components: {},
|
|
7288
7289
|
props: {
|