xyvcard-itsm-flow 0.0.9 → 0.0.10
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/{edit-BatVtQjM.mjs → edit-BnJnxvY6.mjs} +1 -1
- package/dist/{edit-CJKi69Ya.mjs → edit-D8J1Znw_.mjs} +1 -1
- package/dist/{edit-RNcc8UYn.mjs → edit-har-8Y54.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-D9fa466K.mjs → edit.vue_vue_type_script_setup_true_lang-BZ-prpPo.mjs} +3 -4
- package/dist/{edit.vue_vue_type_script_setup_true_lang-DlfhAjvW.mjs → edit.vue_vue_type_script_setup_true_lang-QsTI3qOD.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-4mAArGdW.mjs → edit.vue_vue_type_script_setup_true_lang-TXBAzoPS.mjs} +138 -135
- package/dist/{el-message-9Nit-6wb.mjs → el-message-CIdVBT5R.mjs} +1 -1
- package/dist/{index-CpSpS_gR.mjs → index-BAHlhmvh.mjs} +60 -61
- package/dist/{index-tnwVLRVb.mjs → index-BjBTIknS.mjs} +115 -114
- package/dist/{index-w_RSrZed.mjs → index-C6XFHtva.mjs} +72 -76
- package/dist/{index-BkB6hpAN.mjs → index-CF0oM0UA.mjs} +98 -99
- package/dist/{index-2vkMhoSW.mjs → index-Cp3csR1g.mjs} +2 -2
- package/dist/{index-Ckl3mXfI.mjs → index-DBIF93AC.mjs} +175 -157
- package/dist/{index-BqZwYXr_.mjs → index-DKIrRXT5.mjs} +2 -2
- package/dist/{index-DmttwKtY.mjs → index-DnFWLmFk.mjs} +58 -59
- package/dist/{index-CitJdS-N.mjs → index-DugZK_BS.mjs} +56 -60
- package/dist/{index-ay0TMqjH.mjs → index-bMREgnhp.mjs} +2 -2
- package/dist/index.mjs +60 -59
- package/dts/api/itsm-flow-acceptance/index.d.ts +1 -3
- package/dts/api/itsm-flow-acceptance/types.d.ts +1 -6
- package/dts/constant.d.ts +3 -0
- package/dts/lang/itsm-flow/zh-cn.d.ts +1 -0
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import { defineComponent as se, mergeModels as z, ref as k, useModel as de, reac
|
|
|
2
2
|
import { ElMessage as S } from "element-plus";
|
|
3
3
|
import { useI18n as pe } from "vue-i18n";
|
|
4
4
|
import { i as I, t as fe, a as be } from "./common-Cwl5jzlM.mjs";
|
|
5
|
-
import { g as ve, C as ge, D as $, h as Ne, p as ke, e as he } from "./index-
|
|
5
|
+
import { g as ve, C as ge, D as $, h as Ne, p as ke, e as he } from "./index-DugZK_BS.mjs";
|
|
6
6
|
const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
7
7
|
__name: "edit",
|
|
8
8
|
props: /* @__PURE__ */ z({
|
|
@@ -71,7 +71,6 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
71
71
|
(n) => ({
|
|
72
72
|
...n,
|
|
73
73
|
duration: Number(n.duration)
|
|
74
|
-
// 将字符串转换为数字
|
|
75
74
|
})
|
|
76
75
|
);
|
|
77
76
|
f.value = e;
|
|
@@ -454,7 +453,7 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
454
453
|
"header-align": "center"
|
|
455
454
|
}, {
|
|
456
455
|
default: o(({ row: a }) => [
|
|
457
|
-
b(g(d(fe)(a.cost, a.duration)), 1)
|
|
456
|
+
b(g(d(fe)(a.cost, a.duration)) + "元 ", 1)
|
|
458
457
|
]),
|
|
459
458
|
_: 1
|
|
460
459
|
}, 8, ["label"]),
|
|
@@ -501,7 +500,7 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
501
500
|
label: l.$t("itsmFlowReckoning.totalPrice")
|
|
502
501
|
}, {
|
|
503
502
|
default: o(() => [
|
|
504
|
-
b(g(d(be)(K.value)), 1)
|
|
503
|
+
b(g(d(be)(K.value)) + "元 ", 1)
|
|
505
504
|
]),
|
|
506
505
|
_: 1
|
|
507
506
|
}, 8, ["label"])
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as Ee, mergeModels as Q, ref as f, useModel as Ve, reactive as W, resolveComponent as d, openBlock as E, createBlock as k, withCtx as n, createElementVNode as u, createVNode as l, createTextVNode as V, toDisplayString as _, unref as s, createElementBlock as X, Fragment as Y, renderList as Z, createCommentVNode as Fe } from "vue";
|
|
2
2
|
import { ElMessage as O } from "element-plus";
|
|
3
3
|
import { useI18n as Ue } from "vue-i18n";
|
|
4
|
-
import { b as _e, C as g, c as Ne, d as Ce, D as F, a as K, e as $e, f as x, p as ke } from "./index-
|
|
4
|
+
import { b as _e, C as g, c as Ne, d as Ce, D as F, a as K, e as $e, f as x, p as ke } from "./index-DugZK_BS.mjs";
|
|
5
5
|
import "xyvcard-itsm";
|
|
6
6
|
const Oe = { class: "title" }, Me = /* @__PURE__ */ Ee({
|
|
7
7
|
__name: "edit",
|