xyvcard-itsm-flow 0.0.9 → 0.0.11
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/README.md +51 -51
- package/dist/{FileSaver.min-BeKvLuyk.mjs → FileSaver.min-5d27MsC6.mjs} +12 -12
- package/dist/{edit-BatVtQjM.mjs → edit-B6eDlOpi.mjs} +1 -1
- package/dist/{edit-CJKi69Ya.mjs → edit-Cfo0JZSs.mjs} +1 -1
- package/dist/{edit-RNcc8UYn.mjs → edit-RoD8ie-7.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-D9fa466K.mjs → edit.vue_vue_type_script_setup_true_lang-IEXBlCBV.mjs} +28 -26
- package/dist/{edit.vue_vue_type_script_setup_true_lang-4mAArGdW.mjs → edit.vue_vue_type_script_setup_true_lang-e_oZRaYA.mjs} +164 -157
- package/dist/{edit.vue_vue_type_script_setup_true_lang-DlfhAjvW.mjs → edit.vue_vue_type_script_setup_true_lang-iiu5w8LK.mjs} +222 -214
- package/dist/{el-message-9Nit-6wb.mjs → el-message-So7u3ZRi.mjs} +357 -366
- package/dist/{index-CitJdS-N.mjs → index-C7wI2ALv.mjs} +65 -69
- package/dist/{index-Ckl3mXfI.mjs → index-C96hiFIm.mjs} +178 -157
- package/dist/{index-2vkMhoSW.mjs → index-CC7B9YOg.mjs} +12 -12
- package/dist/index-CMbZtOBo.mjs +633 -0
- package/dist/{index-CpSpS_gR.mjs → index-CNIFtVcB.mjs} +135 -133
- package/dist/{index-ay0TMqjH.mjs → index-CzSzBtpb.mjs} +15 -15
- package/dist/{index-BkB6hpAN.mjs → index-D5ZcRr4h.mjs} +109 -106
- package/dist/{index-DmttwKtY.mjs → index-DWuCzfFj.mjs} +69 -67
- package/dist/{index-w_RSrZed.mjs → index-m-ohs_8-.mjs} +87 -88
- package/dist/{index-BqZwYXr_.mjs → index-nSm5Jecq.mjs} +12 -12
- package/dist/index.mjs +60 -59
- package/dist/style.css +1 -1
- package/dts/api/itsm-flow-acceptance/index.d.ts +1 -3
- package/dts/api/itsm-flow-acceptance/types.d.ts +1 -6
- package/dts/api/itsm-flow-entrust/types.d.ts +3 -1
- package/dts/api/itsm-flow-entrust-user/types.d.ts +3 -1
- package/dts/api/itsm-flow-reckoning/types.d.ts +1 -1
- package/dts/components/TaskItsmFlowAcceptance/index.vue.d.ts +2 -2
- package/dts/components/TaskItsmFlowAcceptanceEdit/index.vue.d.ts +2 -2
- package/dts/components/TaskItsmFlowEntrust/index.vue.d.ts +2 -2
- package/dts/components/TaskItsmFlowEntrustEdit/index.vue.d.ts +2 -2
- package/dts/components/TaskItsmFlowReckoning/index.vue.d.ts +2 -2
- package/dts/components/TaskItsmFlowReckoningEdit/index.vue.d.ts +2 -2
- package/dts/constant.d.ts +3 -0
- package/dts/lang/itsm-flow/zh-cn.d.ts +1 -0
- package/dts/views/itsm-flow-acceptance/edit.vue.d.ts +2 -2
- package/dts/views/itsm-flow-acceptance/index.vue.d.ts +1 -1
- package/dts/views/itsm-flow-entrust/edit.vue.d.ts +2 -2
- package/dts/views/itsm-flow-entrust/index.vue.d.ts +1 -1
- package/dts/views/itsm-flow-reckoning/edit.vue.d.ts +2 -2
- package/dts/views/itsm-flow-reckoning/index.vue.d.ts +1 -1
- package/package.json +63 -63
- package/dist/index-tnwVLRVb.mjs +0 -624
package/README.md
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
# pnpm publish --no-git-checks
|
|
2
|
-
npm config set registry https://registry.npmjs.org/
|
|
3
|
-
|
|
4
|
-
# pnpm install
|
|
5
|
-
npm config set registry https://registry.npmmirror.com/
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
This template should help get you started developing with Vue 3 in Vite.
|
|
9
|
-
|
|
10
|
-
## Recommended IDE Setup
|
|
11
|
-
|
|
12
|
-
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
|
13
|
-
|
|
14
|
-
## Type Support for `.vue` Imports in TS
|
|
15
|
-
|
|
16
|
-
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
|
|
17
|
-
|
|
18
|
-
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
|
|
19
|
-
|
|
20
|
-
1. Disable the built-in TypeScript Extension
|
|
21
|
-
1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette
|
|
22
|
-
2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
|
|
23
|
-
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
|
|
24
|
-
|
|
25
|
-
## Customize configuration
|
|
26
|
-
|
|
27
|
-
See [Vite Configuration Reference](https://vitejs.dev/config/).
|
|
28
|
-
|
|
29
|
-
## Project Setup
|
|
30
|
-
|
|
31
|
-
```sh
|
|
32
|
-
pnpm install
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
### Compile and Hot-Reload for Development
|
|
36
|
-
|
|
37
|
-
```sh
|
|
38
|
-
pnpm dev
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
### Type-Check, Compile and Minify for Production
|
|
42
|
-
|
|
43
|
-
```sh
|
|
44
|
-
pnpm build
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
### Lint with [ESLint](https://eslint.org/)
|
|
48
|
-
|
|
49
|
-
```sh
|
|
50
|
-
pnpm lint
|
|
51
|
-
```
|
|
1
|
+
# pnpm publish --no-git-checks
|
|
2
|
+
npm config set registry https://registry.npmjs.org/
|
|
3
|
+
|
|
4
|
+
# pnpm install
|
|
5
|
+
npm config set registry https://registry.npmmirror.com/
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
This template should help get you started developing with Vue 3 in Vite.
|
|
9
|
+
|
|
10
|
+
## Recommended IDE Setup
|
|
11
|
+
|
|
12
|
+
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
|
13
|
+
|
|
14
|
+
## Type Support for `.vue` Imports in TS
|
|
15
|
+
|
|
16
|
+
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
|
|
17
|
+
|
|
18
|
+
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
|
|
19
|
+
|
|
20
|
+
1. Disable the built-in TypeScript Extension
|
|
21
|
+
1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette
|
|
22
|
+
2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
|
|
23
|
+
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
|
|
24
|
+
|
|
25
|
+
## Customize configuration
|
|
26
|
+
|
|
27
|
+
See [Vite Configuration Reference](https://vitejs.dev/config/).
|
|
28
|
+
|
|
29
|
+
## Project Setup
|
|
30
|
+
|
|
31
|
+
```sh
|
|
32
|
+
pnpm install
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### Compile and Hot-Reload for Development
|
|
36
|
+
|
|
37
|
+
```sh
|
|
38
|
+
pnpm dev
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### Type-Check, Compile and Minify for Production
|
|
42
|
+
|
|
43
|
+
```sh
|
|
44
|
+
pnpm build
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
### Lint with [ESLint](https://eslint.org/)
|
|
48
|
+
|
|
49
|
+
```sh
|
|
50
|
+
pnpm lint
|
|
51
|
+
```
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
var
|
|
1
|
+
var l = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, h = { exports: {} };
|
|
2
2
|
(function(b, j) {
|
|
3
3
|
(function(p, r) {
|
|
4
4
|
r();
|
|
5
|
-
})(
|
|
5
|
+
})(l, function() {
|
|
6
6
|
function p(e, t) {
|
|
7
7
|
return typeof t > "u" ? t = { autoBom: !1 } : typeof t != "object" && (console.warn("Deprecated: Expected third argument to be a object"), t = { autoBom: !t }), t.autoBom && /^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type) ? new Blob(["\uFEFF", e], { type: e.type }) : e;
|
|
8
8
|
}
|
|
9
9
|
function r(e, t, i) {
|
|
10
10
|
var n = new XMLHttpRequest();
|
|
11
11
|
n.open("GET", e), n.responseType = "blob", n.onload = function() {
|
|
12
|
-
|
|
12
|
+
f(n.response, t, i);
|
|
13
13
|
}, n.onerror = function() {
|
|
14
14
|
console.error("could not download file");
|
|
15
15
|
}, n.send();
|
|
@@ -23,7 +23,7 @@ var c = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : ty
|
|
|
23
23
|
}
|
|
24
24
|
return 200 <= t.status && 299 >= t.status;
|
|
25
25
|
}
|
|
26
|
-
function
|
|
26
|
+
function c(e) {
|
|
27
27
|
try {
|
|
28
28
|
e.dispatchEvent(new MouseEvent("click"));
|
|
29
29
|
} catch {
|
|
@@ -31,13 +31,13 @@ var c = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : ty
|
|
|
31
31
|
t.initMouseEvent("click", !0, !0, window, 0, 0, 0, 80, 20, !1, !1, !1, !1, 0, null), e.dispatchEvent(t);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
var a = typeof window == "object" && window.window === window ? window : typeof self == "object" && self.self === self ? self : typeof
|
|
34
|
+
var a = typeof window == "object" && window.window === window ? window : typeof self == "object" && self.self === self ? self : typeof l == "object" && l.global === l ? l : void 0, w = a.navigator && /Macintosh/.test(navigator.userAgent) && /AppleWebKit/.test(navigator.userAgent) && !/Safari/.test(navigator.userAgent), f = a.saveAs || (typeof window != "object" || window !== a ? function() {
|
|
35
35
|
} : "download" in HTMLAnchorElement.prototype && !w ? function(e, t, i) {
|
|
36
36
|
var n = a.URL || a.webkitURL, o = document.createElement("a");
|
|
37
|
-
t = t || e.name || "download", o.download = t, o.rel = "noopener", typeof e == "string" ? (o.href = e, o.origin === location.origin ?
|
|
37
|
+
t = t || e.name || "download", o.download = t, o.rel = "noopener", typeof e == "string" ? (o.href = e, o.origin === location.origin ? c(o) : v(o.href) ? r(e, t, i) : c(o, o.target = "_blank")) : (o.href = n.createObjectURL(e), setTimeout(function() {
|
|
38
38
|
n.revokeObjectURL(o.href);
|
|
39
39
|
}, 4e4), setTimeout(function() {
|
|
40
|
-
|
|
40
|
+
c(o);
|
|
41
41
|
}, 0));
|
|
42
42
|
} : "msSaveOrOpenBlob" in navigator ? function(e, t, i) {
|
|
43
43
|
if (t = t || e.name || "download", typeof e != "string") navigator.msSaveOrOpenBlob(p(e, i), t);
|
|
@@ -45,7 +45,7 @@ var c = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : ty
|
|
|
45
45
|
else {
|
|
46
46
|
var n = document.createElement("a");
|
|
47
47
|
n.href = e, n.target = "_blank", setTimeout(function() {
|
|
48
|
-
|
|
48
|
+
c(n);
|
|
49
49
|
});
|
|
50
50
|
}
|
|
51
51
|
} : function(e, t, i, n) {
|
|
@@ -58,13 +58,13 @@ var c = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : ty
|
|
|
58
58
|
s = m ? s : s.replace(/^data:[^;]*;/, "data:attachment/file;"), n ? n.location.href = s : location = s, n = null;
|
|
59
59
|
}, u.readAsDataURL(e);
|
|
60
60
|
} else {
|
|
61
|
-
var y = a.URL || a.webkitURL,
|
|
62
|
-
n ? n.location =
|
|
63
|
-
y.revokeObjectURL(
|
|
61
|
+
var y = a.URL || a.webkitURL, d = y.createObjectURL(e);
|
|
62
|
+
n ? n.location = d : location.href = d, n = null, setTimeout(function() {
|
|
63
|
+
y.revokeObjectURL(d);
|
|
64
64
|
}, 4e4);
|
|
65
65
|
}
|
|
66
66
|
});
|
|
67
|
-
a.saveAs =
|
|
67
|
+
a.saveAs = f.saveAs = f, b.exports = f;
|
|
68
68
|
});
|
|
69
69
|
})(h);
|
|
70
70
|
var L = h.exports;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as se, mergeModels as z, ref as k, useModel as de, reactive as A, computed as ie, resolveComponent as r,
|
|
1
|
+
import { defineComponent as se, mergeModels as z, ref as k, useModel as de, reactive as A, computed as ie, resolveComponent as r, createBlock as V, openBlock as F, withCtx as o, createVNode as t, createElementVNode as i, unref as d, createElementBlock as re, Fragment as ue, renderList as ce, createTextVNode as b, toDisplayString as g, createCommentVNode as me } from "vue";
|
|
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
|
|
6
|
-
const
|
|
5
|
+
import { g as ve, C as ge, D as $, h as Ne, p as ke, e as _e } from "./index-C7wI2ALv.mjs";
|
|
6
|
+
const he = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
7
7
|
__name: "edit",
|
|
8
8
|
props: /* @__PURE__ */ z({
|
|
9
9
|
entityKey: {
|
|
@@ -17,7 +17,7 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
17
17
|
}),
|
|
18
18
|
emits: /* @__PURE__ */ z(["refresh"], ["update:modelValue"]),
|
|
19
19
|
setup(C, { emit: M }) {
|
|
20
|
-
const { t: N } = pe(),
|
|
20
|
+
const { t: N } = pe(), w = k(), p = de(C, "modelValue"), E = M, U = k([]), _ = k({}), y = C, R = new ve({
|
|
21
21
|
applyStatus: ge.applyStatus.finished
|
|
22
22
|
});
|
|
23
23
|
R.useValues(), $.orgIdBizDict.useValues();
|
|
@@ -66,12 +66,11 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
66
66
|
]
|
|
67
67
|
});
|
|
68
68
|
function G() {
|
|
69
|
-
|
|
69
|
+
_e.findList({ actionId: y.entityKey.reckoningId }).then(({ data: l }) => {
|
|
70
70
|
const e = l.results.map(
|
|
71
71
|
(n) => ({
|
|
72
72
|
...n,
|
|
73
73
|
duration: Number(n.duration)
|
|
74
|
-
// 将字符串转换为数字
|
|
75
74
|
})
|
|
76
75
|
);
|
|
77
76
|
f.value = e;
|
|
@@ -92,7 +91,7 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
92
91
|
}
|
|
93
92
|
const J = async () => {
|
|
94
93
|
var l;
|
|
95
|
-
await ((l =
|
|
94
|
+
await ((l = w.value) == null ? void 0 : l.validate((e) => {
|
|
96
95
|
e && (q(), I.save({
|
|
97
96
|
...s,
|
|
98
97
|
entrustUser: U.value
|
|
@@ -105,7 +104,7 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
105
104
|
}));
|
|
106
105
|
}, Q = async () => {
|
|
107
106
|
var l;
|
|
108
|
-
await ((l =
|
|
107
|
+
await ((l = w.value) == null ? void 0 : l.validate((e) => {
|
|
109
108
|
e && (q(), I.submit({
|
|
110
109
|
...s,
|
|
111
110
|
entrustUser: U.value
|
|
@@ -129,32 +128,32 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
129
128
|
const e = R.values.find(
|
|
130
129
|
(n) => n.key === l
|
|
131
130
|
);
|
|
132
|
-
s.contractName = (e == null ? void 0 : e.contractName) ?? "", s.contractNo = (e == null ? void 0 : e.contractNo) ?? "", s.serviceOrg = (e == null ? void 0 : e.serviceOrg) ?? "", s.entrustName = (e == null ? void 0 : e.entrustName) ?? "", s.orderNo = (e == null ? void 0 : e.orderNo) ?? "", s.serviceContent = (e == null ? void 0 : e.serviceContent) ?? "", s.entrustId = (e == null ? void 0 : e.entrustId) ?? "", s.acceptanceId = (e == null ? void 0 : e.acceptanceId) ?? "", W(),
|
|
131
|
+
s.contractName = (e == null ? void 0 : e.contractName) ?? "", s.contractNo = (e == null ? void 0 : e.contractNo) ?? "", s.serviceOrg = (e == null ? void 0 : e.serviceOrg) ?? "", s.entrustName = (e == null ? void 0 : e.entrustName) ?? "", s.orderNo = (e == null ? void 0 : e.orderNo) ?? "", s.serviceContent = (e == null ? void 0 : e.serviceContent) ?? "", s.entrustId = (e == null ? void 0 : e.entrustId) ?? "", s.acceptanceId = (e == null ? void 0 : e.acceptanceId) ?? "", W(), _.value = new Ne({
|
|
133
132
|
actionId: (e == null ? void 0 : e.entrustId) ?? ""
|
|
134
|
-
}),
|
|
133
|
+
}), _.value.useValues();
|
|
135
134
|
}
|
|
136
135
|
function X(l, e) {
|
|
137
|
-
const n =
|
|
136
|
+
const n = _.value.values.find(
|
|
138
137
|
(c) => c.key === l
|
|
139
138
|
);
|
|
140
139
|
n ? (e.userName = n.value ?? "", e.idNo = n.idNo ?? "", e.cost = Number(n.cost) || 0, e.entrustUserId = n.entrustUserId ?? "") : (e.userName = "", e.idNo = "", e.cost = 0, e.entrustUserId = "");
|
|
141
140
|
}
|
|
142
141
|
return (l, e) => {
|
|
143
|
-
const n = r("el-col"), c = r("el-input"), m = r("el-form-item"), Y = r("jmash-dict-select"), O = r("jmash-select"), j = r("el-row"), v = r("el-table-column"), Z = r("el-option"), x = r("el-select"), ee = r("el-input-number"), le = r("DeleteFilled"), te = r("el-icon"), oe = r("el-table"),
|
|
144
|
-
return
|
|
142
|
+
const n = r("el-col"), c = r("el-input"), m = r("el-form-item"), Y = r("jmash-dict-select"), O = r("jmash-select"), j = r("el-row"), v = r("el-table-column"), Z = r("el-option"), x = r("el-select"), ee = r("el-input-number"), le = r("DeleteFilled"), te = r("el-icon"), oe = r("el-table"), h = r("el-button"), ae = r("el-form"), ne = r("el-dialog");
|
|
143
|
+
return F(), V(ne, {
|
|
145
144
|
modelValue: p.value,
|
|
146
145
|
"onUpdate:modelValue": e[8] || (e[8] = (a) => p.value = a),
|
|
147
146
|
onClose: D
|
|
148
147
|
}, {
|
|
149
148
|
footer: o(() => [
|
|
150
|
-
i("div",
|
|
151
|
-
t(
|
|
149
|
+
i("div", he, [
|
|
150
|
+
t(h, { onClick: D }, {
|
|
152
151
|
default: o(() => [
|
|
153
152
|
b(g(l.$t("common.cancel")), 1)
|
|
154
153
|
]),
|
|
155
154
|
_: 1
|
|
156
155
|
}),
|
|
157
|
-
t(
|
|
156
|
+
t(h, {
|
|
158
157
|
type: "primary",
|
|
159
158
|
onClick: J
|
|
160
159
|
}, {
|
|
@@ -163,7 +162,7 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
163
162
|
]),
|
|
164
163
|
_: 1
|
|
165
164
|
}),
|
|
166
|
-
t(
|
|
165
|
+
t(h, {
|
|
167
166
|
type: "primary",
|
|
168
167
|
onClick: Q
|
|
169
168
|
}, {
|
|
@@ -179,11 +178,12 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
179
178
|
default: o(() => e[9] || (e[9] = [
|
|
180
179
|
i("div", { class: "title" }, "委托服务合同结算清单", -1)
|
|
181
180
|
])),
|
|
182
|
-
_: 1
|
|
181
|
+
_: 1,
|
|
182
|
+
__: [9]
|
|
183
183
|
}),
|
|
184
184
|
t(ae, {
|
|
185
185
|
ref_key: "itsmFlowReckoningFormRef",
|
|
186
|
-
ref:
|
|
186
|
+
ref: w,
|
|
187
187
|
model: d(s),
|
|
188
188
|
"label-width": "150px",
|
|
189
189
|
rules: T,
|
|
@@ -389,7 +389,7 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
389
389
|
onChange: (u) => X(u, a)
|
|
390
390
|
}, {
|
|
391
391
|
default: o(() => [
|
|
392
|
-
(
|
|
392
|
+
(F(!0), re(ue, null, ce(_.value.values, (u) => (F(), V(Z, {
|
|
393
393
|
key: u.key,
|
|
394
394
|
label: u.value,
|
|
395
395
|
value: u.key
|
|
@@ -454,7 +454,7 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
454
454
|
"header-align": "center"
|
|
455
455
|
}, {
|
|
456
456
|
default: o(({ row: a }) => [
|
|
457
|
-
b(g(d(fe)(a.cost, a.duration)), 1)
|
|
457
|
+
b(g(d(fe)(a.cost, a.duration)) + "元 ", 1)
|
|
458
458
|
]),
|
|
459
459
|
_: 1
|
|
460
460
|
}, 8, ["label"]),
|
|
@@ -464,7 +464,7 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
464
464
|
align: "center"
|
|
465
465
|
}, {
|
|
466
466
|
default: o((a) => [
|
|
467
|
-
a.$index !== 0 ? (
|
|
467
|
+
a.$index !== 0 ? (F(), V(te, {
|
|
468
468
|
key: 0,
|
|
469
469
|
onClick: (u) => L(a),
|
|
470
470
|
size: "18",
|
|
@@ -482,7 +482,7 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
482
482
|
]),
|
|
483
483
|
_: 1
|
|
484
484
|
}, 8, ["data"]),
|
|
485
|
-
t(
|
|
485
|
+
t(h, {
|
|
486
486
|
icon: d(ke),
|
|
487
487
|
class: "addButton",
|
|
488
488
|
onClick: P
|
|
@@ -501,7 +501,7 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
501
501
|
label: l.$t("itsmFlowReckoning.totalPrice")
|
|
502
502
|
}, {
|
|
503
503
|
default: o(() => [
|
|
504
|
-
b(g(d(be)(K.value)), 1)
|
|
504
|
+
b(g(d(be)(K.value)) + "元 ", 1)
|
|
505
505
|
]),
|
|
506
506
|
_: 1
|
|
507
507
|
}, 8, ["label"])
|
|
@@ -526,7 +526,8 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
526
526
|
])
|
|
527
527
|
], -1)
|
|
528
528
|
])),
|
|
529
|
-
_: 1
|
|
529
|
+
_: 1,
|
|
530
|
+
__: [10]
|
|
530
531
|
}),
|
|
531
532
|
t(n, {
|
|
532
533
|
span: 12,
|
|
@@ -547,7 +548,8 @@ const Fe = { class: "title" }, Ie = /* @__PURE__ */ se({
|
|
|
547
548
|
])
|
|
548
549
|
], -1)
|
|
549
550
|
])),
|
|
550
|
-
_: 1
|
|
551
|
+
_: 1,
|
|
552
|
+
__: [11]
|
|
551
553
|
})
|
|
552
554
|
]),
|
|
553
555
|
_: 1
|