vue3-curd 1.0.21 → 1.0.25
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/src/components/CURD/types.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/vue3-curd.es.js +963 -938
- package/dist/vue3-curd.es.js.map +1 -1
- package/dist/vue3-curd.umd.js +1 -1
- package/dist/vue3-curd.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/vue3-curd.es.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { ElTag as
|
|
2
|
-
import { defineComponent as pe, computed as J, createElementBlock as T, openBlock as s, normalizeClass as
|
|
3
|
-
import { createTypes as
|
|
4
|
-
import { PictureFilled as
|
|
5
|
-
import
|
|
6
|
-
import { compressAccurately as
|
|
7
|
-
import { defineStore as
|
|
1
|
+
import { ElTag as ia, ElImage as Re, ElIcon as Ae, ElTable as at, ElTableColumn as tt, ElCheckbox as da, ElSwitch as pa, ElTooltip as lt, ElButton as De, ElLoadingDirective as ot, ElPagination as rt, ElUpload as je, ElLink as nt, ElDialog as fa, ElInput as He, ElForm as ha, ElRow as ma, ElCol as ya, ElFormItem as ga, ElInputNumber as st, ElSelect as ba, ElOption as va, ElDatePicker as ka, ElCheckboxGroup as ct, ElRadioGroup as ut, ElRadio as it, ElTreeSelect as _a, ElColorPicker as dt, ElCard as wa, ElLoading as Va, ElMessage as we, ElMessageBox as _e, ElNotification as Ee } from "element-plus/es";
|
|
2
|
+
import { defineComponent as pe, computed as J, createElementBlock as T, openBlock as s, normalizeClass as Fe, unref as o, createElementVNode as re, toDisplayString as M, Fragment as z, renderList as Q, createBlock as f, createCommentVNode as Z, withCtx as b, createTextVNode as L, ref as x, watch as Ve, normalizeStyle as fe, createVNode as H, getCurrentInstance as he, toRaw as Ie, onMounted as Ne, resolveDirective as Sa, withDirectives as de, renderSlot as xe, withModifiers as pt, nextTick as Le, TransitionGroup as ft, useCssVars as ht, resolveComponent as mt, isRef as $e, vShow as yt, reactive as gt, createSlots as ze, withKeys as Ze, normalizeProps as ea, guardReactiveProps as aa } from "vue";
|
|
3
|
+
import { createTypes as bt } from "vue-types";
|
|
4
|
+
import { PictureFilled as Be, Picture as Pe } from "@element-plus/icons-vue";
|
|
5
|
+
import vt from "axios";
|
|
6
|
+
import { compressAccurately as kt } from "image-conversion";
|
|
7
|
+
import { defineStore as $a } from "pinia";
|
|
8
8
|
import "@vueup/vue-quill/dist/vue-quill.snow.css";
|
|
9
|
-
import { Quill as
|
|
10
|
-
import { useI18n as
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
const oe =
|
|
9
|
+
import { Quill as _t, QuillEditor as wt } from "@vueup/vue-quill";
|
|
10
|
+
import { useI18n as Da } from "vue-i18n";
|
|
11
|
+
import Vt from "dayjs";
|
|
12
|
+
import St from "file-saver";
|
|
13
|
+
const oe = bt({
|
|
14
14
|
func: void 0,
|
|
15
15
|
bool: void 0,
|
|
16
16
|
string: void 0,
|
|
17
17
|
number: void 0,
|
|
18
18
|
object: void 0,
|
|
19
19
|
integer: void 0
|
|
20
|
-
}),
|
|
20
|
+
}), $t = ["xlink:href", "fill"], Dt = /* @__PURE__ */ pe({
|
|
21
21
|
__name: "index",
|
|
22
22
|
props: {
|
|
23
23
|
iconClass: oe.string.isRequired,
|
|
@@ -26,14 +26,14 @@ const oe = yt({
|
|
|
26
26
|
},
|
|
27
27
|
setup(e) {
|
|
28
28
|
const l = e, t = J(() => `#icon-${l.iconClass}`), a = J(() => l.className ? `svg-icon ${l.className}` : "svg-icon");
|
|
29
|
-
return (c,
|
|
30
|
-
class:
|
|
29
|
+
return (c, r) => (s(), T("svg", {
|
|
30
|
+
class: Fe(o(a)),
|
|
31
31
|
"aria-hidden": "true"
|
|
32
32
|
}, [
|
|
33
33
|
re("use", {
|
|
34
|
-
"xlink:href":
|
|
34
|
+
"xlink:href": o(t),
|
|
35
35
|
fill: e.color
|
|
36
|
-
}, null, 8,
|
|
36
|
+
}, null, 8, $t)
|
|
37
37
|
], 2));
|
|
38
38
|
}
|
|
39
39
|
}), be = (e, l) => {
|
|
@@ -41,7 +41,7 @@ const oe = yt({
|
|
|
41
41
|
for (const [a, c] of l)
|
|
42
42
|
t[a] = c;
|
|
43
43
|
return t;
|
|
44
|
-
},
|
|
44
|
+
}, Ke = /* @__PURE__ */ be(Dt, [["__scopeId", "data-v-ed552a8d"]]), Ca = /* @__PURE__ */ pe({
|
|
45
45
|
__name: "index",
|
|
46
46
|
props: {
|
|
47
47
|
options: {
|
|
@@ -63,23 +63,23 @@ const oe = yt({
|
|
|
63
63
|
const a = l.value;
|
|
64
64
|
if (a === "" || a === null || typeof a > "u")
|
|
65
65
|
return "";
|
|
66
|
-
const c = (
|
|
66
|
+
const c = (r) => {
|
|
67
67
|
var y;
|
|
68
|
-
const i = (y = l.options) == null ? void 0 : y.find((
|
|
68
|
+
const i = (y = l.options) == null ? void 0 : y.find((h) => h.value == r || h.label == r);
|
|
69
69
|
return (i == null ? void 0 : i.label) ?? "";
|
|
70
70
|
};
|
|
71
71
|
if (Array.isArray(a))
|
|
72
|
-
return a.map((
|
|
72
|
+
return a.map((r) => c(r)).filter(Boolean).join(l.separator);
|
|
73
73
|
if (typeof a == "string") {
|
|
74
|
-
let
|
|
75
|
-
if (a.indexOf(",") > -1 ?
|
|
76
|
-
return
|
|
74
|
+
let r = [];
|
|
75
|
+
if (a.indexOf(",") > -1 ? r = a.split(",") : a.indexOf("、") > -1 && (r = a.split("、")), r.length > 0)
|
|
76
|
+
return r.map((i) => c(i)).filter(Boolean).join(l.separator);
|
|
77
77
|
}
|
|
78
78
|
return c(a) || a;
|
|
79
79
|
});
|
|
80
|
-
return (a, c) => (s(), T("span", null, M(
|
|
80
|
+
return (a, c) => (s(), T("span", null, M(o(t)), 1));
|
|
81
81
|
}
|
|
82
|
-
}),
|
|
82
|
+
}), Ct = /* @__PURE__ */ pe({
|
|
83
83
|
__name: "index",
|
|
84
84
|
props: {
|
|
85
85
|
options: {
|
|
@@ -98,24 +98,24 @@ const oe = yt({
|
|
|
98
98
|
return "";
|
|
99
99
|
if (Array.isArray(a)) {
|
|
100
100
|
const c = [];
|
|
101
|
-
return l.options.map((
|
|
102
|
-
(a.indexOf(
|
|
101
|
+
return l.options.map((r) => {
|
|
102
|
+
(a.indexOf(r.value) > -1 || a.indexOf(r.label) > -1) && c.push(r);
|
|
103
103
|
}), c;
|
|
104
104
|
} else if (typeof a == "string") {
|
|
105
105
|
let c = [];
|
|
106
106
|
if (a.indexOf(",") > -1 ? c = a.split(",") : a.indexOf("、") > -1 && (c = a.split("、")), c.length > 0) {
|
|
107
|
-
const
|
|
107
|
+
const r = [];
|
|
108
108
|
return l.options.map((i) => {
|
|
109
|
-
(c.indexOf(i.value) > -1 || c.indexOf(i.label) > -1) &&
|
|
110
|
-
}),
|
|
109
|
+
(c.indexOf(i.value) > -1 || c.indexOf(i.label) > -1) && r.push(i);
|
|
110
|
+
}), r;
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
return l.options.find((c) => c.value == a || c.label == a) || a;
|
|
114
114
|
});
|
|
115
115
|
return (a, c) => {
|
|
116
|
-
const
|
|
117
|
-
return Array.isArray(
|
|
118
|
-
i.label ? (s(),
|
|
116
|
+
const r = ia;
|
|
117
|
+
return Array.isArray(o(t)) ? (s(!0), T(z, { key: 0 }, Q(o(t), (i) => (s(), T(z, null, [
|
|
118
|
+
i.label ? (s(), f(r, {
|
|
119
119
|
"disable-transitions": !0,
|
|
120
120
|
key: i.value,
|
|
121
121
|
type: i.elTagType || "primary"
|
|
@@ -126,47 +126,47 @@ const oe = yt({
|
|
|
126
126
|
_: 2
|
|
127
127
|
}, 1032, ["type"])) : Z("", !0)
|
|
128
128
|
], 64))), 256)) : (s(), T(z, { key: 1 }, [
|
|
129
|
-
|
|
129
|
+
o(t).label ? (s(), f(r, {
|
|
130
130
|
"disable-transitions": !0,
|
|
131
|
-
key:
|
|
132
|
-
type:
|
|
131
|
+
key: o(t).value,
|
|
132
|
+
type: o(t).elTagType || "primary"
|
|
133
133
|
}, {
|
|
134
134
|
default: b(() => [
|
|
135
|
-
L(M(
|
|
135
|
+
L(M(o(t).label), 1)
|
|
136
136
|
]),
|
|
137
137
|
_: 1
|
|
138
138
|
}, 8, ["type"])) : Z("", !0)
|
|
139
139
|
], 64));
|
|
140
140
|
};
|
|
141
141
|
}
|
|
142
|
-
}),
|
|
143
|
-
let Ue = null,
|
|
144
|
-
const
|
|
145
|
-
const e =
|
|
142
|
+
}), Ta = /* @__PURE__ */ be(Ct, [["__scopeId", "data-v-9a5060d2"]]);
|
|
143
|
+
let Ue = null, Ea = () => ({}), We = "";
|
|
144
|
+
const Tt = () => {
|
|
145
|
+
const e = vt.create({ baseURL: We, timeout: 5e4 });
|
|
146
146
|
return e.interceptors.response.use(
|
|
147
147
|
(l) => l.data,
|
|
148
148
|
(l) => Promise.reject(l)
|
|
149
149
|
), e;
|
|
150
|
-
}, ke = () => (Ue || (Ue =
|
|
150
|
+
}, ke = () => (Ue || (Ue = Tt()), Ue), Et = (e) => {
|
|
151
151
|
Ue = e;
|
|
152
|
-
},
|
|
153
|
-
|
|
154
|
-
},
|
|
155
|
-
|
|
152
|
+
}, qe = () => Ea(), Ut = (e) => {
|
|
153
|
+
Ea = e;
|
|
154
|
+
}, Qe = () => We, At = (e) => {
|
|
155
|
+
We = e || "";
|
|
156
156
|
};
|
|
157
|
-
function
|
|
157
|
+
function Ge(e) {
|
|
158
158
|
return ke()({
|
|
159
159
|
url: "/resource/oss/listByIds/" + e,
|
|
160
160
|
method: "get"
|
|
161
161
|
});
|
|
162
162
|
}
|
|
163
|
-
function
|
|
163
|
+
function Ua(e) {
|
|
164
164
|
return ke()({
|
|
165
165
|
url: "/resource/oss/" + e,
|
|
166
166
|
method: "delete"
|
|
167
167
|
});
|
|
168
168
|
}
|
|
169
|
-
const
|
|
169
|
+
const Pt = { class: "image-slot" }, Ot = { key: 1 }, It = /* @__PURE__ */ pe({
|
|
170
170
|
__name: "index",
|
|
171
171
|
props: {
|
|
172
172
|
modelValue: [String, Object, Array, Number],
|
|
@@ -180,11 +180,11 @@ const Ut = { class: "image-slot" }, At = { key: 1 }, Ot = /* @__PURE__ */ pe({
|
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
setup(e) {
|
|
183
|
-
const l = e, t =
|
|
183
|
+
const l = e, t = x(""), a = J(() => t.value ? t.value.split(",")[0] : void 0), c = J(() => {
|
|
184
184
|
if (!t.value) return;
|
|
185
185
|
const i = t.value.split(","), y = [];
|
|
186
|
-
return i.forEach((
|
|
187
|
-
}),
|
|
186
|
+
return i.forEach((h) => y.push(h)), y;
|
|
187
|
+
}), r = J(() => {
|
|
188
188
|
const i = l.width;
|
|
189
189
|
return typeof i == "string" ? i : `${i}px`;
|
|
190
190
|
});
|
|
@@ -194,39 +194,39 @@ const Ut = { class: "image-slot" }, At = { key: 1 }, Ot = /* @__PURE__ */ pe({
|
|
|
194
194
|
}), Ve(() => l.modelValue, async (i) => {
|
|
195
195
|
if (i) {
|
|
196
196
|
let y;
|
|
197
|
-
Array.isArray(i) ? y = i : y = (await
|
|
197
|
+
Array.isArray(i) ? y = i : y = (await Ge(i)).data, t.value = y.map((h) => h.url).join(",");
|
|
198
198
|
} else t.value = "";
|
|
199
199
|
}, { immediate: !0, deep: !0 }), (i, y) => {
|
|
200
|
-
const
|
|
200
|
+
const h = Ae, V = Re;
|
|
201
201
|
return s(), T("div", null, [
|
|
202
|
-
|
|
202
|
+
o(a) ? (s(), f(V, {
|
|
203
203
|
key: 0,
|
|
204
|
-
src: `${
|
|
204
|
+
src: `${o(a)}`,
|
|
205
205
|
fit: "scale-down",
|
|
206
206
|
loading: "lazy",
|
|
207
|
-
style: fe(`width:${r
|
|
208
|
-
"preview-src-list":
|
|
207
|
+
style: fe(`width:${o(r)};height:${o(r)};`),
|
|
208
|
+
"preview-src-list": o(c),
|
|
209
209
|
"preview-teleported": ""
|
|
210
210
|
}, {
|
|
211
211
|
error: b(() => [
|
|
212
|
-
re("div",
|
|
213
|
-
|
|
212
|
+
re("div", Pt, [
|
|
213
|
+
H(h, null, {
|
|
214
214
|
default: b(() => [
|
|
215
|
-
|
|
215
|
+
H(o(Be))
|
|
216
216
|
]),
|
|
217
217
|
_: 1
|
|
218
218
|
})
|
|
219
219
|
])
|
|
220
220
|
]),
|
|
221
221
|
_: 1
|
|
222
|
-
}, 8, ["src", "style", "preview-src-list"])) : (s(), T("div",
|
|
222
|
+
}, 8, ["src", "style", "preview-src-list"])) : (s(), T("div", Ot, [
|
|
223
223
|
re("div", {
|
|
224
224
|
class: "image-slot",
|
|
225
|
-
style: fe(`width:${r
|
|
225
|
+
style: fe(`width:${o(r)};height:${o(r)};`)
|
|
226
226
|
}, [
|
|
227
|
-
|
|
227
|
+
H(h, null, {
|
|
228
228
|
default: b(() => [
|
|
229
|
-
|
|
229
|
+
H(o(Be))
|
|
230
230
|
]),
|
|
231
231
|
_: 1
|
|
232
232
|
})
|
|
@@ -235,7 +235,7 @@ const Ut = { class: "image-slot" }, At = { key: 1 }, Ot = /* @__PURE__ */ pe({
|
|
|
235
235
|
]);
|
|
236
236
|
};
|
|
237
237
|
}
|
|
238
|
-
}),
|
|
238
|
+
}), Aa = /* @__PURE__ */ be(It, [["__scopeId", "data-v-dc163acb"]]), xt = { class: "image-slot" }, Lt = /* @__PURE__ */ pe({
|
|
239
239
|
__name: "index",
|
|
240
240
|
props: {
|
|
241
241
|
data: {
|
|
@@ -257,81 +257,81 @@ const Ut = { class: "image-slot" }, At = { key: 1 }, Ot = /* @__PURE__ */ pe({
|
|
|
257
257
|
), a = J(
|
|
258
258
|
() => typeof l.height == "string" ? l.height : `${l.height}px`
|
|
259
259
|
);
|
|
260
|
-
return (c,
|
|
261
|
-
const i =
|
|
260
|
+
return (c, r) => {
|
|
261
|
+
const i = Ae, y = Re, h = Ke;
|
|
262
262
|
return s(), T("span", null, [
|
|
263
|
-
[".jpg", ".png", ".jpeg"].indexOf(e.data.fileSuffix) > -1 ? (s(),
|
|
263
|
+
[".jpg", ".png", ".jpeg"].indexOf(e.data.fileSuffix) > -1 ? (s(), f(y, {
|
|
264
264
|
key: 0,
|
|
265
265
|
src: e.data.url,
|
|
266
266
|
fit: "cover",
|
|
267
267
|
"preview-src-list": [e.data.url],
|
|
268
|
-
style: fe(`width:${
|
|
268
|
+
style: fe(`width:${o(t)};height:${o(a)};`),
|
|
269
269
|
"preview-teleported": ""
|
|
270
270
|
}, {
|
|
271
271
|
error: b(() => [
|
|
272
|
-
re("div",
|
|
273
|
-
|
|
272
|
+
re("div", xt, [
|
|
273
|
+
H(i, null, {
|
|
274
274
|
default: b(() => [
|
|
275
|
-
|
|
275
|
+
H(o(Be))
|
|
276
276
|
]),
|
|
277
277
|
_: 1
|
|
278
278
|
})
|
|
279
279
|
])
|
|
280
280
|
]),
|
|
281
281
|
_: 1
|
|
282
|
-
}, 8, ["src", "preview-src-list", "style"])) : [".xls", ".xlsx", ".csv"].indexOf(e.data.fileSuffix) > -1 ? (s(), h
|
|
282
|
+
}, 8, ["src", "preview-src-list", "style"])) : [".xls", ".xlsx", ".csv"].indexOf(e.data.fileSuffix) > -1 ? (s(), f(h, {
|
|
283
283
|
key: 1,
|
|
284
284
|
"icon-class": "excel",
|
|
285
|
-
style: fe(`width:${
|
|
286
|
-
}, null, 8, ["style"])) : [".doc", ".docx"].indexOf(e.data.fileSuffix) > -1 ? (s(), h
|
|
285
|
+
style: fe(`width:${o(t)};height:${o(a)};`)
|
|
286
|
+
}, null, 8, ["style"])) : [".doc", ".docx"].indexOf(e.data.fileSuffix) > -1 ? (s(), f(h, {
|
|
287
287
|
key: 2,
|
|
288
288
|
"icon-class": "word",
|
|
289
|
-
style: fe(`width:${
|
|
290
|
-
}, null, 8, ["style"])) : [".pdf"].indexOf(e.data.fileSuffix) > -1 ? (s(), h
|
|
289
|
+
style: fe(`width:${o(t)};height:${o(a)};`)
|
|
290
|
+
}, null, 8, ["style"])) : [".pdf"].indexOf(e.data.fileSuffix) > -1 ? (s(), f(h, {
|
|
291
291
|
key: 3,
|
|
292
292
|
"icon-class": "pdf",
|
|
293
|
-
style: fe(`width:${
|
|
294
|
-
}, null, 8, ["style"])) : [".tet"].indexOf(e.data.fileSuffix) > -1 ? (s(), h
|
|
293
|
+
style: fe(`width:${o(t)};height:${o(a)};`)
|
|
294
|
+
}, null, 8, ["style"])) : [".tet"].indexOf(e.data.fileSuffix) > -1 ? (s(), f(h, {
|
|
295
295
|
key: 4,
|
|
296
296
|
"icon-class": "tet",
|
|
297
|
-
style: fe(`width:${
|
|
298
|
-
}, null, 8, ["style"])) : [".zip"].indexOf(e.data.fileSuffix) > -1 ? (s(), h
|
|
297
|
+
style: fe(`width:${o(t)};height:${o(a)};`)
|
|
298
|
+
}, null, 8, ["style"])) : [".zip"].indexOf(e.data.fileSuffix) > -1 ? (s(), f(h, {
|
|
299
299
|
key: 5,
|
|
300
300
|
"icon-class": "zip",
|
|
301
|
-
style: fe(`width:${
|
|
302
|
-
}, null, 8, ["style"])) : (s(), h
|
|
301
|
+
style: fe(`width:${o(t)};height:${o(a)};`)
|
|
302
|
+
}, null, 8, ["style"])) : (s(), f(h, {
|
|
303
303
|
key: 6,
|
|
304
304
|
"icon-class": "unknown",
|
|
305
|
-
style: fe(`width:${
|
|
305
|
+
style: fe(`width:${o(t)};height:${o(a)};`)
|
|
306
306
|
}, null, 8, ["style"]))
|
|
307
307
|
]);
|
|
308
308
|
};
|
|
309
309
|
}
|
|
310
|
-
}),
|
|
310
|
+
}), Pa = /* @__PURE__ */ be(Lt, [["__scopeId", "data-v-a3763021"]]), Oa = {
|
|
311
311
|
bool: [
|
|
312
312
|
{ label: "是", value: "1" },
|
|
313
313
|
{ label: "否", value: "0" },
|
|
314
314
|
{ label: "是", value: "True" },
|
|
315
315
|
{ label: "否", value: "False" }
|
|
316
316
|
]
|
|
317
|
-
},
|
|
317
|
+
}, zt = [
|
|
318
318
|
{ prop: "createTime", width: "165px" },
|
|
319
319
|
{ prop: "createBy", width: "100px" },
|
|
320
320
|
{ prop: "orderNum", width: "80px" },
|
|
321
321
|
{ prop: "sort", width: "80px" },
|
|
322
322
|
{ prop: "code", width: "120px" },
|
|
323
323
|
{ prop: "updateTime", width: "165px" }
|
|
324
|
-
],
|
|
324
|
+
], Bt = [10, 15, 20, 30, 50, 100], ta = {
|
|
325
325
|
pageSize: 15,
|
|
326
326
|
pageNum: 1,
|
|
327
327
|
total: 0,
|
|
328
328
|
orderByColumn: "",
|
|
329
329
|
isAsc: ""
|
|
330
|
-
},
|
|
330
|
+
}, Oe = {
|
|
331
331
|
FULL: "total, sizes, prev, pager, next",
|
|
332
332
|
SIMPLE: "total"
|
|
333
|
-
},
|
|
334
|
-
function
|
|
333
|
+
}, la = 30, Yt = 28;
|
|
334
|
+
function Ye(e) {
|
|
335
335
|
if (!e) return {};
|
|
336
336
|
const l = {};
|
|
337
337
|
for (const t in e) {
|
|
@@ -340,26 +340,26 @@ function ze(e) {
|
|
|
340
340
|
}
|
|
341
341
|
return l;
|
|
342
342
|
}
|
|
343
|
-
function
|
|
343
|
+
function Mt(e) {
|
|
344
344
|
if (e.width) return String(e.width);
|
|
345
|
-
const l =
|
|
345
|
+
const l = zt.find((t) => t.prop === e.prop);
|
|
346
346
|
return l ? l.width : e.prop.includes("time") ? "100px" : "auto";
|
|
347
347
|
}
|
|
348
|
-
function
|
|
348
|
+
function Rt(e, l) {
|
|
349
349
|
if (!l.prop) return "";
|
|
350
350
|
let t;
|
|
351
|
-
if (l.prop.includes(".") ? t = l.prop.split(".").reduce((c,
|
|
351
|
+
if (l.prop.includes(".") ? t = l.prop.split(".").reduce((c, r) => c == null ? void 0 : c[r], e) : t = e[l.prop], t != null) {
|
|
352
352
|
const a = l.prefix || "", c = l.suffix || "";
|
|
353
353
|
return `${a}${t}${c}`;
|
|
354
354
|
}
|
|
355
355
|
return "";
|
|
356
356
|
}
|
|
357
|
-
function
|
|
357
|
+
function jt(e) {
|
|
358
358
|
e.forEach((l) => {
|
|
359
359
|
l.form || (l.form = { order: 100 }), l.form.order == null && (l.form.order = 100), !l.form.type && l.type && (l.form.type = l.type), !l.form.prop && l.prop && (l.form.prop = l.prop), l.search && !l.search.dictType && l.dictType && (l.search.dictType = l.dictType), !l.form.dictType && l.dictType && (l.form.dictType = l.dictType), !l.form.inactiveValue && l.inactiveValue && (l.form.inactiveValue = l.inactiveValue), !l.form.activeValue && l.activeValue && (l.form.activeValue = l.activeValue), l.form.type === "checkbox" && (l.label = ""), l.search && (l.search.prop = l.search.prop ?? l.prop);
|
|
360
360
|
});
|
|
361
361
|
}
|
|
362
|
-
function
|
|
362
|
+
function Ht(e) {
|
|
363
363
|
e.forEach((l) => {
|
|
364
364
|
if (!l.form) return;
|
|
365
365
|
const t = l.form.rules || [];
|
|
@@ -370,29 +370,29 @@ function Rt(e) {
|
|
|
370
370
|
}), l.form.rules = t.length > 0 ? t : void 0;
|
|
371
371
|
});
|
|
372
372
|
}
|
|
373
|
-
function
|
|
373
|
+
function Ia(e, l = "order") {
|
|
374
374
|
return [...e].sort((t, a) => {
|
|
375
|
-
const c = (y,
|
|
376
|
-
const V =
|
|
375
|
+
const c = (y, h) => {
|
|
376
|
+
const V = h.split(".");
|
|
377
377
|
let p = y;
|
|
378
378
|
for (const R of V)
|
|
379
379
|
p = p == null ? void 0 : p[R];
|
|
380
380
|
return p ?? 100;
|
|
381
|
-
},
|
|
382
|
-
return
|
|
381
|
+
}, r = c(t, l), i = c(a, l);
|
|
382
|
+
return r - i;
|
|
383
383
|
});
|
|
384
384
|
}
|
|
385
|
-
function
|
|
385
|
+
function Ft(e, l, t) {
|
|
386
386
|
return e.filter((a) => !(a.canEdit === !1 || t && a.canUpdate === !1 || !t && a.canCreate === !1));
|
|
387
387
|
}
|
|
388
|
-
function
|
|
388
|
+
function Nt(e, l) {
|
|
389
389
|
if (!l.show) return !0;
|
|
390
390
|
for (const t in l.show)
|
|
391
391
|
if (l.show[t].includes(e[t]))
|
|
392
392
|
return !0;
|
|
393
393
|
return !1;
|
|
394
394
|
}
|
|
395
|
-
function
|
|
395
|
+
function Kt(e, l) {
|
|
396
396
|
if (!l.disable && !l.enable) return !1;
|
|
397
397
|
for (const t in l.disable)
|
|
398
398
|
if (l.disable[t].includes(e[t]))
|
|
@@ -402,14 +402,14 @@ function Ft(e, l) {
|
|
|
402
402
|
return !0;
|
|
403
403
|
return !1;
|
|
404
404
|
}
|
|
405
|
-
function
|
|
405
|
+
function Wt(e, l, t, a) {
|
|
406
406
|
l && l[0] && l[1] && (e[t] = `${l[0]},${l[1]}`, a == null || a.addDateRange(e, l, t));
|
|
407
407
|
}
|
|
408
|
-
function
|
|
409
|
-
const { proxy: l } = he(), t =
|
|
410
|
-
...
|
|
411
|
-
pageSize: e.initialPageSize ??
|
|
412
|
-
}),
|
|
408
|
+
function qt(e) {
|
|
409
|
+
const { proxy: l } = he(), t = x([]), a = x(!1), c = x([]), r = x({}), i = x(), y = x({
|
|
410
|
+
...ta,
|
|
411
|
+
pageSize: e.initialPageSize ?? ta.pageSize
|
|
412
|
+
}), h = x(Bt), V = x(Oe.FULL), p = async () => {
|
|
413
413
|
var U;
|
|
414
414
|
if (!e.listApi) {
|
|
415
415
|
e.data ? t.value = Array.isArray(e.data) ? e.data : ((U = e.data) == null ? void 0 : U.value) || [] : t.value = [];
|
|
@@ -419,40 +419,40 @@ function Kt(e) {
|
|
|
419
419
|
try {
|
|
420
420
|
const k = await R(null), E = await e.listApi(k);
|
|
421
421
|
e.afterQuery && await e.afterQuery(E);
|
|
422
|
-
let
|
|
423
|
-
e.treeProps && (
|
|
422
|
+
let P = E.rows || E.data;
|
|
423
|
+
e.treeProps && (P = l == null ? void 0 : l.handleTree(E.data, e.rowKey)), t.value = P, y.value.total = E.total;
|
|
424
424
|
const W = E.total / y.value.pageSize <= 1;
|
|
425
|
-
V.value = W ?
|
|
425
|
+
V.value = W ? Oe.SIMPLE : Oe.FULL, l == null || l.$forceUpdate();
|
|
426
426
|
} catch (k) {
|
|
427
427
|
console.error("Query failed:", k);
|
|
428
428
|
} finally {
|
|
429
429
|
a.value = !1;
|
|
430
430
|
}
|
|
431
431
|
}, R = async (U) => {
|
|
432
|
-
U && (
|
|
432
|
+
U && (r.value = Ye(U));
|
|
433
433
|
let k = e.queryParams || {};
|
|
434
434
|
if (e.beforeQuery) {
|
|
435
435
|
const E = await e.beforeQuery({});
|
|
436
436
|
k = {
|
|
437
437
|
...y.value,
|
|
438
438
|
...k,
|
|
439
|
-
...
|
|
439
|
+
...r.value,
|
|
440
440
|
...E
|
|
441
441
|
};
|
|
442
442
|
} else
|
|
443
443
|
k = {
|
|
444
444
|
...y.value,
|
|
445
445
|
...k,
|
|
446
|
-
...
|
|
446
|
+
...r.value
|
|
447
447
|
};
|
|
448
448
|
return k;
|
|
449
449
|
}, D = (U) => {
|
|
450
|
-
U && (
|
|
450
|
+
U && (r.value = Ye(U)), p();
|
|
451
451
|
}, j = (U) => {
|
|
452
452
|
y.value.pageNum = U, p();
|
|
453
|
-
},
|
|
453
|
+
}, O = (U) => {
|
|
454
454
|
y.value.pageSize = U, p();
|
|
455
|
-
},
|
|
455
|
+
}, F = (U) => {
|
|
456
456
|
U.order && (y.value.orderByColumn = U.prop, y.value.isAsc = U.order), p();
|
|
457
457
|
}, X = (U) => {
|
|
458
458
|
c.value = U, e.selectionChange && e.selectionChange(U);
|
|
@@ -468,73 +468,73 @@ function Kt(e) {
|
|
|
468
468
|
loading: a,
|
|
469
469
|
multipleSelection: c,
|
|
470
470
|
pageOptions: y,
|
|
471
|
-
listSize:
|
|
471
|
+
listSize: h,
|
|
472
472
|
pagingLayout: V,
|
|
473
473
|
defaultSort: i,
|
|
474
474
|
executeQuery: p,
|
|
475
475
|
getQueryParams: R,
|
|
476
476
|
refreshTable: D,
|
|
477
477
|
handlePageChange: j,
|
|
478
|
-
handleSizeChange:
|
|
479
|
-
handleSortChange:
|
|
478
|
+
handleSizeChange: O,
|
|
479
|
+
handleSortChange: F,
|
|
480
480
|
handleSelectionChange: X,
|
|
481
481
|
initData: async () => {
|
|
482
482
|
ee(), await p();
|
|
483
483
|
}
|
|
484
484
|
};
|
|
485
485
|
}
|
|
486
|
-
function
|
|
487
|
-
const { proxy: e } = he(), l = async (
|
|
488
|
-
for (const i of
|
|
486
|
+
function xa() {
|
|
487
|
+
const { proxy: e } = he(), l = async (r) => {
|
|
488
|
+
for (const i of r)
|
|
489
489
|
if (i.type === "dictTag" || i.type === "dictText") {
|
|
490
490
|
const y = await (e == null ? void 0 : e.useOneDict(i.dictType));
|
|
491
|
-
i.data =
|
|
491
|
+
i.data = Ie(y);
|
|
492
492
|
} else if (i.type === "commonDictTag" || i.type === "commonDictText") {
|
|
493
493
|
const y = await (e == null ? void 0 : e.useOneCommonDict(i.dictType));
|
|
494
|
-
i.data =
|
|
494
|
+
i.data = Ie(y);
|
|
495
495
|
}
|
|
496
|
-
}, t = async (
|
|
497
|
-
if (!
|
|
498
|
-
switch (
|
|
496
|
+
}, t = async (r) => {
|
|
497
|
+
if (!r.search) return;
|
|
498
|
+
switch (r.search.type) {
|
|
499
499
|
case "selectApi":
|
|
500
|
-
|
|
500
|
+
r.search.api ? await a(r) : console.error(`${r.prop}中search对象未设置api参数`);
|
|
501
501
|
break;
|
|
502
502
|
case "treeSelectApi":
|
|
503
|
-
|
|
503
|
+
r.search.api ? await c(r) : console.error(`${r.prop}中search对象未设置api参数`);
|
|
504
504
|
break;
|
|
505
505
|
case "selectCommonDict":
|
|
506
|
-
|
|
506
|
+
r.search.data = await (e == null ? void 0 : e.useOneCommonDict(r.search.dictType));
|
|
507
507
|
break;
|
|
508
508
|
case "selectDict":
|
|
509
|
-
|
|
509
|
+
r.search.data = await (e == null ? void 0 : e.useOneDict(r.search.dictType));
|
|
510
510
|
break;
|
|
511
511
|
}
|
|
512
|
-
}, a = async (
|
|
512
|
+
}, a = async (r) => {
|
|
513
513
|
var y;
|
|
514
|
-
if (!((y =
|
|
514
|
+
if (!((y = r.search) != null && y.api)) return;
|
|
515
515
|
const i = {
|
|
516
516
|
pageNum: 1,
|
|
517
517
|
pageSize: 1e3,
|
|
518
|
-
filedName:
|
|
519
|
-
...
|
|
518
|
+
filedName: r.prop,
|
|
519
|
+
...r.search.apiParams || {}
|
|
520
520
|
};
|
|
521
521
|
try {
|
|
522
|
-
const
|
|
523
|
-
|
|
524
|
-
} catch (
|
|
525
|
-
console.error(`Failed to load API data for ${
|
|
522
|
+
const h = await r.search.api(i);
|
|
523
|
+
r.search.data = h.data || h.rows;
|
|
524
|
+
} catch (h) {
|
|
525
|
+
console.error(`Failed to load API data for ${r.prop}:`, h);
|
|
526
526
|
}
|
|
527
|
-
}, c = async (
|
|
527
|
+
}, c = async (r) => {
|
|
528
528
|
var i;
|
|
529
|
-
if ((i =
|
|
529
|
+
if ((i = r.search) != null && i.api)
|
|
530
530
|
try {
|
|
531
|
-
const y = await
|
|
532
|
-
if (
|
|
533
|
-
const V = (
|
|
534
|
-
|
|
531
|
+
const y = await r.search.api({ pageNum: 1, pageSize: 1e3 });
|
|
532
|
+
if (r.search.data = y.data || y.rows || y, r.search.data && Array.isArray(r.search.data)) {
|
|
533
|
+
const V = (r.search.props || { value: "id", label: "label", children: "children" }).value || "id";
|
|
534
|
+
r.search.defaultExpandedKeys = r.search.data.map((p) => p[V]);
|
|
535
535
|
}
|
|
536
536
|
} catch (y) {
|
|
537
|
-
console.error(`Failed to load tree API data for ${
|
|
537
|
+
console.error(`Failed to load tree API data for ${r.prop}:`, y);
|
|
538
538
|
}
|
|
539
539
|
};
|
|
540
540
|
return {
|
|
@@ -543,35 +543,32 @@ function Ia() {
|
|
|
543
543
|
initSelectApi: a
|
|
544
544
|
};
|
|
545
545
|
}
|
|
546
|
-
let
|
|
547
|
-
const
|
|
548
|
-
e.hasPermi && (
|
|
549
|
-
},
|
|
546
|
+
let Je = () => !0, La = () => !0;
|
|
547
|
+
const Qt = (e) => {
|
|
548
|
+
e.hasPermi && (Je = e.hasPermi), e.hasRoles && (La = e.hasRoles);
|
|
549
|
+
}, Me = (e) => {
|
|
550
550
|
if (e == null) return !0;
|
|
551
551
|
const l = Array.isArray(e) ? e : [e];
|
|
552
|
-
return l.length === 0 ? !0 :
|
|
553
|
-
},
|
|
552
|
+
return l.length === 0 ? !0 : Je(l);
|
|
553
|
+
}, Gt = {
|
|
554
554
|
mounted(e, l) {
|
|
555
555
|
var a;
|
|
556
556
|
const { value: t } = l;
|
|
557
|
-
t != null && Array.isArray(t) && t.length > 0 && (
|
|
557
|
+
t != null && Array.isArray(t) && t.length > 0 && (Je(t) || (a = e.parentNode) == null || a.removeChild(e));
|
|
558
558
|
}
|
|
559
|
-
},
|
|
559
|
+
}, Jt = {
|
|
560
560
|
mounted(e, l) {
|
|
561
561
|
var a;
|
|
562
562
|
const { value: t } = l;
|
|
563
|
-
t != null && Array.isArray(t) && t.length > 0 && (
|
|
563
|
+
t != null && Array.isArray(t) && t.length > 0 && (La(t) || (a = e.parentNode) == null || a.removeChild(e));
|
|
564
564
|
}
|
|
565
|
-
},
|
|
565
|
+
}, Xt = {
|
|
566
566
|
key: 2,
|
|
567
567
|
class: "image-style"
|
|
568
|
-
},
|
|
569
|
-
key:
|
|
570
|
-
class: "image-style"
|
|
571
|
-
}, Xt = {
|
|
572
|
-
key: 8,
|
|
568
|
+
}, Zt = {
|
|
569
|
+
key: 7,
|
|
573
570
|
class: "color-cell"
|
|
574
|
-
},
|
|
571
|
+
}, el = { style: { margin: "20px 0px" } }, al = /* @__PURE__ */ pe({
|
|
575
572
|
__name: "curdTable",
|
|
576
573
|
props: {
|
|
577
574
|
dataSource: {},
|
|
@@ -579,195 +576,221 @@ const Wt = (e) => {
|
|
|
579
576
|
},
|
|
580
577
|
emits: ["actionEvent", "selectionChange", "rowClick"],
|
|
581
578
|
setup(e, { expose: l, emit: t }) {
|
|
582
|
-
const { proxy: a } = he(), c = t,
|
|
583
|
-
listData:
|
|
579
|
+
const { proxy: a } = he(), c = t, r = e, i = J(() => r.dataSource.maxHeight ?? r.maxHeight), y = x(), {
|
|
580
|
+
listData: h,
|
|
584
581
|
loading: V,
|
|
585
582
|
multipleSelection: p,
|
|
586
583
|
pageOptions: R,
|
|
587
584
|
listSize: D,
|
|
588
585
|
pagingLayout: j,
|
|
589
|
-
defaultSort:
|
|
590
|
-
refreshTable:
|
|
586
|
+
defaultSort: O,
|
|
587
|
+
refreshTable: F,
|
|
591
588
|
handlePageChange: X,
|
|
592
589
|
handleSizeChange: ee,
|
|
593
590
|
handleSortChange: $,
|
|
594
591
|
handleSelectionChange: U,
|
|
595
592
|
initData: k,
|
|
596
593
|
getQueryParams: E
|
|
597
|
-
} =
|
|
598
|
-
(w) => w.action !== "create" && w.action !== "back" && (!w.position || w.position === "table") &&
|
|
594
|
+
} = qt(r.dataSource), { initColumnDicts: P } = xa(), W = x(Oa), S = (w) => w == null ? void 0 : w[r.dataSource.rowKey], d = J(() => r.dataSource.actions ? r.dataSource.actions.filter(
|
|
595
|
+
(w) => w.action !== "create" && w.action !== "back" && (!w.position || w.position === "table") && Me(w.permission)
|
|
599
596
|
) : []), C = (w) => {
|
|
600
|
-
var
|
|
601
|
-
return !((
|
|
597
|
+
var K;
|
|
598
|
+
return !((K = r.dataSource.disabledCheckedRowKeys) != null && K.includes(S(w)));
|
|
602
599
|
}, A = J(() => {
|
|
603
|
-
const w =
|
|
600
|
+
const w = r.dataSource.actionColumnWidth;
|
|
604
601
|
if (w != null && w !== "")
|
|
605
602
|
return typeof w == "number" ? `${w}px` : w;
|
|
606
|
-
let
|
|
607
|
-
return
|
|
608
|
-
}),
|
|
603
|
+
let K = d.value.length * Yt;
|
|
604
|
+
return K < la && (K = la), `${K + 40}px`;
|
|
605
|
+
}), N = (w, K) => Nt(w, K), G = (w, K) => Kt(w, K), se = (w) => Mt(w), _ = (w) => Me(w == null ? void 0 : w.permission), I = (w) => {
|
|
609
606
|
var ae;
|
|
610
|
-
const
|
|
611
|
-
return
|
|
612
|
-
}, q = (w,
|
|
607
|
+
const K = w.align || r.dataSource.align;
|
|
608
|
+
return K || (((ae = w.label) == null ? void 0 : ae.indexOf("時間")) > -1 || !1 || w.type == "dictTag" || w.type == "image" || w.type == "switch" || w.type == "imageUrl" ? "center" : "left");
|
|
609
|
+
}, q = (w, K) => {
|
|
613
610
|
const ae = a == null ? void 0 : a.useDict(w.dictType)[w.dictType];
|
|
614
611
|
if (ae != null) {
|
|
615
|
-
const
|
|
616
|
-
return
|
|
612
|
+
const te = K[w.prop], le = ae.filter((ge) => ge.value == te);
|
|
613
|
+
return le.length == 0 ? "" : le[0].label;
|
|
617
614
|
} else console.error(w.dictType + " 字典不存在");
|
|
618
|
-
}, Y = (w,
|
|
615
|
+
}, Y = (w, K) => {
|
|
619
616
|
const ae = W.value[w.dictType];
|
|
620
617
|
if (ae != null) {
|
|
621
|
-
const
|
|
622
|
-
return
|
|
618
|
+
const te = K[w.prop], le = ae.find((ge) => ge.value == te);
|
|
619
|
+
return le == null ? "" : le.label;
|
|
623
620
|
} else console.error(w.dictType + " 字典不存在");
|
|
624
|
-
}, ne = (w,
|
|
621
|
+
}, ne = (w, K) => {
|
|
625
622
|
if (w.data != null) {
|
|
626
|
-
const ae =
|
|
627
|
-
return
|
|
623
|
+
const ae = K[w.prop], te = w.data.find((le) => le.value == ae);
|
|
624
|
+
return te == null ? "" : te.label;
|
|
628
625
|
} else console.error("未配置data屬性");
|
|
629
|
-
},
|
|
626
|
+
}, ce = (w, K) => {
|
|
630
627
|
if (w.data != null) {
|
|
631
|
-
const ae =
|
|
632
|
-
return
|
|
628
|
+
const ae = K[w.prop], te = w.data.find((le) => le.value == ae);
|
|
629
|
+
return te == null ? "info" : te.tagType;
|
|
633
630
|
} else console.error("未配置data屬性");
|
|
634
|
-
}, me = (w,
|
|
635
|
-
const
|
|
636
|
-
U(
|
|
637
|
-
}, ye = (w,
|
|
638
|
-
var
|
|
639
|
-
return (
|
|
640
|
-
}, u = (w,
|
|
641
|
-
var
|
|
642
|
-
if (!
|
|
643
|
-
await
|
|
631
|
+
}, me = (w, K) => Rt(w, K), ue = (w) => {
|
|
632
|
+
const K = Array.isArray(w) ? w : [];
|
|
633
|
+
U(K), c("selectionChange", K);
|
|
634
|
+
}, ye = (w, K, ae) => {
|
|
635
|
+
var te, le;
|
|
636
|
+
return (le = (te = r.dataSource).rowClick) == null ? void 0 : le.call(te, w, K, ae);
|
|
637
|
+
}, u = (w, K) => c("actionEvent", w, K), m = () => p.value, n = async () => {
|
|
638
|
+
var K, ae;
|
|
639
|
+
if (!r.dataSource.showSelection || !((K = r.dataSource.checkedRowKeys) != null && K.length)) return;
|
|
640
|
+
await Le();
|
|
644
641
|
const w = y.value;
|
|
645
642
|
if (w != null && w.toggleRowSelection)
|
|
646
|
-
for (const
|
|
647
|
-
const
|
|
648
|
-
if (
|
|
649
|
-
const ge = String(
|
|
650
|
-
(ae =
|
|
643
|
+
for (const te of h.value) {
|
|
644
|
+
const le = S(te);
|
|
645
|
+
if (le == null) continue;
|
|
646
|
+
const ge = String(le);
|
|
647
|
+
(ae = r.dataSource.checkedRowKeys) != null && ae.includes(ge) && w.toggleRowSelection(te, !0);
|
|
651
648
|
}
|
|
652
649
|
}, g = async () => {
|
|
653
|
-
var
|
|
654
|
-
if (!
|
|
655
|
-
await
|
|
650
|
+
var K, ae;
|
|
651
|
+
if (!r.dataSource.showSelection || !((K = r.dataSource.disabledCheckedRowKeys) != null && K.length)) return;
|
|
652
|
+
await Le();
|
|
656
653
|
const w = y.value;
|
|
657
654
|
if (w != null && w.toggleRowSelection)
|
|
658
|
-
for (const
|
|
659
|
-
const
|
|
660
|
-
if (
|
|
661
|
-
const ge = String(
|
|
662
|
-
(ae =
|
|
655
|
+
for (const te of h.value) {
|
|
656
|
+
const le = S(te);
|
|
657
|
+
if (le == null) continue;
|
|
658
|
+
const ge = String(le);
|
|
659
|
+
(ae = r.dataSource.disabledCheckedRowKeys) != null && ae.includes(ge) && w.toggleRowSelection(te, !0);
|
|
663
660
|
}
|
|
664
|
-
},
|
|
665
|
-
await
|
|
661
|
+
}, Xe = async () => {
|
|
662
|
+
await P(r.dataSource.columns), await k(), await g(), await n();
|
|
666
663
|
};
|
|
667
|
-
return
|
|
668
|
-
const ae =
|
|
664
|
+
return Ne(() => Xe()), l({ refreshTable: F, getSelection: m, initData: Xe, getQueryParams: E }), (w, K) => {
|
|
665
|
+
const ae = tt, te = Ae, le = Re, ge = da, Wa = pa, Se = ia, qa = Ta, Qa = Ca, Ga = Ke, Ce = De, Ja = lt, Xa = at, Za = rt, Te = Sa("hasPermi"), et = ot;
|
|
669
666
|
return s(), T("div", null, [
|
|
670
|
-
de((s(),
|
|
667
|
+
de((s(), f(Xa, {
|
|
671
668
|
ref_key: "curdTableRef",
|
|
672
669
|
ref: y,
|
|
673
|
-
data:
|
|
674
|
-
"row-key":
|
|
670
|
+
data: o(h),
|
|
671
|
+
"row-key": r.dataSource.rowKey,
|
|
675
672
|
"element-loading-text": w.$t("數據加載中..."),
|
|
676
673
|
stripe: "",
|
|
677
|
-
"tree-props":
|
|
678
|
-
"default-sort":
|
|
679
|
-
onSelectionChange:
|
|
680
|
-
onSortChange:
|
|
674
|
+
"tree-props": r.dataSource.treeProps,
|
|
675
|
+
"default-sort": o(O),
|
|
676
|
+
onSelectionChange: ue,
|
|
677
|
+
onSortChange: o($),
|
|
681
678
|
onRowClick: ye,
|
|
682
|
-
"default-expand-all":
|
|
683
|
-
"max-height":
|
|
679
|
+
"default-expand-all": r.dataSource.treeDefaultExpandAll ?? !1,
|
|
680
|
+
"max-height": o(i),
|
|
684
681
|
"highlight-current-row": ""
|
|
685
682
|
}, {
|
|
686
683
|
empty: b(() => [
|
|
687
|
-
re("div",
|
|
684
|
+
re("div", el, M(w.$t("未查詢到數據")), 1)
|
|
688
685
|
]),
|
|
689
686
|
default: b(() => [
|
|
690
|
-
|
|
687
|
+
r.dataSource.showSelection ? (s(), f(ae, {
|
|
691
688
|
key: 0,
|
|
692
689
|
type: "selection",
|
|
693
690
|
width: "60",
|
|
694
691
|
selectable: C,
|
|
695
692
|
align: "center"
|
|
696
693
|
})) : Z("", !0),
|
|
697
|
-
|
|
694
|
+
r.dataSource.showIndex ? (s(), f(ae, {
|
|
698
695
|
key: 1,
|
|
699
696
|
type: "index",
|
|
700
697
|
width: "70",
|
|
701
698
|
align: "center",
|
|
702
699
|
label: "序號"
|
|
703
700
|
})) : Z("", !0),
|
|
704
|
-
(s(!0), T(z, null, Q(
|
|
701
|
+
(s(!0), T(z, null, Q(r.dataSource.columns, (v) => (s(), T(z, {
|
|
705
702
|
key: v.prop || v.key
|
|
706
703
|
}, [
|
|
707
|
-
v.width !== 0 && _(v) ? (s(),
|
|
704
|
+
v.width !== 0 && _(v) ? (s(), f(ae, {
|
|
708
705
|
key: 0,
|
|
709
706
|
label: v.label,
|
|
710
707
|
width: se(v),
|
|
711
708
|
"min-width": v.minWidth,
|
|
712
709
|
prop: v.prop,
|
|
713
|
-
align:
|
|
710
|
+
align: I(v),
|
|
714
711
|
sortable: v.sort ? "custom" : !1,
|
|
715
712
|
"show-overflow-tooltip": v.showOverflowTooltip || !0,
|
|
716
713
|
fixed: v.fixed
|
|
717
714
|
}, {
|
|
718
715
|
default: b(({ row: B }) => [
|
|
719
|
-
v.slot ?
|
|
716
|
+
v.slot ? xe(w.$slots, v.slot, {
|
|
720
717
|
key: 0,
|
|
721
718
|
row: B,
|
|
722
719
|
column: v,
|
|
723
720
|
value: B[v.prop]
|
|
724
|
-
}, void 0, !0) : v.type === "image"
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
721
|
+
}, void 0, !0) : v.type === "image" ? (s(), T(z, { key: 1 }, [
|
|
722
|
+
B[v.prop] ? (s(), f(Aa, {
|
|
723
|
+
key: 0,
|
|
724
|
+
modelValue: B[v.prop],
|
|
725
|
+
"onUpdate:modelValue": (ie) => B[v.prop] = ie,
|
|
726
|
+
class: "image-preview",
|
|
727
|
+
width: 24,
|
|
728
|
+
height: 24
|
|
729
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : (s(), f(te, {
|
|
730
|
+
key: 1,
|
|
731
|
+
class: "image-fallback"
|
|
732
|
+
}, {
|
|
733
|
+
default: b(() => [
|
|
734
|
+
H(o(Pe))
|
|
735
|
+
]),
|
|
736
|
+
_: 1
|
|
737
|
+
}))
|
|
738
|
+
], 64)) : v.type === "networkImage" || v.type === "imageUrl" ? (s(), T("view", Xt, [
|
|
739
|
+
B[v.prop] ? (s(), f(le, {
|
|
740
|
+
key: 0,
|
|
739
741
|
src: B[v.prop],
|
|
740
742
|
fit: "cover",
|
|
741
|
-
style: { height: "24px" }
|
|
742
|
-
|
|
743
|
-
|
|
743
|
+
style: { height: "24px", cursor: "pointer" },
|
|
744
|
+
"preview-src-list": [B[v.prop]],
|
|
745
|
+
"preview-teleported": !0,
|
|
746
|
+
"hide-on-click-modal": ""
|
|
747
|
+
}, {
|
|
748
|
+
error: b(() => [
|
|
749
|
+
H(te, { class: "image-fallback" }, {
|
|
750
|
+
default: b(() => [
|
|
751
|
+
H(o(Pe))
|
|
752
|
+
]),
|
|
753
|
+
_: 1
|
|
754
|
+
})
|
|
755
|
+
]),
|
|
756
|
+
_: 2
|
|
757
|
+
}, 1032, ["src", "preview-src-list"])) : (s(), f(te, {
|
|
758
|
+
key: 1,
|
|
759
|
+
class: "image-fallback"
|
|
760
|
+
}, {
|
|
761
|
+
default: b(() => [
|
|
762
|
+
H(o(Pe))
|
|
763
|
+
]),
|
|
764
|
+
_: 1
|
|
765
|
+
}))
|
|
766
|
+
])) : v.type === "date" ? (s(), T(z, { key: 3 }, [
|
|
744
767
|
L(M(w.parseTime(B[v.prop], "{y}-{m}-{d}")), 1)
|
|
745
|
-
], 64)) : v.type === "timestamp" ? (s(), T(z, { key:
|
|
768
|
+
], 64)) : v.type === "timestamp" ? (s(), T(z, { key: 4 }, [
|
|
746
769
|
L(M(w.parseTime(B[v.prop])), 1)
|
|
747
|
-
], 64)) : v.type === "bool" ? (s(),
|
|
748
|
-
key:
|
|
770
|
+
], 64)) : v.type === "bool" ? (s(), f(ge, {
|
|
771
|
+
key: 5,
|
|
749
772
|
modelValue: B[v.prop],
|
|
750
773
|
"onUpdate:modelValue": (ie) => B[v.prop] = ie,
|
|
751
|
-
onClick:
|
|
774
|
+
onClick: K[0] || (K[0] = pt(() => {
|
|
752
775
|
}, ["stop", "prevent"]))
|
|
753
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : v.type === "switch" ? (s(),
|
|
754
|
-
key:
|
|
776
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : v.type === "switch" ? (s(), f(Wa, {
|
|
777
|
+
key: 6,
|
|
755
778
|
modelValue: B[v.prop],
|
|
756
779
|
"onUpdate:modelValue": (ie) => B[v.prop] = ie,
|
|
757
780
|
"active-value": v.activeValue || "0",
|
|
758
781
|
"inactive-value": v.inactiveValue || "1",
|
|
759
782
|
size: "small",
|
|
760
783
|
"before-change": () => !1
|
|
761
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "active-value", "inactive-value"])) : v.type === "color" ? (s(), T("div",
|
|
784
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "active-value", "inactive-value"])) : v.type === "color" ? (s(), T("div", Zt, [
|
|
762
785
|
re("div", {
|
|
763
786
|
class: "color-cell-item",
|
|
764
787
|
style: fe({ backgroundColor: B[v.prop] || "#ffffff" })
|
|
765
788
|
}, null, 4)
|
|
766
|
-
])) : v.type === "fromDict" ? (s(), T(z, { key:
|
|
789
|
+
])) : v.type === "fromDict" ? (s(), T(z, { key: 8 }, [
|
|
767
790
|
L(M(q(v, B)), 1)
|
|
768
|
-
], 64)) : v.type === "fromDataTag" ? (s(),
|
|
769
|
-
key:
|
|
770
|
-
type:
|
|
791
|
+
], 64)) : v.type === "fromDataTag" ? (s(), f(Se, {
|
|
792
|
+
key: 9,
|
|
793
|
+
type: ce(v, B),
|
|
771
794
|
effect: v.tagEffect ?? "light",
|
|
772
795
|
class: "el-column-tag"
|
|
773
796
|
}, {
|
|
@@ -775,8 +798,8 @@ const Wt = (e) => {
|
|
|
775
798
|
L(M(ne(v, B)), 1)
|
|
776
799
|
]),
|
|
777
800
|
_: 2
|
|
778
|
-
}, 1032, ["type", "effect"])) : v.type === "localDict" ? (s(),
|
|
779
|
-
key:
|
|
801
|
+
}, 1032, ["type", "effect"])) : v.type === "localDict" ? (s(), f(Se, {
|
|
802
|
+
key: 10,
|
|
780
803
|
type: v.tagType || "info",
|
|
781
804
|
effect: v.tagEffect || "light",
|
|
782
805
|
class: "el-column-tag"
|
|
@@ -788,8 +811,8 @@ const Wt = (e) => {
|
|
|
788
811
|
)), 1)
|
|
789
812
|
]),
|
|
790
813
|
_: 2
|
|
791
|
-
}, 1032, ["type", "effect"])) : v.type === "tag" ? (s(),
|
|
792
|
-
key:
|
|
814
|
+
}, 1032, ["type", "effect"])) : v.type === "tag" ? (s(), f(Se, {
|
|
815
|
+
key: 11,
|
|
793
816
|
type: v.tagType || "info",
|
|
794
817
|
effect: v.tagEffect || "light",
|
|
795
818
|
class: "el-column-tag",
|
|
@@ -799,7 +822,7 @@ const Wt = (e) => {
|
|
|
799
822
|
L(M(B[v.prop]), 1)
|
|
800
823
|
]),
|
|
801
824
|
_: 2
|
|
802
|
-
}, 1032, ["type", "effect"])) : v.type === "tagArrayObj" ? (s(!0), T(z, { key:
|
|
825
|
+
}, 1032, ["type", "effect"])) : v.type === "tagArrayObj" ? (s(!0), T(z, { key: 12 }, Q(B[v.prop], (ie) => (s(), f(Se, {
|
|
803
826
|
type: v.tagType || "info",
|
|
804
827
|
effect: v.tagEffect || "light",
|
|
805
828
|
class: "el-column-tag",
|
|
@@ -810,7 +833,7 @@ const Wt = (e) => {
|
|
|
810
833
|
L(M(ie[v.displayField]), 1)
|
|
811
834
|
]),
|
|
812
835
|
_: 2
|
|
813
|
-
}, 1032, ["type", "effect"]))), 128)) : v.type === "tags" ? (s(!0), T(z, { key:
|
|
836
|
+
}, 1032, ["type", "effect"]))), 128)) : v.type === "tags" ? (s(!0), T(z, { key: 13 }, Q(B[v.prop], (ie) => (s(), f(Se, {
|
|
814
837
|
type: v.tagType || "info",
|
|
815
838
|
effect: v.tagEffect || "light",
|
|
816
839
|
class: "el-column-tag",
|
|
@@ -821,45 +844,45 @@ const Wt = (e) => {
|
|
|
821
844
|
L(M(ie[v.tagLabel]), 1)
|
|
822
845
|
]),
|
|
823
846
|
_: 2
|
|
824
|
-
}, 1032, ["type", "effect"]))), 128)) : v.type === "dictTag" || v.type === "commonDictTag" ? (s(),
|
|
825
|
-
key:
|
|
847
|
+
}, 1032, ["type", "effect"]))), 128)) : v.type === "dictTag" || v.type === "commonDictTag" ? (s(), f(qa, {
|
|
848
|
+
key: 14,
|
|
826
849
|
options: v.data || [],
|
|
827
850
|
value: B[v.prop]
|
|
828
|
-
}, null, 8, ["options", "value"])) : v.type === "dictText" || v.type === "commonDictText" ? (s(),
|
|
829
|
-
key:
|
|
851
|
+
}, null, 8, ["options", "value"])) : v.type === "dictText" || v.type === "commonDictText" ? (s(), f(Qa, {
|
|
852
|
+
key: 15,
|
|
830
853
|
options: v.data || [],
|
|
831
854
|
value: B[v.prop]
|
|
832
|
-
}, null, 8, ["options", "value"])) : v.type === "svg" ? (s(),
|
|
833
|
-
key:
|
|
855
|
+
}, null, 8, ["options", "value"])) : v.type === "svg" ? (s(), f(Ga, {
|
|
856
|
+
key: 16,
|
|
834
857
|
"icon-class": B.icon
|
|
835
|
-
}, null, 8, ["icon-class"])) : v.type === "ossFile" ? (s(),
|
|
836
|
-
key:
|
|
858
|
+
}, null, 8, ["icon-class"])) : v.type === "ossFile" ? (s(), f(Pa, {
|
|
859
|
+
key: 17,
|
|
837
860
|
data: B,
|
|
838
861
|
width: 32,
|
|
839
862
|
height: 32
|
|
840
|
-
}, null, 8, ["data"])) : (s(), T(z, { key:
|
|
863
|
+
}, null, 8, ["data"])) : (s(), T(z, { key: 18 }, [
|
|
841
864
|
L(M(me(B, v)), 1)
|
|
842
865
|
], 64))
|
|
843
866
|
]),
|
|
844
867
|
_: 2
|
|
845
868
|
}, 1032, ["label", "width", "min-width", "prop", "align", "sortable", "show-overflow-tooltip", "fixed"])) : Z("", !0)
|
|
846
869
|
], 64))), 128)),
|
|
847
|
-
|
|
870
|
+
o(d).length > 0 ? (s(), f(ae, {
|
|
848
871
|
key: 2,
|
|
849
872
|
align: "center",
|
|
850
873
|
fixed: "right",
|
|
851
874
|
label: w.$t("操作"),
|
|
852
|
-
width:
|
|
875
|
+
width: o(A)
|
|
853
876
|
}, {
|
|
854
877
|
default: b(({ row: v }) => [
|
|
855
|
-
(s(!0), T(z, null, Q(
|
|
878
|
+
(s(!0), T(z, null, Q(o(d), (B) => (s(), f(Ja, {
|
|
856
879
|
content: B.text,
|
|
857
880
|
placement: "top",
|
|
858
881
|
key: B.action
|
|
859
882
|
}, {
|
|
860
883
|
default: b(() => [
|
|
861
|
-
|
|
862
|
-
B.action === "update" ? de((s(),
|
|
884
|
+
N(v, B) ? (s(), T(z, { key: 0 }, [
|
|
885
|
+
B.action === "update" ? de((s(), f(Ce, {
|
|
863
886
|
key: 0,
|
|
864
887
|
link: "",
|
|
865
888
|
type: "primary",
|
|
@@ -868,7 +891,7 @@ const Wt = (e) => {
|
|
|
868
891
|
disabled: G(v, B)
|
|
869
892
|
}, null, 8, ["onClick", "disabled"])), [
|
|
870
893
|
[Te, B.permission || null]
|
|
871
|
-
]) : B.action === "delete" ? de((s(),
|
|
894
|
+
]) : B.action === "delete" ? de((s(), f(Ce, {
|
|
872
895
|
key: 1,
|
|
873
896
|
link: "",
|
|
874
897
|
type: "primary",
|
|
@@ -877,7 +900,7 @@ const Wt = (e) => {
|
|
|
877
900
|
disabled: G(v, B)
|
|
878
901
|
}, null, 8, ["onClick", "disabled"])), [
|
|
879
902
|
[Te, B.permission || null]
|
|
880
|
-
]) : B.action === "view" || B.action === "viewDetail" ? de((s(),
|
|
903
|
+
]) : B.action === "view" || B.action === "viewDetail" ? de((s(), f(Ce, {
|
|
881
904
|
key: 2,
|
|
882
905
|
link: "",
|
|
883
906
|
type: "primary",
|
|
@@ -886,7 +909,7 @@ const Wt = (e) => {
|
|
|
886
909
|
disabled: G(v, B)
|
|
887
910
|
}, null, 8, ["onClick", "disabled"])), [
|
|
888
911
|
[Te, B.permission || null]
|
|
889
|
-
]) : de((s(),
|
|
912
|
+
]) : de((s(), f(Ce, {
|
|
890
913
|
key: 3,
|
|
891
914
|
link: "",
|
|
892
915
|
type: "primary",
|
|
@@ -906,28 +929,28 @@ const Wt = (e) => {
|
|
|
906
929
|
]),
|
|
907
930
|
_: 3
|
|
908
931
|
}, 8, ["data", "row-key", "element-loading-text", "tree-props", "default-sort", "onSortChange", "default-expand-all", "max-height"])), [
|
|
909
|
-
[
|
|
932
|
+
[et, o(V)]
|
|
910
933
|
]),
|
|
911
|
-
|
|
934
|
+
r.dataSource.paging !== !1 ? (s(), f(Za, {
|
|
912
935
|
key: 0,
|
|
913
936
|
class: "paging",
|
|
914
937
|
background: "",
|
|
915
|
-
layout:
|
|
916
|
-
onSizeChange:
|
|
917
|
-
onCurrentChange:
|
|
918
|
-
"page-size":
|
|
919
|
-
"current-page":
|
|
920
|
-
"onUpdate:currentPage":
|
|
921
|
-
total:
|
|
922
|
-
"page-sizes":
|
|
938
|
+
layout: o(j),
|
|
939
|
+
onSizeChange: o(ee),
|
|
940
|
+
onCurrentChange: o(X),
|
|
941
|
+
"page-size": o(R).pageSize,
|
|
942
|
+
"current-page": o(R).pageNum,
|
|
943
|
+
"onUpdate:currentPage": K[1] || (K[1] = (v) => o(R).pageNum = v),
|
|
944
|
+
total: o(R).total,
|
|
945
|
+
"page-sizes": o(D)
|
|
923
946
|
}, null, 8, ["layout", "onSizeChange", "onCurrentChange", "page-size", "current-page", "total", "page-sizes"])) : Z("", !0)
|
|
924
947
|
]);
|
|
925
948
|
};
|
|
926
949
|
}
|
|
927
|
-
}),
|
|
950
|
+
}), oa = /* @__PURE__ */ be(al, [["__scopeId", "data-v-a3cff1a2"]]), tl = { class: "upload-file" }, ll = {
|
|
928
951
|
key: 0,
|
|
929
952
|
class: "el-upload__tip"
|
|
930
|
-
},
|
|
953
|
+
}, ol = { style: { color: "#f56c6c" } }, rl = { style: { color: "#f56c6c" } }, nl = { class: "el-icon-document" }, sl = { class: "ele-upload-list__item-content-action" }, cl = /* @__PURE__ */ pe({
|
|
931
954
|
__name: "index",
|
|
932
955
|
props: {
|
|
933
956
|
modelValue: [String, Object, Array],
|
|
@@ -944,63 +967,63 @@ const Wt = (e) => {
|
|
|
944
967
|
},
|
|
945
968
|
emits: ["update:modelValue"],
|
|
946
969
|
setup(e, { emit: l }) {
|
|
947
|
-
const t = e, { proxy: a } = he(), c = l,
|
|
970
|
+
const t = e, { proxy: a } = he(), c = l, r = x(0), i = x([]), y = Qe(), h = x(y + "/resource/oss/upload"), V = x(qe()), p = x([]), R = J(
|
|
948
971
|
() => t.showTip && (t.fileType || t.fileSize)
|
|
949
|
-
), D =
|
|
972
|
+
), D = x();
|
|
950
973
|
Ve(() => t.modelValue, async (E) => {
|
|
951
974
|
if (E) {
|
|
952
975
|
if (!t.showFileList) return;
|
|
953
|
-
let
|
|
954
|
-
Array.isArray(E) ? W = E : W = (await
|
|
976
|
+
let P = 1, W = [];
|
|
977
|
+
Array.isArray(E) ? W = E : W = (await Ge(E)).data.map((d) => ({ name: d.originalName, url: d.url, ossId: d.ossId })), p.value = W.map((S) => (S = { name: S.name, url: S.url, ossId: S.ossId }, S.uid = S.uid || (/* @__PURE__ */ new Date()).getTime() + P++, S));
|
|
955
978
|
} else
|
|
956
979
|
return p.value = [], [];
|
|
957
980
|
}, { deep: !0, immediate: !0 });
|
|
958
981
|
const j = (E) => {
|
|
959
982
|
if (t.fileType.length) {
|
|
960
|
-
const
|
|
983
|
+
const P = E.name.split("."), W = P[P.length - 1];
|
|
961
984
|
if (!(t.fileType.indexOf(W) >= 0))
|
|
962
985
|
return a == null || a.$modal.msgError(`文件格式不正確, 請上傳${t.fileType.join("/")}格式文件!`), !1;
|
|
963
986
|
}
|
|
964
|
-
return t.fileSize && !(E.size / 1024 / 1024 < t.fileSize) ? (a == null || a.$modal.msgError(`上傳文件大小不超過 ${t.fileSize} MB!`), !1) : (a == null || a.$modal.loading("正在上傳文件,請稍等..."),
|
|
965
|
-
},
|
|
987
|
+
return t.fileSize && !(E.size / 1024 / 1024 < t.fileSize) ? (a == null || a.$modal.msgError(`上傳文件大小不超過 ${t.fileSize} MB!`), !1) : (a == null || a.$modal.loading("正在上傳文件,請稍等..."), r.value++, !0);
|
|
988
|
+
}, O = () => {
|
|
966
989
|
a == null || a.$modal.msgError(`上傳文件數量不能超過 ${t.limit} 个!`);
|
|
967
|
-
},
|
|
990
|
+
}, F = () => {
|
|
968
991
|
a == null || a.$modal.msgError("上傳文件失敗");
|
|
969
|
-
}, X = (E,
|
|
992
|
+
}, X = (E, P) => {
|
|
970
993
|
var W;
|
|
971
|
-
E.code === 200 ? (i.value.push({ name: E.data.fileName, url: E.data.url, ossId: E.data.ossId }), $()) : (
|
|
994
|
+
E.code === 200 ? (i.value.push({ name: E.data.fileName, url: E.data.url, ossId: E.data.ossId }), $()) : (r.value--, a == null || a.$modal.closeLoading(), a == null || a.$modal.msgError(E.msg), (W = D.value) == null || W.handleRemove(P), $());
|
|
972
995
|
}, ee = (E) => {
|
|
973
|
-
const
|
|
974
|
-
|
|
996
|
+
const P = p.value[E].ossId;
|
|
997
|
+
Ua(P), p.value.splice(E, 1), c("update:modelValue", k(p.value));
|
|
975
998
|
}, $ = () => {
|
|
976
|
-
|
|
977
|
-
}, U = (E) => E.lastIndexOf("/") > -1 ? E.slice(E.lastIndexOf("/") + 1) : E, k = (E,
|
|
999
|
+
r.value > 0 && i.value.length === r.value && (p.value = p.value.filter((E) => E.url !== void 0).concat(i.value), i.value = [], r.value = 0, c("update:modelValue", k(p.value)), a == null || a.$modal.closeLoading());
|
|
1000
|
+
}, U = (E) => E.lastIndexOf("/") > -1 ? E.slice(E.lastIndexOf("/") + 1) : E, k = (E, P) => {
|
|
978
1001
|
let W = "";
|
|
979
|
-
return
|
|
980
|
-
S.ossId && (W += S.ossId +
|
|
1002
|
+
return P = P || ",", E.forEach((S) => {
|
|
1003
|
+
S.ossId && (W += S.ossId + P);
|
|
981
1004
|
}), W != "" ? W.substring(0, W.length - 1) : "";
|
|
982
1005
|
};
|
|
983
|
-
return (E,
|
|
984
|
-
const W = De, S =
|
|
985
|
-
return s(), T("div",
|
|
986
|
-
|
|
1006
|
+
return (E, P) => {
|
|
1007
|
+
const W = De, S = je, d = nt;
|
|
1008
|
+
return s(), T("div", tl, [
|
|
1009
|
+
H(S, {
|
|
987
1010
|
multiple: "",
|
|
988
|
-
action:
|
|
1011
|
+
action: o(h),
|
|
989
1012
|
"before-upload": j,
|
|
990
|
-
"file-list":
|
|
1013
|
+
"file-list": o(p),
|
|
991
1014
|
limit: e.limit,
|
|
992
|
-
"on-error":
|
|
993
|
-
"on-exceed":
|
|
1015
|
+
"on-error": F,
|
|
1016
|
+
"on-exceed": O,
|
|
994
1017
|
"on-success": X,
|
|
995
1018
|
"show-file-list": !1,
|
|
996
|
-
headers:
|
|
1019
|
+
headers: o(V),
|
|
997
1020
|
class: "upload-file-uploader",
|
|
998
1021
|
ref_key: "fileUploadRef",
|
|
999
1022
|
ref: D
|
|
1000
1023
|
}, {
|
|
1001
1024
|
default: b(() => [
|
|
1002
|
-
|
|
1003
|
-
default: b(() =>
|
|
1025
|
+
H(W, { type: "primary" }, {
|
|
1026
|
+
default: b(() => P[0] || (P[0] = [
|
|
1004
1027
|
L("选取文件")
|
|
1005
1028
|
])),
|
|
1006
1029
|
_: 1
|
|
@@ -1008,46 +1031,46 @@ const Wt = (e) => {
|
|
|
1008
1031
|
]),
|
|
1009
1032
|
_: 1
|
|
1010
1033
|
}, 8, ["action", "file-list", "limit", "headers"]),
|
|
1011
|
-
|
|
1012
|
-
|
|
1034
|
+
o(R) ? (s(), T("div", ll, [
|
|
1035
|
+
P[3] || (P[3] = L(" 請上傳 ")),
|
|
1013
1036
|
e.fileSize ? (s(), T(z, { key: 0 }, [
|
|
1014
|
-
|
|
1015
|
-
re("b",
|
|
1037
|
+
P[1] || (P[1] = L(" 大小不超過 ")),
|
|
1038
|
+
re("b", ol, M(e.fileSize) + "MB", 1)
|
|
1016
1039
|
], 64)) : Z("", !0),
|
|
1017
1040
|
e.fileType ? (s(), T(z, { key: 1 }, [
|
|
1018
|
-
|
|
1019
|
-
re("b",
|
|
1041
|
+
P[2] || (P[2] = L(" 格式為 ")),
|
|
1042
|
+
re("b", rl, M(e.fileType.join("/")), 1)
|
|
1020
1043
|
], 64)) : Z("", !0),
|
|
1021
|
-
|
|
1044
|
+
P[4] || (P[4] = L(" 的文件 "))
|
|
1022
1045
|
])) : Z("", !0),
|
|
1023
|
-
e.showFileList ? (s(),
|
|
1046
|
+
e.showFileList ? (s(), f(ft, {
|
|
1024
1047
|
key: 1,
|
|
1025
1048
|
class: "upload-file-list el-upload-list el-upload-list--text",
|
|
1026
1049
|
name: "el-fade-in-linear",
|
|
1027
1050
|
tag: "ul"
|
|
1028
1051
|
}, {
|
|
1029
1052
|
default: b(() => [
|
|
1030
|
-
(s(!0), T(z, null, Q(
|
|
1053
|
+
(s(!0), T(z, null, Q(o(p), (C, A) => (s(), T("li", {
|
|
1031
1054
|
key: C.uid,
|
|
1032
1055
|
class: "el-upload-list__item ele-upload-list__item-content"
|
|
1033
1056
|
}, [
|
|
1034
|
-
|
|
1057
|
+
H(d, {
|
|
1035
1058
|
href: `${C.url}`,
|
|
1036
1059
|
underline: !1,
|
|
1037
1060
|
target: "_blank"
|
|
1038
1061
|
}, {
|
|
1039
1062
|
default: b(() => [
|
|
1040
|
-
re("span",
|
|
1063
|
+
re("span", nl, M(U(C.name)), 1)
|
|
1041
1064
|
]),
|
|
1042
1065
|
_: 2
|
|
1043
1066
|
}, 1032, ["href"]),
|
|
1044
|
-
re("div",
|
|
1045
|
-
|
|
1067
|
+
re("div", sl, [
|
|
1068
|
+
H(d, {
|
|
1046
1069
|
underline: !1,
|
|
1047
|
-
onClick: (
|
|
1070
|
+
onClick: (N) => ee(A),
|
|
1048
1071
|
type: "danger"
|
|
1049
1072
|
}, {
|
|
1050
|
-
default: b(() =>
|
|
1073
|
+
default: b(() => P[5] || (P[5] = [
|
|
1051
1074
|
L("删除")
|
|
1052
1075
|
])),
|
|
1053
1076
|
_: 2
|
|
@@ -1060,10 +1083,10 @@ const Wt = (e) => {
|
|
|
1060
1083
|
]);
|
|
1061
1084
|
};
|
|
1062
1085
|
}
|
|
1063
|
-
}),
|
|
1086
|
+
}), za = /* @__PURE__ */ be(cl, [["__scopeId", "data-v-027e6121"]]), ul = {
|
|
1064
1087
|
key: 0,
|
|
1065
1088
|
class: "el-upload__tip"
|
|
1066
|
-
},
|
|
1089
|
+
}, il = { style: { color: "#f56c6c" } }, dl = { style: { color: "#f56c6c" } }, pl = { style: { color: "#f56c6c" } }, fl = ["src"], hl = /* @__PURE__ */ pe({
|
|
1067
1090
|
__name: "index",
|
|
1068
1091
|
props: {
|
|
1069
1092
|
modelValue: {
|
|
@@ -1095,16 +1118,16 @@ const Wt = (e) => {
|
|
|
1095
1118
|
},
|
|
1096
1119
|
emits: ["update:modelValue"],
|
|
1097
1120
|
setup(e, { emit: l }) {
|
|
1098
|
-
|
|
1121
|
+
ht((S) => ({
|
|
1099
1122
|
"9d14746a": t.height
|
|
1100
1123
|
}));
|
|
1101
|
-
const t = e, { proxy: a } = he(), c = l,
|
|
1124
|
+
const t = e, { proxy: a } = he(), c = l, r = x(0), i = x([]), y = x(""), h = x(!1), V = Qe(), p = x(V + "/resource/oss/upload"), R = x(qe()), D = x([]), j = J(() => t.isShowTip && (t.fileType || t.fileSize || t.imageSize)), O = x(), F = J(() => t.fileType.map((S) => `.${S}`).join(","));
|
|
1102
1125
|
Ve(
|
|
1103
1126
|
() => t.modelValue,
|
|
1104
1127
|
async (S) => {
|
|
1105
1128
|
if (S) {
|
|
1106
1129
|
let d = [];
|
|
1107
|
-
Array.isArray(S) ? d = S : d = (await
|
|
1130
|
+
Array.isArray(S) ? d = S : d = (await Ge(S)).data, D.value = d.map((C) => {
|
|
1108
1131
|
let A;
|
|
1109
1132
|
return typeof C == "string" ? A = { name: C, url: C } : A = { name: C.ossId, url: C.url, ossId: C.ossId }, A;
|
|
1110
1133
|
});
|
|
@@ -1127,26 +1150,26 @@ const Wt = (e) => {
|
|
|
1127
1150
|
if (t.fileSize && !(S.size / 1024 / 1024 < t.fileSize))
|
|
1128
1151
|
return a == null || a.$modal.msgError(`上傳圖片大小不能超過 ${t.fileSize} MB!`), !1;
|
|
1129
1152
|
if (t.compressSupport && S.size / 1024 > t.compressTargetSize)
|
|
1130
|
-
return a == null || a.$modal.loading("正在上傳圖片,請稍候..."),
|
|
1131
|
-
a == null || a.$modal.loading("正在上傳圖片,請稍候..."),
|
|
1153
|
+
return a == null || a.$modal.loading("正在上傳圖片,請稍候..."), r.value++, kt(S, t.compressTargetSize);
|
|
1154
|
+
a == null || a.$modal.loading("正在上傳圖片,請稍候..."), r.value++;
|
|
1132
1155
|
}, ee = () => {
|
|
1133
1156
|
a == null || a.$modal.msgError(`上傳文件數量不能超過 ${t.limit} 個!`);
|
|
1134
1157
|
}, $ = (S, d) => {
|
|
1135
1158
|
var C;
|
|
1136
|
-
S.code === 200 ? (i.value.push({ name: S.data.fileName, url: S.data.url, ossId: S.data.ossId }), k()) : (
|
|
1159
|
+
S.code === 200 ? (i.value.push({ name: S.data.fileName, url: S.data.url, ossId: S.data.ossId }), k()) : (r.value--, a == null || a.$modal.closeLoading(), a == null || a.$modal.msgError(S.msg), (C = O.value) == null || C.handleRemove(d), k());
|
|
1137
1160
|
}, U = (S) => {
|
|
1138
1161
|
const d = D.value.map((C) => C.name).indexOf(S.name);
|
|
1139
|
-
if (d > -1 && i.value.length ===
|
|
1162
|
+
if (d > -1 && i.value.length === r.value) {
|
|
1140
1163
|
const C = D.value[d].ossId;
|
|
1141
|
-
return
|
|
1164
|
+
return Ua(C), D.value.splice(d, 1), c("update:modelValue", W(D.value)), !1;
|
|
1142
1165
|
}
|
|
1143
1166
|
return !0;
|
|
1144
1167
|
}, k = () => {
|
|
1145
|
-
|
|
1168
|
+
r.value > 0 && i.value.length === r.value && (D.value = D.value.filter((S) => S.url !== void 0).concat(i.value), i.value = [], r.value = 0, c("update:modelValue", W(D.value)), a == null || a.$modal.closeLoading());
|
|
1146
1169
|
}, E = () => {
|
|
1147
1170
|
a == null || a.$modal.msgError("上傳圖片失敗"), a == null || a.$modal.closeLoading();
|
|
1148
|
-
},
|
|
1149
|
-
y.value = S.url,
|
|
1171
|
+
}, P = (S) => {
|
|
1172
|
+
y.value = S.url, h.value = !0;
|
|
1150
1173
|
}, W = (S, d) => {
|
|
1151
1174
|
let C = "";
|
|
1152
1175
|
d = d || ",";
|
|
@@ -1155,165 +1178,165 @@ const Wt = (e) => {
|
|
|
1155
1178
|
return C != "" ? C.substring(0, C.length - 1) : "";
|
|
1156
1179
|
};
|
|
1157
1180
|
return (S, d) => {
|
|
1158
|
-
const C =
|
|
1181
|
+
const C = mt("plus"), A = Ae, N = je, G = fa;
|
|
1159
1182
|
return s(), T("div", null, [
|
|
1160
|
-
|
|
1183
|
+
H(N, {
|
|
1161
1184
|
ref_key: "imageUploadRef",
|
|
1162
|
-
ref:
|
|
1185
|
+
ref: O,
|
|
1163
1186
|
multiple: "",
|
|
1164
|
-
action:
|
|
1187
|
+
action: o(p),
|
|
1165
1188
|
"list-type": "picture-card",
|
|
1166
1189
|
"on-success": $,
|
|
1167
1190
|
"before-upload": X,
|
|
1168
1191
|
limit: e.limit,
|
|
1169
|
-
accept:
|
|
1192
|
+
accept: o(F),
|
|
1170
1193
|
"on-error": E,
|
|
1171
1194
|
"on-exceed": ee,
|
|
1172
1195
|
"before-remove": U,
|
|
1173
1196
|
"show-file-list": !0,
|
|
1174
|
-
headers:
|
|
1175
|
-
"file-list":
|
|
1176
|
-
"on-preview":
|
|
1177
|
-
class:
|
|
1197
|
+
headers: o(R),
|
|
1198
|
+
"file-list": o(D),
|
|
1199
|
+
"on-preview": P,
|
|
1200
|
+
class: Fe({ hide: o(D).length >= e.limit })
|
|
1178
1201
|
}, {
|
|
1179
1202
|
default: b(() => [
|
|
1180
|
-
|
|
1203
|
+
H(A, { class: "avatar-uploader-icon" }, {
|
|
1181
1204
|
default: b(() => [
|
|
1182
|
-
|
|
1205
|
+
H(C)
|
|
1183
1206
|
]),
|
|
1184
1207
|
_: 1
|
|
1185
1208
|
})
|
|
1186
1209
|
]),
|
|
1187
1210
|
_: 1
|
|
1188
1211
|
}, 8, ["action", "limit", "accept", "headers", "file-list", "class"]),
|
|
1189
|
-
|
|
1212
|
+
o(j) ? (s(), T("div", ul, [
|
|
1190
1213
|
d[4] || (d[4] = L(" 請上傳 ")),
|
|
1191
1214
|
e.fileSize ? (s(), T(z, { key: 0 }, [
|
|
1192
1215
|
d[1] || (d[1] = L(" 大小不超過 ")),
|
|
1193
|
-
re("b",
|
|
1216
|
+
re("b", il, M(e.fileSize) + "MB", 1)
|
|
1194
1217
|
], 64)) : Z("", !0),
|
|
1195
1218
|
e.fileType ? (s(), T(z, { key: 1 }, [
|
|
1196
1219
|
e.fileSize ? (s(), T(z, { key: 0 }, [
|
|
1197
1220
|
L("、")
|
|
1198
1221
|
], 64)) : Z("", !0),
|
|
1199
1222
|
d[2] || (d[2] = L("格式為 ")),
|
|
1200
|
-
re("b",
|
|
1223
|
+
re("b", dl, M(e.fileType.join("/")), 1)
|
|
1201
1224
|
], 64)) : Z("", !0),
|
|
1202
1225
|
e.imageSize ? (s(), T(z, { key: 2 }, [
|
|
1203
1226
|
e.fileSize || e.fileType ? (s(), T(z, { key: 0 }, [
|
|
1204
1227
|
L("。")
|
|
1205
1228
|
], 64)) : Z("", !0),
|
|
1206
1229
|
d[3] || (d[3] = L("建議尺寸 ")),
|
|
1207
|
-
re("b",
|
|
1230
|
+
re("b", pl, M(e.imageSize), 1)
|
|
1208
1231
|
], 64)) : Z("", !0),
|
|
1209
1232
|
d[5] || (d[5] = L(" 的文件 "))
|
|
1210
1233
|
])) : Z("", !0),
|
|
1211
|
-
|
|
1212
|
-
modelValue:
|
|
1213
|
-
"onUpdate:modelValue": d[0] || (d[0] = (se) => $e(
|
|
1234
|
+
H(G, {
|
|
1235
|
+
modelValue: o(h),
|
|
1236
|
+
"onUpdate:modelValue": d[0] || (d[0] = (se) => $e(h) ? h.value = se : null),
|
|
1214
1237
|
title: "預覽",
|
|
1215
1238
|
width: "800px",
|
|
1216
1239
|
"append-to-body": ""
|
|
1217
1240
|
}, {
|
|
1218
1241
|
default: b(() => [
|
|
1219
1242
|
re("img", {
|
|
1220
|
-
src:
|
|
1243
|
+
src: o(y),
|
|
1221
1244
|
style: { display: "block", "max-width": "100%", margin: "0 auto" }
|
|
1222
|
-
}, null, 8,
|
|
1245
|
+
}, null, 8, fl)
|
|
1223
1246
|
]),
|
|
1224
1247
|
_: 1
|
|
1225
1248
|
}, 8, ["modelValue"])
|
|
1226
1249
|
]);
|
|
1227
1250
|
};
|
|
1228
1251
|
}
|
|
1229
|
-
}),
|
|
1252
|
+
}), Ba = /* @__PURE__ */ be(hl, [["__scopeId", "data-v-c17cf859"]]), ml = (e) => ke()({
|
|
1230
1253
|
url: "/app/translation/getByName",
|
|
1231
1254
|
method: "post",
|
|
1232
1255
|
headers: {
|
|
1233
1256
|
repeatSubmit: !1
|
|
1234
1257
|
},
|
|
1235
1258
|
data: { name: e }
|
|
1236
|
-
}),
|
|
1259
|
+
}), yl = (e) => ke()({
|
|
1237
1260
|
url: "/app/translation/batchAdd",
|
|
1238
1261
|
method: "post",
|
|
1239
1262
|
data: e
|
|
1240
|
-
}),
|
|
1241
|
-
const e =
|
|
1263
|
+
}), ra = $a("translation", () => {
|
|
1264
|
+
const e = x([]);
|
|
1242
1265
|
return {
|
|
1243
1266
|
translation: e,
|
|
1244
1267
|
getTranslation: (c) => {
|
|
1245
1268
|
if (c == null && c == "")
|
|
1246
1269
|
return null;
|
|
1247
1270
|
try {
|
|
1248
|
-
for (let
|
|
1249
|
-
if (e.value[
|
|
1250
|
-
return e.value[
|
|
1271
|
+
for (let r = 0; r < e.value.length; r++)
|
|
1272
|
+
if (e.value[r].key == c)
|
|
1273
|
+
return e.value[r].value;
|
|
1251
1274
|
} catch {
|
|
1252
1275
|
return null;
|
|
1253
1276
|
}
|
|
1254
1277
|
return null;
|
|
1255
1278
|
},
|
|
1256
|
-
setTranslation: (c,
|
|
1279
|
+
setTranslation: (c, r) => {
|
|
1257
1280
|
c !== null && c !== "" && e.value.push({
|
|
1258
1281
|
key: c,
|
|
1259
|
-
value:
|
|
1282
|
+
value: r
|
|
1260
1283
|
});
|
|
1261
1284
|
},
|
|
1262
1285
|
clearTranslation: () => {
|
|
1263
1286
|
e.value = [];
|
|
1264
1287
|
}
|
|
1265
1288
|
};
|
|
1266
|
-
}),
|
|
1267
|
-
const l =
|
|
1289
|
+
}), gl = async (e) => {
|
|
1290
|
+
const l = x({}), t = ra().getTranslation(e);
|
|
1268
1291
|
if (t)
|
|
1269
1292
|
l.value[e] = t;
|
|
1270
1293
|
else {
|
|
1271
|
-
const { data: a } = await
|
|
1272
|
-
l.value[e] = a,
|
|
1294
|
+
const { data: a } = await ml(e);
|
|
1295
|
+
l.value[e] = a, ra().setTranslation(e, a);
|
|
1273
1296
|
}
|
|
1274
1297
|
return l.value;
|
|
1275
|
-
},
|
|
1298
|
+
}, bl = { style: { width: "100%" } }, vl = { style: { "margin-bottom": "2px" } }, Ya = /* @__PURE__ */ pe({
|
|
1276
1299
|
__name: "index",
|
|
1277
1300
|
props: ["modelValue", "placeholder", "disabled", "type", "rows", "showWordLimit", "maxlength"],
|
|
1278
1301
|
emits: ["update:modelValue", "focus"],
|
|
1279
1302
|
setup(e, { expose: l, emit: t }) {
|
|
1280
|
-
const a = t, c = e,
|
|
1281
|
-
|
|
1282
|
-
}, V = async (
|
|
1283
|
-
|
|
1303
|
+
const a = t, c = e, r = x([{ name: "繁體", id: "zhHk", selected: !0, text: "" }, { name: "簡體", id: "zhCn", selected: !1, text: "" }, { name: "英文", id: "enUs", selected: !1, text: "" }]), i = x(!1), y = x(!1), h = (O, F) => {
|
|
1304
|
+
O.text = F, O.id == "zhHk" && a("update:modelValue", F);
|
|
1305
|
+
}, V = async (O) => {
|
|
1306
|
+
O.id == "zhHk" && await p();
|
|
1284
1307
|
}, p = async () => {
|
|
1285
1308
|
if (i.value) return;
|
|
1286
|
-
const
|
|
1287
|
-
if (
|
|
1309
|
+
const O = r.value[0].text;
|
|
1310
|
+
if (O != "") {
|
|
1288
1311
|
i.value = !0;
|
|
1289
|
-
const
|
|
1290
|
-
if (i.value = !1,
|
|
1291
|
-
for (let X = 0; X <
|
|
1292
|
-
if (!
|
|
1293
|
-
const ee =
|
|
1294
|
-
ee.text =
|
|
1312
|
+
const F = await gl(O);
|
|
1313
|
+
if (i.value = !1, F[O] != null) {
|
|
1314
|
+
for (let X = 0; X < r.value.length; X++)
|
|
1315
|
+
if (!r.value[X].text) {
|
|
1316
|
+
const ee = r.value[X];
|
|
1317
|
+
ee.text = F[O][ee.id];
|
|
1295
1318
|
}
|
|
1296
1319
|
}
|
|
1297
1320
|
}
|
|
1298
|
-
}, R = async (
|
|
1299
|
-
|
|
1321
|
+
}, R = async (O) => {
|
|
1322
|
+
r.value.map((F) => F.selected = !1), O.selected = !0;
|
|
1300
1323
|
}, D = () => {
|
|
1301
|
-
const
|
|
1302
|
-
return
|
|
1324
|
+
const O = { name: r.value[0].text };
|
|
1325
|
+
return r.value.forEach((F) => O[F.id] = F.text), O;
|
|
1303
1326
|
}, j = () => a("focus");
|
|
1304
|
-
return Ve(() => c.modelValue, (
|
|
1305
|
-
if (
|
|
1306
|
-
const
|
|
1307
|
-
|
|
1327
|
+
return Ve(() => c.modelValue, (O) => {
|
|
1328
|
+
if (O) {
|
|
1329
|
+
const F = r.value.filter((X) => X.selected)[0];
|
|
1330
|
+
F.text = O, y.value || p(), y.value = !0;
|
|
1308
1331
|
}
|
|
1309
1332
|
}, {
|
|
1310
1333
|
immediate: !0,
|
|
1311
1334
|
deep: !0
|
|
1312
|
-
}), l({ getTranslate: D }), (
|
|
1313
|
-
const X = De, ee =
|
|
1314
|
-
return s(), T("div",
|
|
1315
|
-
re("div",
|
|
1316
|
-
(s(!0), T(z, null, Q(r
|
|
1335
|
+
}), l({ getTranslate: D }), (O, F) => {
|
|
1336
|
+
const X = De, ee = He;
|
|
1337
|
+
return s(), T("div", bl, [
|
|
1338
|
+
re("div", vl, [
|
|
1339
|
+
(s(!0), T(z, null, Q(o(r), ($) => (s(), f(X, {
|
|
1317
1340
|
size: "small",
|
|
1318
1341
|
key: $.id,
|
|
1319
1342
|
type: $.selected ? "primary" : "default",
|
|
@@ -1326,7 +1349,7 @@ const Wt = (e) => {
|
|
|
1326
1349
|
_: 2
|
|
1327
1350
|
}, 1032, ["type", "onClick"]))), 128))
|
|
1328
1351
|
]),
|
|
1329
|
-
(s(!0), T(z, null, Q(r
|
|
1352
|
+
(s(!0), T(z, null, Q(o(r), ($) => de((s(), f(ee, {
|
|
1330
1353
|
key: $.id,
|
|
1331
1354
|
modelValue: $.text,
|
|
1332
1355
|
"onUpdate:modelValue": (U) => $.text = U,
|
|
@@ -1336,16 +1359,16 @@ const Wt = (e) => {
|
|
|
1336
1359
|
rows: c.rows,
|
|
1337
1360
|
"show-word-limit": c.showWordLimit,
|
|
1338
1361
|
maxlength: c.maxlength,
|
|
1339
|
-
onInput: (U) =>
|
|
1362
|
+
onInput: (U) => h($, U),
|
|
1340
1363
|
onBlur: (U) => V($),
|
|
1341
|
-
onFocus:
|
|
1364
|
+
onFocus: F[0] || (F[0] = (U) => j())
|
|
1342
1365
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "type", "placeholder", "disabled", "rows", "show-word-limit", "maxlength", "onInput", "onBlur"])), [
|
|
1343
|
-
[
|
|
1366
|
+
[yt, $.selected]
|
|
1344
1367
|
])), 128))
|
|
1345
1368
|
]);
|
|
1346
1369
|
};
|
|
1347
1370
|
}
|
|
1348
|
-
}),
|
|
1371
|
+
}), kl = { class: "editor" }, Ma = /* @__PURE__ */ pe({
|
|
1349
1372
|
__name: "index",
|
|
1350
1373
|
props: {
|
|
1351
1374
|
/* 编辑器的内容 */
|
|
@@ -1363,10 +1386,10 @@ const Wt = (e) => {
|
|
|
1363
1386
|
},
|
|
1364
1387
|
emits: ["update:modelValue"],
|
|
1365
1388
|
setup(e) {
|
|
1366
|
-
const l = e, { proxy: t } = he(), a =
|
|
1367
|
-
headers:
|
|
1368
|
-
url:
|
|
1369
|
-
}), c =
|
|
1389
|
+
const l = e, { proxy: t } = he(), a = gt({
|
|
1390
|
+
headers: qe(),
|
|
1391
|
+
url: Qe() + "/resource/oss/upload"
|
|
1392
|
+
}), c = x(), r = x(), i = x({
|
|
1370
1393
|
theme: "snow",
|
|
1371
1394
|
bounds: document.body,
|
|
1372
1395
|
debug: "warn",
|
|
@@ -1397,7 +1420,7 @@ const Wt = (e) => {
|
|
|
1397
1420
|
],
|
|
1398
1421
|
handlers: {
|
|
1399
1422
|
image: (D) => {
|
|
1400
|
-
D ?
|
|
1423
|
+
D ? r.value.click() : _t.format("image", !0);
|
|
1401
1424
|
}
|
|
1402
1425
|
}
|
|
1403
1426
|
}
|
|
@@ -1407,64 +1430,64 @@ const Wt = (e) => {
|
|
|
1407
1430
|
}), y = J(() => {
|
|
1408
1431
|
const D = {};
|
|
1409
1432
|
return l.minHeight && (D.minHeight = `${l.minHeight}px`), l.height && (D.height = `${l.height}px`), D;
|
|
1410
|
-
}),
|
|
1433
|
+
}), h = x("");
|
|
1411
1434
|
Ve(
|
|
1412
1435
|
() => l.modelValue,
|
|
1413
1436
|
(D) => {
|
|
1414
|
-
D !==
|
|
1437
|
+
D !== h.value && (h.value = D || "<p></p>");
|
|
1415
1438
|
},
|
|
1416
1439
|
{ immediate: !0 }
|
|
1417
1440
|
);
|
|
1418
1441
|
const V = (D) => {
|
|
1419
1442
|
if (D.code === 200) {
|
|
1420
|
-
const j =
|
|
1421
|
-
j.insertEmbed(
|
|
1443
|
+
const j = Ie(c.value).getQuill(), O = j.selection.savedRange.index;
|
|
1444
|
+
j.insertEmbed(O, "image", D.data.url), j.setSelection(O + 1), t == null || t.$modal.closeLoading();
|
|
1422
1445
|
} else
|
|
1423
1446
|
t == null || t.$modal.msgError("图片插入失败"), t == null || t.$modal.closeLoading();
|
|
1424
1447
|
}, p = (D) => ["image/jpeg", "image/jpg", "image/png", "image/svg"].includes(D.type) ? l.fileSize && !(D.size / 1024 / 1024 < l.fileSize) ? (t == null || t.$modal.msgError(`上传文件大小不能超过 ${l.fileSize} MB!`), !1) : (t == null || t.$modal.loading("正在上传文件,请稍候..."), !0) : (t == null || t.$modal.msgError("图片格式错误!"), !1), R = (D) => {
|
|
1425
1448
|
t == null || t.$modal.msgError("上传文件失败");
|
|
1426
1449
|
};
|
|
1427
1450
|
return (D, j) => {
|
|
1428
|
-
const
|
|
1451
|
+
const O = je;
|
|
1429
1452
|
return s(), T(z, null, [
|
|
1430
1453
|
re("div", null, [
|
|
1431
|
-
e.type === "url" ? (s(),
|
|
1454
|
+
e.type === "url" ? (s(), f(O, {
|
|
1432
1455
|
key: 0,
|
|
1433
|
-
action:
|
|
1456
|
+
action: o(a).url,
|
|
1434
1457
|
"before-upload": p,
|
|
1435
1458
|
"on-success": V,
|
|
1436
1459
|
"on-error": R,
|
|
1437
1460
|
class: "editor-img-uploader",
|
|
1438
1461
|
name: "file",
|
|
1439
1462
|
"show-file-list": !1,
|
|
1440
|
-
headers:
|
|
1463
|
+
headers: o(a).headers
|
|
1441
1464
|
}, {
|
|
1442
1465
|
default: b(() => [
|
|
1443
1466
|
re("i", {
|
|
1444
1467
|
ref_key: "uploadRef",
|
|
1445
|
-
ref:
|
|
1468
|
+
ref: r
|
|
1446
1469
|
}, null, 512)
|
|
1447
1470
|
]),
|
|
1448
1471
|
_: 1
|
|
1449
1472
|
}, 8, ["action", "headers"])) : Z("", !0)
|
|
1450
1473
|
]),
|
|
1451
|
-
re("div",
|
|
1452
|
-
|
|
1474
|
+
re("div", kl, [
|
|
1475
|
+
H(o(wt), {
|
|
1453
1476
|
ref_key: "quillEditorRef",
|
|
1454
1477
|
ref: c,
|
|
1455
|
-
content:
|
|
1456
|
-
"onUpdate:content": j[0] || (j[0] = (
|
|
1478
|
+
content: o(h),
|
|
1479
|
+
"onUpdate:content": j[0] || (j[0] = (F) => $e(h) ? h.value = F : null),
|
|
1457
1480
|
"content-type": "html",
|
|
1458
|
-
options:
|
|
1459
|
-
style: fe(
|
|
1460
|
-
onTextChange: j[1] || (j[1] = (
|
|
1481
|
+
options: o(i),
|
|
1482
|
+
style: fe(o(y)),
|
|
1483
|
+
onTextChange: j[1] || (j[1] = (F) => D.$emit("update:modelValue", o(h)))
|
|
1461
1484
|
}, null, 8, ["content", "options", "style"])
|
|
1462
1485
|
])
|
|
1463
1486
|
], 64);
|
|
1464
1487
|
};
|
|
1465
1488
|
}
|
|
1466
1489
|
});
|
|
1467
|
-
function
|
|
1490
|
+
function _l(e, l) {
|
|
1468
1491
|
if (arguments.length === 0 || !e)
|
|
1469
1492
|
return null;
|
|
1470
1493
|
const t = l || "{y}-{m}-{d} {h}:{i}:{s}";
|
|
@@ -1479,15 +1502,15 @@ function kl(e, l) {
|
|
|
1479
1502
|
s: a.getSeconds(),
|
|
1480
1503
|
a: a.getDay()
|
|
1481
1504
|
};
|
|
1482
|
-
return t.replace(/{(y|m|d|h|i|s|a)+}/g, (
|
|
1505
|
+
return t.replace(/{(y|m|d|h|i|s|a)+}/g, (r, i) => {
|
|
1483
1506
|
let y = c[i];
|
|
1484
|
-
return i === "a" ? ["日", "一", "二", "三", "四", "五", "六"][y] : (
|
|
1507
|
+
return i === "a" ? ["日", "一", "二", "三", "四", "五", "六"][y] : (r.length > 0 && y < 10 && (y = "0" + y), y || 0);
|
|
1485
1508
|
});
|
|
1486
1509
|
}
|
|
1487
|
-
const
|
|
1510
|
+
const wl = (e, l, t) => {
|
|
1488
1511
|
const a = e;
|
|
1489
1512
|
return a.params = typeof a.params == "object" && a.params !== null && !Array.isArray(a.params) ? a.params : {}, l = Array.isArray(l) ? l : [], l[0] && l[0].length == 10 && (l[0] = l[0] + " 00:00:00", l[1] = l[1] + " 23:59:59"), typeof t > "u" ? (a.params.beginTime = l[0], a.params.endTime = l[1]) : (t = t.charAt(0).toUpperCase() + t.slice(1), a.params["begin" + t] = l[0], a.params["end" + t] = l[1]), a;
|
|
1490
|
-
},
|
|
1513
|
+
}, Vl = (e, l) => {
|
|
1491
1514
|
if (l === void 0)
|
|
1492
1515
|
return "";
|
|
1493
1516
|
const t = [];
|
|
@@ -1495,58 +1518,58 @@ const _l = (e, l, t) => {
|
|
|
1495
1518
|
if (e[a].value == "" + l)
|
|
1496
1519
|
return t.push(e[a].label), !0;
|
|
1497
1520
|
}), t.length === 0 && t.push(l), t.join("");
|
|
1498
|
-
},
|
|
1521
|
+
}, Sl = (e, l, t) => {
|
|
1499
1522
|
if (l === void 0 || l.length === 0)
|
|
1500
1523
|
return "";
|
|
1501
1524
|
Array.isArray(l) && (l = l.join(","));
|
|
1502
|
-
const a = [], c = t === void 0 ? "," : t,
|
|
1525
|
+
const a = [], c = t === void 0 ? "," : t, r = l.split(c);
|
|
1503
1526
|
return Object.keys(l.split(c)).some((i) => {
|
|
1504
1527
|
let y = !1;
|
|
1505
|
-
Object.keys(e).some((
|
|
1506
|
-
e[
|
|
1507
|
-
}), y || a.push(
|
|
1528
|
+
Object.keys(e).some((h) => {
|
|
1529
|
+
e[h].value == "" + r[i] && (a.push(e[h].label + c), y = !0);
|
|
1530
|
+
}), y || a.push(r[i] + c);
|
|
1508
1531
|
}), a.join("").substring(0, a.join("").length - 1);
|
|
1509
|
-
},
|
|
1532
|
+
}, $l = (e, l, t, a) => {
|
|
1510
1533
|
const c = {
|
|
1511
1534
|
id: l || "id",
|
|
1512
1535
|
parentId: t || "parentId",
|
|
1513
1536
|
childrenList: a || "children"
|
|
1514
|
-
},
|
|
1537
|
+
}, r = {}, i = [];
|
|
1515
1538
|
for (const y of e) {
|
|
1516
|
-
const
|
|
1517
|
-
|
|
1539
|
+
const h = y[c.id];
|
|
1540
|
+
r[h] = y, y[c.childrenList] || (y[c.childrenList] = []);
|
|
1518
1541
|
}
|
|
1519
1542
|
for (const y of e) {
|
|
1520
|
-
const
|
|
1543
|
+
const h = y[c.parentId], V = r[h];
|
|
1521
1544
|
V ? V[c.childrenList].push(y) : i.push(y);
|
|
1522
1545
|
}
|
|
1523
1546
|
return i;
|
|
1524
|
-
},
|
|
1547
|
+
}, Dl = (e) => {
|
|
1525
1548
|
let l = "";
|
|
1526
1549
|
for (const t of Object.keys(e)) {
|
|
1527
1550
|
const a = e[t], c = encodeURIComponent(t) + "=";
|
|
1528
1551
|
if (a !== null && a !== "" && typeof a < "u")
|
|
1529
1552
|
if (typeof a == "object") {
|
|
1530
|
-
for (const
|
|
1531
|
-
if (a[
|
|
1532
|
-
const i = t + "[" +
|
|
1533
|
-
l += y + encodeURIComponent(a[
|
|
1553
|
+
for (const r of Object.keys(a))
|
|
1554
|
+
if (a[r] !== null && a[r] !== "" && typeof a[r] < "u") {
|
|
1555
|
+
const i = t + "[" + r + "]", y = encodeURIComponent(i) + "=";
|
|
1556
|
+
l += y + encodeURIComponent(a[r]) + "&";
|
|
1534
1557
|
}
|
|
1535
1558
|
} else
|
|
1536
1559
|
l += c + encodeURIComponent(a) + "&";
|
|
1537
1560
|
}
|
|
1538
1561
|
return l;
|
|
1539
|
-
},
|
|
1562
|
+
}, Cl = (e) => e.type !== "application/json", Ra = (e) => {
|
|
1540
1563
|
if (!e && typeof e != "object")
|
|
1541
1564
|
throw new Error("error arguments", "deepClone");
|
|
1542
1565
|
const l = e.constructor === Array ? [] : {};
|
|
1543
1566
|
return Object.keys(e).forEach((t) => {
|
|
1544
|
-
e[t] && typeof e[t] == "object" ? l[t] =
|
|
1567
|
+
e[t] && typeof e[t] == "object" ? l[t] = Ra(e[t]) : l[t] = e[t];
|
|
1545
1568
|
}), l;
|
|
1546
1569
|
};
|
|
1547
|
-
function
|
|
1548
|
-
const { proxy: t } = he(), a =
|
|
1549
|
-
const V =
|
|
1570
|
+
function Tl(e, l) {
|
|
1571
|
+
const { proxy: t } = he(), a = x({}), c = async (h) => {
|
|
1572
|
+
const V = h.form;
|
|
1550
1573
|
if (!V) return "";
|
|
1551
1574
|
switch (V.type) {
|
|
1552
1575
|
case "checkboxGroup":
|
|
@@ -1582,63 +1605,63 @@ function Cl(e, l) {
|
|
|
1582
1605
|
default:
|
|
1583
1606
|
return "";
|
|
1584
1607
|
}
|
|
1585
|
-
},
|
|
1608
|
+
}, r = async (h) => {
|
|
1586
1609
|
var D;
|
|
1587
1610
|
let V = {};
|
|
1588
|
-
const p = e.columns, R =
|
|
1611
|
+
const p = e.columns, R = h !== void 0 ? h : l;
|
|
1589
1612
|
for (const j of p) {
|
|
1590
|
-
const
|
|
1591
|
-
V[
|
|
1613
|
+
const O = ((D = j.form) == null ? void 0 : D.prop) || j.prop;
|
|
1614
|
+
V[O] = await c(j);
|
|
1592
1615
|
}
|
|
1593
1616
|
if (R && typeof R == "object") {
|
|
1594
|
-
const j =
|
|
1617
|
+
const j = Ra(R);
|
|
1595
1618
|
V = { ...V, ...j };
|
|
1596
1619
|
}
|
|
1597
1620
|
e.initEditData && e.initEditData(V), e.beforeInitEdit && e.beforeInitEdit(V), i(V), a.value = V;
|
|
1598
|
-
}, i = (
|
|
1621
|
+
}, i = (h) => {
|
|
1599
1622
|
e.columns.forEach((p) => {
|
|
1600
|
-
var j,
|
|
1601
|
-
const R = (j = p.form) == null ? void 0 : j.type, D = ((
|
|
1623
|
+
var j, O, F, X, ee;
|
|
1624
|
+
const R = (j = p.form) == null ? void 0 : j.type, D = ((O = p.form) == null ? void 0 : O.prop) || p.prop;
|
|
1602
1625
|
switch (R) {
|
|
1603
1626
|
case "checkboxCommonDict":
|
|
1604
|
-
Array.isArray(
|
|
1627
|
+
Array.isArray(h[D]) && (h[D] = h[D].map((k) => k[p.form.value] || k));
|
|
1605
1628
|
break;
|
|
1606
1629
|
case "selectDict":
|
|
1607
1630
|
case "radioDict":
|
|
1608
1631
|
case "switch":
|
|
1609
|
-
|
|
1632
|
+
h[D] = h[D] || ((F = p.form) == null ? void 0 : F.defaultValue);
|
|
1610
1633
|
break;
|
|
1611
1634
|
case "daterange":
|
|
1612
1635
|
case "timerange":
|
|
1613
1636
|
const $ = (X = p.form) == null ? void 0 : X.rangeBeginProp, U = (ee = p.form) == null ? void 0 : ee.rangeEndProp;
|
|
1614
|
-
$ && U &&
|
|
1637
|
+
$ && U && h[$] && h[U] ? h[D] = [h[$], h[U]] : typeof h[D] == "string" && h[D].includes(",") ? h[D] = h[D].split(",") : (!h[D] || !Array.isArray(h[D])) && (h[D] = h[D] || []);
|
|
1615
1638
|
break;
|
|
1616
1639
|
}
|
|
1617
1640
|
});
|
|
1618
1641
|
};
|
|
1619
1642
|
return {
|
|
1620
1643
|
formData: a,
|
|
1621
|
-
initFormData:
|
|
1622
|
-
prepareSaveData: async (
|
|
1623
|
-
const V = { ...a.value, ...
|
|
1644
|
+
initFormData: r,
|
|
1645
|
+
prepareSaveData: async (h) => {
|
|
1646
|
+
const V = { ...a.value, ...h };
|
|
1624
1647
|
if (e.columns.forEach((p) => {
|
|
1625
|
-
var j,
|
|
1626
|
-
const R = (j = p.form) == null ? void 0 : j.type, D = ((
|
|
1648
|
+
var j, O, F, X;
|
|
1649
|
+
const R = (j = p.form) == null ? void 0 : j.type, D = ((O = p.form) == null ? void 0 : O.prop) || p.prop;
|
|
1627
1650
|
if ((R === "daterange" || R === "timerange") && Array.isArray(V[D])) {
|
|
1628
|
-
const ee = V[D], $ = (
|
|
1651
|
+
const ee = V[D], $ = (F = p.form) == null ? void 0 : F.rangeBeginProp, U = (X = p.form) == null ? void 0 : X.rangeEndProp;
|
|
1629
1652
|
$ && U && ee.length >= 2 && (V[$] = ee[0], V[U] = ee[1]);
|
|
1630
1653
|
}
|
|
1631
1654
|
}), delete V.orderByColumn, delete V.isAsc, e.beforeSave) {
|
|
1632
1655
|
const p = await e.beforeSave(V);
|
|
1633
1656
|
if (p === !1) return !1;
|
|
1634
|
-
p && typeof p == "object" ? Object.assign(
|
|
1657
|
+
p && typeof p == "object" ? Object.assign(h, p) : Object.assign(h, V);
|
|
1635
1658
|
} else
|
|
1636
|
-
Object.assign(
|
|
1659
|
+
Object.assign(h, V);
|
|
1637
1660
|
return !0;
|
|
1638
1661
|
}
|
|
1639
1662
|
};
|
|
1640
1663
|
}
|
|
1641
|
-
const
|
|
1664
|
+
const El = { key: 20 }, Ul = { class: "color-picker-tips" }, Al = /* @__PURE__ */ pe({
|
|
1642
1665
|
__name: "curdEdit",
|
|
1643
1666
|
props: {
|
|
1644
1667
|
dataSource: {},
|
|
@@ -1648,28 +1671,28 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
1648
1671
|
},
|
|
1649
1672
|
emits: ["close", "actionEvent"],
|
|
1650
1673
|
setup(e, { emit: l }) {
|
|
1651
|
-
const { t } =
|
|
1674
|
+
const { t } = Da(), { proxy: a } = he(), c = e, r = x(!1), i = x(), y = l, h = x(), V = x(Oa), { formData: p, initFormData: R, prepareSaveData: D } = Tl(
|
|
1652
1675
|
c.dataSource,
|
|
1653
1676
|
c.editData
|
|
1654
1677
|
), j = J(() => {
|
|
1655
|
-
const E = !!c.editData[c.dataSource.rowKey],
|
|
1656
|
-
return
|
|
1657
|
-
}),
|
|
1678
|
+
const E = !!c.editData[c.dataSource.rowKey], P = Ft(c.dataSource.columns, E, E);
|
|
1679
|
+
return Ia(P, "form.order");
|
|
1680
|
+
}), O = J(() => c.dataSource.formInline || !1), F = (k) => {
|
|
1658
1681
|
if (Array.isArray(k.defaultExpandedKeys))
|
|
1659
1682
|
return k.defaultExpandedKeys;
|
|
1660
1683
|
if (k.autoExpandFirstLevel === !1)
|
|
1661
1684
|
return [];
|
|
1662
|
-
const E = k.data || [],
|
|
1685
|
+
const E = k.data || [], P = k.props || { value: "id" }, W = k.valueKey || P.value || "id";
|
|
1663
1686
|
return Array.isArray(E) ? E.map((S) => S[W]).filter((S) => S !== void 0) : [];
|
|
1664
|
-
}, X = () =>
|
|
1687
|
+
}, X = () => Ht(c.dataSource.columns), ee = () => {
|
|
1665
1688
|
var k;
|
|
1666
|
-
(k =
|
|
1667
|
-
var
|
|
1689
|
+
(k = h.value) == null || k.validate(async (E) => {
|
|
1690
|
+
var P, W, S, d, C;
|
|
1668
1691
|
if (!E) return !1;
|
|
1669
1692
|
try {
|
|
1670
1693
|
const A = { ...c.dataSource.queryParams || {} };
|
|
1671
1694
|
if (await D(A) === !1) return !1;
|
|
1672
|
-
c.editData[c.dataSource.rowKey] ? await ((W = (
|
|
1695
|
+
c.editData[c.dataSource.rowKey] ? await ((W = (P = c.dataSource).updateApi) == null ? void 0 : W.call(P, A)) : await ((d = (S = c.dataSource).addApi) == null ? void 0 : d.call(S, A)), await $(), U(!0), a == null || a.$modal.msgSuccess(t("數據存儲成功")), (C = h.value) == null || C.resetFields();
|
|
1673
1696
|
} catch (A) {
|
|
1674
1697
|
console.error("Save failed:", A);
|
|
1675
1698
|
}
|
|
@@ -1679,33 +1702,33 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
1679
1702
|
const k = i.value;
|
|
1680
1703
|
if (k != null) {
|
|
1681
1704
|
const E = [];
|
|
1682
|
-
for (let
|
|
1683
|
-
const W = k[
|
|
1705
|
+
for (let P = 0; P < k.length; P++) {
|
|
1706
|
+
const W = k[P].getTranslate();
|
|
1684
1707
|
E.push(W);
|
|
1685
1708
|
}
|
|
1686
|
-
await
|
|
1709
|
+
await yl(E);
|
|
1687
1710
|
}
|
|
1688
1711
|
}, U = (k = !1) => {
|
|
1689
1712
|
var E;
|
|
1690
|
-
(E =
|
|
1713
|
+
(E = h.value) == null || E.resetFields(), y("close", k);
|
|
1691
1714
|
};
|
|
1692
1715
|
return Ve(() => c.modelValue, (k) => {
|
|
1693
|
-
k && (X(), R(c.editData)),
|
|
1716
|
+
k && (X(), R(c.editData)), r.value = k;
|
|
1694
1717
|
}), (k, E) => {
|
|
1695
|
-
const
|
|
1696
|
-
return s(),
|
|
1718
|
+
const P = st, W = va, S = ba, d = ka, C = Ba, A = za, N = He, G = da, se = ct, _ = pa, I = it, q = ut, Y = _a, ne = dt, ce = ga, me = ya, ue = ma, ye = ha, u = De, m = fa;
|
|
1719
|
+
return s(), f(m, {
|
|
1697
1720
|
title: c.action.title || c.action.text,
|
|
1698
|
-
modelValue: r
|
|
1699
|
-
"onUpdate:modelValue": E[1] || (E[1] = (n) => $e(
|
|
1721
|
+
modelValue: o(r),
|
|
1722
|
+
"onUpdate:modelValue": E[1] || (E[1] = (n) => $e(r) ? r.value = n : null),
|
|
1700
1723
|
onClose: U,
|
|
1701
1724
|
"destroy-on-close": "",
|
|
1702
1725
|
"append-to-bod": "",
|
|
1703
|
-
width: c.action.width || (
|
|
1726
|
+
width: c.action.width || (o(O) ? 750 : 550),
|
|
1704
1727
|
class: "curdEditDialog"
|
|
1705
1728
|
}, {
|
|
1706
1729
|
footer: b(() => [
|
|
1707
1730
|
re("div", null, [
|
|
1708
|
-
|
|
1731
|
+
H(u, {
|
|
1709
1732
|
onClick: E[0] || (E[0] = (n) => U(!1))
|
|
1710
1733
|
}, {
|
|
1711
1734
|
default: b(() => [
|
|
@@ -1713,7 +1736,7 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
1713
1736
|
]),
|
|
1714
1737
|
_: 1
|
|
1715
1738
|
}),
|
|
1716
|
-
|
|
1739
|
+
H(u, {
|
|
1717
1740
|
type: "primary",
|
|
1718
1741
|
onClick: ee
|
|
1719
1742
|
}, {
|
|
@@ -1725,24 +1748,24 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
1725
1748
|
])
|
|
1726
1749
|
]),
|
|
1727
1750
|
default: b(() => [
|
|
1728
|
-
|
|
1729
|
-
model:
|
|
1751
|
+
H(ye, {
|
|
1752
|
+
model: o(p),
|
|
1730
1753
|
ref_key: "curdFormRef",
|
|
1731
|
-
ref:
|
|
1754
|
+
ref: h,
|
|
1732
1755
|
"label-width": c.action.labelWidth || c.dataSource.formLabelWidth || "auto",
|
|
1733
1756
|
"label-position": c.action.labelPosition || "right",
|
|
1734
1757
|
class: "p-l-3 p-r-3"
|
|
1735
1758
|
}, {
|
|
1736
1759
|
default: b(() => [
|
|
1737
|
-
|
|
1760
|
+
H(ue, { gutter: 20 }, {
|
|
1738
1761
|
default: b(() => [
|
|
1739
|
-
(s(!0), T(z, null, Q(
|
|
1740
|
-
span: n.form.inline === !1 ? 24 :
|
|
1762
|
+
(s(!0), T(z, null, Q(o(j), (n) => (s(), f(me, {
|
|
1763
|
+
span: n.form.inline === !1 ? 24 : o(O) ? 12 : 24,
|
|
1741
1764
|
key: n.prop,
|
|
1742
1765
|
class: "el-p"
|
|
1743
1766
|
}, {
|
|
1744
1767
|
default: b(() => [
|
|
1745
|
-
|
|
1768
|
+
H(ce, {
|
|
1746
1769
|
prop: n.form.prop || n.prop,
|
|
1747
1770
|
label: n.label,
|
|
1748
1771
|
name: n.form.prop || n.prop,
|
|
@@ -1750,104 +1773,105 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
1750
1773
|
required: n.form.required
|
|
1751
1774
|
}, {
|
|
1752
1775
|
default: b(() => [
|
|
1753
|
-
n.form.type === "number" ? (s(),
|
|
1776
|
+
n.form.type === "number" ? (s(), f(P, {
|
|
1754
1777
|
key: 0,
|
|
1755
|
-
modelValue:
|
|
1756
|
-
"onUpdate:modelValue": (g) =>
|
|
1778
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1779
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
1757
1780
|
style: { width: "100%" },
|
|
1758
1781
|
min: n.form.min,
|
|
1759
1782
|
max: n.form.max,
|
|
1783
|
+
precision: n.form.precision,
|
|
1760
1784
|
placeholder: k.$t("請輸入")
|
|
1761
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "min", "max", "placeholder"])) : n.form.type === "select" ? (s(),
|
|
1785
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "min", "max", "precision", "placeholder"])) : n.form.type === "select" ? (s(), f(S, {
|
|
1762
1786
|
key: 1,
|
|
1763
1787
|
multiple: n.form.multiple,
|
|
1764
1788
|
style: { width: "100%" },
|
|
1765
|
-
modelValue:
|
|
1766
|
-
"onUpdate:modelValue": (g) =>
|
|
1789
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1790
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
1767
1791
|
placeholder: k.$t("請選擇"),
|
|
1768
1792
|
filterable: n.form.filterable ?? !0
|
|
1769
1793
|
}, {
|
|
1770
1794
|
default: b(() => [
|
|
1771
|
-
(s(!0), T(z, null, Q(n.form.data, (g) => (s(),
|
|
1795
|
+
(s(!0), T(z, null, Q(n.form.data, (g) => (s(), f(W, {
|
|
1772
1796
|
key: g[n.form.value] || g.value,
|
|
1773
1797
|
label: g[n.form.label] || g.label,
|
|
1774
1798
|
value: g[n.form.value] || g.value
|
|
1775
1799
|
}, null, 8, ["label", "value"]))), 128))
|
|
1776
1800
|
]),
|
|
1777
1801
|
_: 2
|
|
1778
|
-
}, 1032, ["multiple", "modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : n.form.type === "selectDict" ? (s(),
|
|
1802
|
+
}, 1032, ["multiple", "modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : n.form.type === "selectDict" ? (s(), f(S, {
|
|
1779
1803
|
key: 2,
|
|
1780
1804
|
multiple: n.form.multiple,
|
|
1781
1805
|
style: { width: "100%" },
|
|
1782
|
-
modelValue:
|
|
1783
|
-
"onUpdate:modelValue": (g) =>
|
|
1806
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1807
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
1784
1808
|
placeholder: k.$t("請選擇"),
|
|
1785
1809
|
filterable: n.form.filterable ?? !0
|
|
1786
1810
|
}, {
|
|
1787
1811
|
default: b(() => [
|
|
1788
|
-
(s(!0), T(z, null, Q(n.form.data, (g) => (s(),
|
|
1812
|
+
(s(!0), T(z, null, Q(n.form.data, (g) => (s(), f(W, {
|
|
1789
1813
|
key: g[n.form.value] || g.value,
|
|
1790
1814
|
label: g[n.form.label] || g.label,
|
|
1791
1815
|
value: g[n.form.value] || g.value
|
|
1792
1816
|
}, null, 8, ["label", "value"]))), 128))
|
|
1793
1817
|
]),
|
|
1794
1818
|
_: 2
|
|
1795
|
-
}, 1032, ["multiple", "modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : n.form.type === "selectCommonDict" ? (s(),
|
|
1819
|
+
}, 1032, ["multiple", "modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : n.form.type === "selectCommonDict" ? (s(), f(S, {
|
|
1796
1820
|
key: 3,
|
|
1797
1821
|
multiple: n.form.multiple,
|
|
1798
1822
|
style: { width: "100%" },
|
|
1799
|
-
modelValue:
|
|
1800
|
-
"onUpdate:modelValue": (g) =>
|
|
1823
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1824
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
1801
1825
|
placeholder: k.$t("請選擇"),
|
|
1802
1826
|
filterable: n.form.filterable ?? !0
|
|
1803
1827
|
}, {
|
|
1804
1828
|
default: b(() => [
|
|
1805
|
-
(s(!0), T(z, null, Q(n.form.data, (g) => (s(),
|
|
1829
|
+
(s(!0), T(z, null, Q(n.form.data, (g) => (s(), f(W, {
|
|
1806
1830
|
key: g.value,
|
|
1807
1831
|
label: g.label,
|
|
1808
1832
|
value: g.value
|
|
1809
1833
|
}, null, 8, ["label", "value"]))), 128))
|
|
1810
1834
|
]),
|
|
1811
1835
|
_: 2
|
|
1812
|
-
}, 1032, ["multiple", "modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : n.form.type === "selectApi" ? (s(),
|
|
1836
|
+
}, 1032, ["multiple", "modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : n.form.type === "selectApi" ? (s(), f(S, {
|
|
1813
1837
|
key: 4,
|
|
1814
1838
|
multiple: n.form.multiple,
|
|
1815
1839
|
style: { width: "100%" },
|
|
1816
|
-
modelValue:
|
|
1817
|
-
"onUpdate:modelValue": (g) =>
|
|
1840
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1841
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
1818
1842
|
placeholder: k.$t("請選擇"),
|
|
1819
1843
|
filterable: n.form.filterable ?? !0
|
|
1820
1844
|
}, {
|
|
1821
1845
|
default: b(() => [
|
|
1822
|
-
(s(!0), T(z, null, Q(n.form.data, (g) => (s(),
|
|
1846
|
+
(s(!0), T(z, null, Q(n.form.data, (g) => (s(), f(W, {
|
|
1823
1847
|
key: g[n.form.value],
|
|
1824
1848
|
label: g[n.form.label],
|
|
1825
1849
|
value: g[n.form.value]
|
|
1826
1850
|
}, null, 8, ["label", "value"]))), 128))
|
|
1827
1851
|
]),
|
|
1828
1852
|
_: 2
|
|
1829
|
-
}, 1032, ["multiple", "modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : n.form.type === "date" ? (s(),
|
|
1853
|
+
}, 1032, ["multiple", "modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : n.form.type === "date" ? (s(), f(d, {
|
|
1830
1854
|
key: 5,
|
|
1831
1855
|
format: "YYYY-MM-DD",
|
|
1832
1856
|
"value-format": "YYYY-MM-DD",
|
|
1833
|
-
modelValue:
|
|
1834
|
-
"onUpdate:modelValue": (g) =>
|
|
1857
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1858
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
1835
1859
|
type: "date",
|
|
1836
1860
|
placeholder: k.$t("請選擇日期"),
|
|
1837
1861
|
style: { width: "100%" }
|
|
1838
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])) : n.form.type === "datetime" ? (s(),
|
|
1862
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])) : n.form.type === "datetime" ? (s(), f(d, {
|
|
1839
1863
|
key: 6,
|
|
1840
1864
|
format: "YYYY-MM-DD HH:mm:ss",
|
|
1841
1865
|
"value-format": "YYYY-MM-DD HH:mm:ss",
|
|
1842
|
-
modelValue:
|
|
1843
|
-
"onUpdate:modelValue": (g) =>
|
|
1866
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1867
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
1844
1868
|
type: "datetime",
|
|
1845
1869
|
placeholder: k.$t("請選擇日期時間"),
|
|
1846
1870
|
style: { width: "100%" }
|
|
1847
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])) : n.form.type === "daterange" ? (s(),
|
|
1871
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])) : n.form.type === "daterange" ? (s(), f(d, {
|
|
1848
1872
|
key: 7,
|
|
1849
|
-
modelValue:
|
|
1850
|
-
"onUpdate:modelValue": (g) =>
|
|
1873
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1874
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
1851
1875
|
type: "daterange",
|
|
1852
1876
|
format: "YYYY-MM-DD",
|
|
1853
1877
|
"value-format": "YYYY-MM-DD",
|
|
@@ -1855,10 +1879,10 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
1855
1879
|
"start-placeholder": k.$t("開始日期"),
|
|
1856
1880
|
"end-placeholder": k.$t("結束日期"),
|
|
1857
1881
|
style: { width: "100%" }
|
|
1858
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "range-separator", "start-placeholder", "end-placeholder"])) : n.form.type === "timerange" ? (s(),
|
|
1882
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "range-separator", "start-placeholder", "end-placeholder"])) : n.form.type === "timerange" ? (s(), f(d, {
|
|
1859
1883
|
key: 8,
|
|
1860
|
-
modelValue:
|
|
1861
|
-
"onUpdate:modelValue": (g) =>
|
|
1884
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1885
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
1862
1886
|
type: "datetimerange",
|
|
1863
1887
|
format: "YYYY-MM-DD HH:mm",
|
|
1864
1888
|
"value-format": "YYYY-MM-DD HH:mm:ss",
|
|
@@ -1866,45 +1890,45 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
1866
1890
|
"start-placeholder": k.$t("開始時間"),
|
|
1867
1891
|
"end-placeholder": k.$t("結束時間"),
|
|
1868
1892
|
style: { width: "100%" }
|
|
1869
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "range-separator", "start-placeholder", "end-placeholder"])) : n.form.type === "image" ? (s(),
|
|
1893
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "range-separator", "start-placeholder", "end-placeholder"])) : n.form.type === "image" ? (s(), f(C, {
|
|
1870
1894
|
key: 9,
|
|
1871
1895
|
limit: n.form.limit || 1,
|
|
1872
|
-
modelValue:
|
|
1873
|
-
"onUpdate:modelValue": (g) =>
|
|
1874
|
-
}, null, 8, ["limit", "modelValue", "onUpdate:modelValue"])) : n.form.type === "file" ? (s(),
|
|
1896
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1897
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g
|
|
1898
|
+
}, null, 8, ["limit", "modelValue", "onUpdate:modelValue"])) : n.form.type === "file" ? (s(), f(A, {
|
|
1875
1899
|
key: 10,
|
|
1876
1900
|
limit: n.form.limit || 1,
|
|
1877
|
-
modelValue:
|
|
1878
|
-
"onUpdate:modelValue": (g) =>
|
|
1901
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1902
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
1879
1903
|
fileType: n.form.fileType,
|
|
1880
1904
|
fileSize: n.form.fileSize
|
|
1881
|
-
}, null, 8, ["limit", "modelValue", "onUpdate:modelValue", "fileType", "fileSize"])) : n.form.type === "password" ? (s(),
|
|
1905
|
+
}, null, 8, ["limit", "modelValue", "onUpdate:modelValue", "fileType", "fileSize"])) : n.form.type === "password" ? (s(), f(N, {
|
|
1882
1906
|
key: 11,
|
|
1883
1907
|
"auto-complete": "new-password",
|
|
1884
|
-
modelValue:
|
|
1885
|
-
"onUpdate:modelValue": (g) =>
|
|
1908
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1909
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
1886
1910
|
type: "password",
|
|
1887
1911
|
placeholder: k.$t("請輸入")
|
|
1888
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])) : n.form.type === "checkboxGroup" ? (s(),
|
|
1912
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])) : n.form.type === "checkboxGroup" ? (s(), f(se, {
|
|
1889
1913
|
key: 12,
|
|
1890
|
-
modelValue:
|
|
1891
|
-
"onUpdate:modelValue": (g) =>
|
|
1914
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1915
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g
|
|
1892
1916
|
}, {
|
|
1893
1917
|
default: b(() => [
|
|
1894
|
-
(s(!0), T(z, null, Q(n.form.list, (g) => (s(),
|
|
1918
|
+
(s(!0), T(z, null, Q(n.form.list, (g) => (s(), f(G, {
|
|
1895
1919
|
key: g[n.form.value],
|
|
1896
1920
|
label: g[n.form.label],
|
|
1897
1921
|
value: g[n.form.value]
|
|
1898
1922
|
}, null, 8, ["label", "value"]))), 128))
|
|
1899
1923
|
]),
|
|
1900
1924
|
_: 2
|
|
1901
|
-
}, 1032, ["modelValue", "onUpdate:modelValue"])) : n.form.type === "checkboxCommonDict" ? (s(),
|
|
1925
|
+
}, 1032, ["modelValue", "onUpdate:modelValue"])) : n.form.type === "checkboxCommonDict" ? (s(), f(se, {
|
|
1902
1926
|
key: 13,
|
|
1903
|
-
modelValue:
|
|
1904
|
-
"onUpdate:modelValue": (g) =>
|
|
1927
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1928
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g
|
|
1905
1929
|
}, {
|
|
1906
1930
|
default: b(() => [
|
|
1907
|
-
(s(!0), T(z, null, Q(n.form.data, (g) => (s(),
|
|
1931
|
+
(s(!0), T(z, null, Q(n.form.data, (g) => (s(), f(G, {
|
|
1908
1932
|
label: g.value,
|
|
1909
1933
|
key: g.value,
|
|
1910
1934
|
value: g.value
|
|
@@ -1916,19 +1940,19 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
1916
1940
|
}, 1032, ["label", "value"]))), 128))
|
|
1917
1941
|
]),
|
|
1918
1942
|
_: 2
|
|
1919
|
-
}, 1032, ["modelValue", "onUpdate:modelValue"])) : n.form.type === "switch" ? (s(),
|
|
1943
|
+
}, 1032, ["modelValue", "onUpdate:modelValue"])) : n.form.type === "switch" ? (s(), f(_, {
|
|
1920
1944
|
key: 14,
|
|
1921
|
-
modelValue:
|
|
1922
|
-
"onUpdate:modelValue": (g) =>
|
|
1945
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1946
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
1923
1947
|
"active-value": n.form.activeValue || "0",
|
|
1924
1948
|
"inactive-value": n.form.inactiveValue || "1"
|
|
1925
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "active-value", "inactive-value"])) : n.form.type === "radioDict" ? (s(),
|
|
1949
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "active-value", "inactive-value"])) : n.form.type === "radioDict" ? (s(), f(q, {
|
|
1926
1950
|
key: 15,
|
|
1927
|
-
modelValue:
|
|
1928
|
-
"onUpdate:modelValue": (g) =>
|
|
1951
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1952
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g
|
|
1929
1953
|
}, {
|
|
1930
1954
|
default: b(() => [
|
|
1931
|
-
(s(!0), T(z, null, Q(n.form.data, (g) => (s(),
|
|
1955
|
+
(s(!0), T(z, null, Q(n.form.data, (g) => (s(), f(I, {
|
|
1932
1956
|
key: g.value,
|
|
1933
1957
|
value: g.value
|
|
1934
1958
|
}, {
|
|
@@ -1939,24 +1963,24 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
1939
1963
|
}, 1032, ["value"]))), 128))
|
|
1940
1964
|
]),
|
|
1941
1965
|
_: 2
|
|
1942
|
-
}, 1032, ["modelValue", "onUpdate:modelValue"])) : n.form.type === "treeSelectApi" ? (s(),
|
|
1966
|
+
}, 1032, ["modelValue", "onUpdate:modelValue"])) : n.form.type === "treeSelectApi" ? (s(), f(Y, {
|
|
1943
1967
|
key: 16,
|
|
1944
|
-
modelValue:
|
|
1945
|
-
"onUpdate:modelValue": (g) =>
|
|
1968
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1969
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
1946
1970
|
data: n.form.data,
|
|
1947
1971
|
props: n.form.props,
|
|
1948
1972
|
"value-key": n.form.valueKey,
|
|
1949
|
-
"default-expanded-keys":
|
|
1973
|
+
"default-expanded-keys": F(n.form),
|
|
1950
1974
|
filterable: n.form.filterable ?? !0,
|
|
1951
1975
|
placeholder: k.$t("請選擇"),
|
|
1952
1976
|
"check-strictly": ""
|
|
1953
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "data", "props", "value-key", "default-expanded-keys", "filterable", "placeholder"])) : n.form.type === "radioCommonDict" ? (s(),
|
|
1977
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "data", "props", "value-key", "default-expanded-keys", "filterable", "placeholder"])) : n.form.type === "radioCommonDict" ? (s(), f(q, {
|
|
1954
1978
|
key: 17,
|
|
1955
|
-
modelValue:
|
|
1956
|
-
"onUpdate:modelValue": (g) =>
|
|
1979
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1980
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g
|
|
1957
1981
|
}, {
|
|
1958
1982
|
default: b(() => [
|
|
1959
|
-
(s(!0), T(z, null, Q(n.form.data, (g) => (s(),
|
|
1983
|
+
(s(!0), T(z, null, Q(n.form.data, (g) => (s(), f(I, {
|
|
1960
1984
|
key: g.value,
|
|
1961
1985
|
label: g.value
|
|
1962
1986
|
}, {
|
|
@@ -1967,13 +1991,13 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
1967
1991
|
}, 1032, ["label"]))), 128))
|
|
1968
1992
|
]),
|
|
1969
1993
|
_: 2
|
|
1970
|
-
}, 1032, ["modelValue", "onUpdate:modelValue"])) : n.form.type === "radioLocalDict" ? (s(),
|
|
1994
|
+
}, 1032, ["modelValue", "onUpdate:modelValue"])) : n.form.type === "radioLocalDict" ? (s(), f(q, {
|
|
1971
1995
|
key: 18,
|
|
1972
|
-
modelValue:
|
|
1973
|
-
"onUpdate:modelValue": (g) =>
|
|
1996
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
1997
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g
|
|
1974
1998
|
}, {
|
|
1975
1999
|
default: b(() => [
|
|
1976
|
-
(s(!0), T(z, null, Q(
|
|
2000
|
+
(s(!0), T(z, null, Q(o(V)[n.form.dictType], (g) => (s(), f(I, {
|
|
1977
2001
|
key: g.value,
|
|
1978
2002
|
label: g.value
|
|
1979
2003
|
}, {
|
|
@@ -1984,54 +2008,55 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
1984
2008
|
}, 1032, ["label"]))), 128))
|
|
1985
2009
|
]),
|
|
1986
2010
|
_: 2
|
|
1987
|
-
}, 1032, ["modelValue", "onUpdate:modelValue"])) : n.form.type === "checkbox" ? (s(),
|
|
2011
|
+
}, 1032, ["modelValue", "onUpdate:modelValue"])) : n.form.type === "checkbox" ? (s(), f(G, {
|
|
1988
2012
|
key: 19,
|
|
1989
2013
|
label: n.label,
|
|
1990
|
-
modelValue:
|
|
1991
|
-
"onUpdate:modelValue": (g) =>
|
|
1992
|
-
}, null, 8, ["label", "modelValue", "onUpdate:modelValue"])) : n.form.type === "color" ? (s(), T("div",
|
|
1993
|
-
|
|
1994
|
-
modelValue:
|
|
1995
|
-
"onUpdate:modelValue": (g) =>
|
|
2014
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
2015
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g
|
|
2016
|
+
}, null, 8, ["label", "modelValue", "onUpdate:modelValue"])) : n.form.type === "color" ? (s(), T("div", El, [
|
|
2017
|
+
H(ne, {
|
|
2018
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
2019
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g
|
|
1996
2020
|
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
|
|
1997
|
-
re("span",
|
|
1998
|
-
])) : n.form.type === "inputNumber" ? (s(),
|
|
2021
|
+
re("span", Ul, M(k.$t("需点击选择器中的确定按钮")), 1)
|
|
2022
|
+
])) : n.form.type === "inputNumber" ? (s(), f(P, {
|
|
1999
2023
|
key: 21,
|
|
2000
2024
|
min: n.form.min || 0,
|
|
2001
|
-
modelValue:
|
|
2002
|
-
"onUpdate:modelValue": (g) =>
|
|
2003
|
-
step: 1
|
|
2004
|
-
|
|
2025
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
2026
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
2027
|
+
step: 1,
|
|
2028
|
+
style: { width: "100%" }
|
|
2029
|
+
}, null, 8, ["min", "modelValue", "onUpdate:modelValue"])) : n.form.type === "richtext" ? (s(), f(Ma, {
|
|
2005
2030
|
key: 22,
|
|
2006
|
-
modelValue:
|
|
2007
|
-
"onUpdate:modelValue": (g) =>
|
|
2031
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
2032
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
2008
2033
|
height: n.form.max || 320,
|
|
2009
2034
|
"min-height": n.form.min || 220
|
|
2010
2035
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "height", "min-height"])) : (s(), T(z, { key: 23 }, [
|
|
2011
|
-
n.form.translate === !0 ? (s(),
|
|
2036
|
+
n.form.translate === !0 ? (s(), f(Ya, {
|
|
2012
2037
|
ref_for: !0,
|
|
2013
2038
|
ref_key: "translateInputRef",
|
|
2014
2039
|
ref: i,
|
|
2015
|
-
key:
|
|
2016
|
-
modelValue:
|
|
2017
|
-
"onUpdate:modelValue": (g) =>
|
|
2040
|
+
key: o(p)[k.dataSource.rowKey],
|
|
2041
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
2042
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
2018
2043
|
disabled: n.form.disabled || !1,
|
|
2019
2044
|
type: n.form.type,
|
|
2020
2045
|
placeholder: k.$t("請輸入"),
|
|
2021
2046
|
rows: n.form.rows || 3,
|
|
2022
2047
|
"show-word-limit": n.form.showWordLimit || !1,
|
|
2023
2048
|
maxlength: n.form.limit || -1
|
|
2024
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "disabled", "type", "placeholder", "rows", "show-word-limit", "maxlength"])) : (s(),
|
|
2049
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "disabled", "type", "placeholder", "rows", "show-word-limit", "maxlength"])) : (s(), f(N, {
|
|
2025
2050
|
key: 1,
|
|
2026
|
-
modelValue:
|
|
2027
|
-
"onUpdate:modelValue": (g) =>
|
|
2051
|
+
modelValue: o(p)[n.form.prop || n.prop],
|
|
2052
|
+
"onUpdate:modelValue": (g) => o(p)[n.form.prop || n.prop] = g,
|
|
2028
2053
|
disabled: n.form.disabled || !1,
|
|
2029
2054
|
type: n.form.type,
|
|
2030
2055
|
placeholder: k.$t("請輸入"),
|
|
2031
2056
|
rows: n.form.rows || 3,
|
|
2032
2057
|
"show-word-limit": n.form.showWordLimit || !1,
|
|
2033
2058
|
maxlength: n.form.limit || -1
|
|
2034
|
-
},
|
|
2059
|
+
}, ze({ _: 2 }, [
|
|
2035
2060
|
n.form.suffix ? {
|
|
2036
2061
|
name: "suffix",
|
|
2037
2062
|
fn: b(() => [
|
|
@@ -2065,14 +2090,14 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2065
2090
|
}, 8, ["title", "modelValue", "width"]);
|
|
2066
2091
|
};
|
|
2067
2092
|
}
|
|
2068
|
-
}),
|
|
2093
|
+
}), na = /* @__PURE__ */ be(Al, [["__scopeId", "data-v-02f3ee23"]]), Pl = {
|
|
2069
2094
|
key: 1,
|
|
2070
2095
|
class: "curd-search-card",
|
|
2071
2096
|
style: { "margin-bottom": "0px !important" }
|
|
2072
2097
|
}, Ol = {
|
|
2073
2098
|
key: 2,
|
|
2074
2099
|
class: "curd-search-card"
|
|
2075
|
-
},
|
|
2100
|
+
}, Il = /* @__PURE__ */ pe({
|
|
2076
2101
|
__name: "curdSearch",
|
|
2077
2102
|
props: {
|
|
2078
2103
|
dataSource: {},
|
|
@@ -2080,98 +2105,98 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2080
2105
|
},
|
|
2081
2106
|
emits: ["actionEvent"],
|
|
2082
2107
|
setup(e, { expose: l, emit: t }) {
|
|
2083
|
-
const { t: a } =
|
|
2108
|
+
const { t: a } = Da(), { proxy: c } = he(), r = t, i = e, y = J(() => {
|
|
2084
2109
|
const d = i.dataSource.actions;
|
|
2085
2110
|
return d == null ? [] : d.filter((A) => A.position === "top" || A.action === "create" || A.action === "back").map((A) => {
|
|
2086
|
-
const
|
|
2087
|
-
return
|
|
2111
|
+
const N = { ...A };
|
|
2112
|
+
return N.action === "create" ? (N.cssType = "primary", N.icon = "Plus") : N.action === "back" && (N.icon = "ArrowLeft"), N;
|
|
2088
2113
|
});
|
|
2089
|
-
}),
|
|
2114
|
+
}), h = J(() => y.value.find((d) => d.action === "create") ?? null), V = J(() => {
|
|
2090
2115
|
var d;
|
|
2091
2116
|
return ((d = i.dataSource.actions) == null ? void 0 : d.find((C) => C.action === "delete")) ?? null;
|
|
2092
2117
|
}), p = J(() => y.value.filter((d) => d.action !== "create")), R = (d) => {
|
|
2093
|
-
|
|
2094
|
-
}, D = J(() => i.dataSource.searchColumnsPerRow ?? 4), j = J(() => Math.floor(24 / D.value)),
|
|
2118
|
+
r("actionEvent", d);
|
|
2119
|
+
}, D = J(() => i.dataSource.searchColumnsPerRow ?? 4), j = J(() => Math.floor(24 / D.value)), O = J(() => i.dataSource.showSearchCard ?? !0), F = J(() => {
|
|
2095
2120
|
if (i.dataSource.searchActionColSpan != null)
|
|
2096
2121
|
return i.dataSource.searchActionColSpan;
|
|
2097
2122
|
const d = U.value.length % D.value, A = 24 - (d === 0 ? D.value : d) * j.value;
|
|
2098
2123
|
return A <= 0 ? 24 : A;
|
|
2099
|
-
}), X = J(() => U.value.length % D.value === 0 ? "15px !important" : "0px !important"), { initSearchDicts: ee } =
|
|
2100
|
-
|
|
2124
|
+
}), X = J(() => U.value.length % D.value === 0 ? "15px !important" : "0px !important"), { initSearchDicts: ee } = xa(), $ = x({}), U = x([]), k = () => {
|
|
2125
|
+
r("actionEvent", { action: "filter" });
|
|
2101
2126
|
}, E = async () => {
|
|
2102
2127
|
try {
|
|
2103
|
-
let d =
|
|
2128
|
+
let d = P();
|
|
2104
2129
|
if (d = { ...i.dataSource.queryParams || {}, ...d }, i.dataSource.beforeExport && await i.dataSource.beforeExport(d) === !1)
|
|
2105
2130
|
return;
|
|
2106
|
-
const C =
|
|
2131
|
+
const C = Vt().format("YYYYMMDDHHmmss");
|
|
2107
2132
|
let A = i.dataSource.exportFileName ? `${i.dataSource.exportFileName}` : "export";
|
|
2108
2133
|
A += `_${C}.xlsx`, c == null || c.download(i.dataSource.exportUrl, d, A);
|
|
2109
2134
|
} catch (d) {
|
|
2110
2135
|
console.error("Export failed:", d), c == null || c.$modal.msgError(a("導出失敗"));
|
|
2111
2136
|
}
|
|
2112
|
-
},
|
|
2137
|
+
}, P = () => {
|
|
2113
2138
|
const d = { ...$.value };
|
|
2114
2139
|
return U.value.forEach((C) => {
|
|
2115
|
-
var A,
|
|
2116
|
-
if (((A = C.search) == null ? void 0 : A.type) === "daterange" || ((
|
|
2140
|
+
var A, N;
|
|
2141
|
+
if (((A = C.search) == null ? void 0 : A.type) === "daterange" || ((N = C.search) == null ? void 0 : N.type) === "timerange") {
|
|
2117
2142
|
const G = d[C.search.prop];
|
|
2118
|
-
G && G[0] && G[1] &&
|
|
2143
|
+
G && G[0] && G[1] && Wt(d, G, C.search.prop, c), delete d[C.search.prop];
|
|
2119
2144
|
}
|
|
2120
|
-
}),
|
|
2145
|
+
}), Ye(d);
|
|
2121
2146
|
}, W = async () => {
|
|
2122
|
-
await S(),
|
|
2147
|
+
await S(), r("actionEvent", { action: "filter" }, {});
|
|
2123
2148
|
}, S = async () => {
|
|
2124
2149
|
const d = i.dataSource.columns.filter(
|
|
2125
|
-
(A) => A.search &&
|
|
2150
|
+
(A) => A.search && Me(A.search.permission ?? A.permission)
|
|
2126
2151
|
);
|
|
2127
|
-
U.value =
|
|
2128
|
-
d.map((A,
|
|
2152
|
+
U.value = Ia(
|
|
2153
|
+
d.map((A, N) => (A.search.order || (A.search.order = N + 100), A)),
|
|
2129
2154
|
"search.order"
|
|
2130
|
-
), await
|
|
2155
|
+
), await Le();
|
|
2131
2156
|
const C = {};
|
|
2132
2157
|
for (let A = 0; A < d.length; A++) {
|
|
2133
|
-
const
|
|
2134
|
-
if (!
|
|
2135
|
-
const G =
|
|
2136
|
-
se === "daterange" || se === "timerange" ? C[G] =
|
|
2158
|
+
const N = d[A];
|
|
2159
|
+
if (!N.search) continue;
|
|
2160
|
+
const G = N.search.prop || "", se = N.search.type || "";
|
|
2161
|
+
se === "daterange" || se === "timerange" ? C[G] = N.search.default ? N.search.default.split(",") : [] : ((se === "selectApi" || se === "treeSelectApi" || se === "selectDict") && await ee(N), C[G] = N.search.default);
|
|
2137
2162
|
}
|
|
2138
2163
|
$.value = C;
|
|
2139
2164
|
};
|
|
2140
|
-
return
|
|
2165
|
+
return Ne(() => S()), l({ initData: S, getQueryParams: P }), (d, C) => {
|
|
2141
2166
|
var ye;
|
|
2142
|
-
const A =
|
|
2143
|
-
return
|
|
2167
|
+
const A = ka, N = va, G = ba, se = _a, _ = He, I = ga, q = ya, Y = De, ne = ma, ce = ha, me = wa, ue = Sa("hasPermi");
|
|
2168
|
+
return o(U).length > 0 && o(O) ? (s(), f(me, {
|
|
2144
2169
|
key: 0,
|
|
2145
2170
|
class: "curd-search-card",
|
|
2146
2171
|
shadow: "hover",
|
|
2147
2172
|
style: { "margin-bottom": "12px !important" },
|
|
2148
|
-
"body-style": { paddingTop: "18px !important", paddingBottom:
|
|
2173
|
+
"body-style": { paddingTop: "18px !important", paddingBottom: o(X) }
|
|
2149
2174
|
}, {
|
|
2150
2175
|
default: b(() => [
|
|
2151
|
-
|
|
2152
|
-
model:
|
|
2176
|
+
H(ce, {
|
|
2177
|
+
model: o($),
|
|
2153
2178
|
inline: !0,
|
|
2154
2179
|
"label-width": i.dataSource.searchLabelWidth || 68
|
|
2155
2180
|
}, {
|
|
2156
2181
|
default: b(() => [
|
|
2157
|
-
|
|
2182
|
+
H(ne, { gutter: 20 }, {
|
|
2158
2183
|
default: b(() => [
|
|
2159
|
-
(s(!0), T(z, null, Q(
|
|
2160
|
-
span:
|
|
2184
|
+
(s(!0), T(z, null, Q(o(U), (u) => (s(), f(q, {
|
|
2185
|
+
span: o(j),
|
|
2161
2186
|
key: u.search.prop
|
|
2162
2187
|
}, {
|
|
2163
2188
|
default: b(() => [
|
|
2164
|
-
|
|
2189
|
+
H(I, {
|
|
2165
2190
|
label: u.label,
|
|
2166
2191
|
name: u.search.prop,
|
|
2167
2192
|
style: { width: "100%" },
|
|
2168
2193
|
"label-width": u.search.labelWidth
|
|
2169
2194
|
}, {
|
|
2170
2195
|
default: b(() => [
|
|
2171
|
-
u.search.type === "daterange" ? (s(),
|
|
2196
|
+
u.search.type === "daterange" ? (s(), f(A, {
|
|
2172
2197
|
key: 0,
|
|
2173
|
-
modelValue:
|
|
2174
|
-
"onUpdate:modelValue": (m) =>
|
|
2198
|
+
modelValue: o($)[u.search.prop],
|
|
2199
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2175
2200
|
type: "daterange",
|
|
2176
2201
|
format: "YYYY-MM-DD",
|
|
2177
2202
|
"value-format": "YYYY-MM-DD",
|
|
@@ -2181,10 +2206,10 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2181
2206
|
style: { width: "100%" },
|
|
2182
2207
|
clearable: "",
|
|
2183
2208
|
onChange: k
|
|
2184
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "range-separator", "start-placeholder", "end-placeholder"])) : u.search.type === "timerange" ? (s(),
|
|
2209
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "range-separator", "start-placeholder", "end-placeholder"])) : u.search.type === "timerange" ? (s(), f(A, {
|
|
2185
2210
|
key: 1,
|
|
2186
|
-
modelValue:
|
|
2187
|
-
"onUpdate:modelValue": (m) =>
|
|
2211
|
+
modelValue: o($)[u.search.prop],
|
|
2212
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2188
2213
|
type: "datetimerange",
|
|
2189
2214
|
format: "YYYY-MM-DD HH:mm",
|
|
2190
2215
|
"value-format": "YYYY-MM-DD HH:mm:ss",
|
|
@@ -2194,10 +2219,10 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2194
2219
|
style: { width: "100%" },
|
|
2195
2220
|
clearable: "",
|
|
2196
2221
|
onChange: k
|
|
2197
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "range-separator", "start-placeholder", "end-placeholder"])) : u.search.type === "selectApi" ? (s(),
|
|
2222
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "range-separator", "start-placeholder", "end-placeholder"])) : u.search.type === "selectApi" ? (s(), f(G, {
|
|
2198
2223
|
key: 2,
|
|
2199
|
-
modelValue:
|
|
2200
|
-
"onUpdate:modelValue": (m) =>
|
|
2224
|
+
modelValue: o($)[u.search.prop],
|
|
2225
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2201
2226
|
placeholder: d.$t("請選擇"),
|
|
2202
2227
|
style: { width: "100%" },
|
|
2203
2228
|
clearable: "",
|
|
@@ -2205,17 +2230,17 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2205
2230
|
filterable: u.search.filterable ?? !0
|
|
2206
2231
|
}, {
|
|
2207
2232
|
default: b(() => [
|
|
2208
|
-
(s(!0), T(z, null, Q(u.search.data, (m) => (s(),
|
|
2233
|
+
(s(!0), T(z, null, Q(u.search.data, (m) => (s(), f(N, {
|
|
2209
2234
|
key: m[u.search.value],
|
|
2210
2235
|
label: m[u.search.label],
|
|
2211
2236
|
value: m[u.search.value]
|
|
2212
2237
|
}, null, 8, ["label", "value"]))), 128))
|
|
2213
2238
|
]),
|
|
2214
2239
|
_: 2
|
|
2215
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "selectData" ? (s(),
|
|
2240
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "selectData" ? (s(), f(G, {
|
|
2216
2241
|
key: 3,
|
|
2217
|
-
modelValue:
|
|
2218
|
-
"onUpdate:modelValue": (m) =>
|
|
2242
|
+
modelValue: o($)[u.search.prop],
|
|
2243
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2219
2244
|
placeholder: d.$t("請選擇"),
|
|
2220
2245
|
style: { width: "100%" },
|
|
2221
2246
|
clearable: "",
|
|
@@ -2223,17 +2248,17 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2223
2248
|
filterable: u.search.filterable ?? !0
|
|
2224
2249
|
}, {
|
|
2225
2250
|
default: b(() => [
|
|
2226
|
-
(s(!0), T(z, null, Q(u.search.data, (m) => (s(),
|
|
2251
|
+
(s(!0), T(z, null, Q(u.search.data, (m) => (s(), f(N, {
|
|
2227
2252
|
key: m[u.search.value],
|
|
2228
2253
|
label: m[u.search.label],
|
|
2229
2254
|
value: m[u.search.value]
|
|
2230
2255
|
}, null, 8, ["label", "value"]))), 128))
|
|
2231
2256
|
]),
|
|
2232
2257
|
_: 2
|
|
2233
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "selectDict" ? (s(),
|
|
2258
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "selectDict" ? (s(), f(G, {
|
|
2234
2259
|
key: 4,
|
|
2235
|
-
modelValue:
|
|
2236
|
-
"onUpdate:modelValue": (m) =>
|
|
2260
|
+
modelValue: o($)[u.search.prop],
|
|
2261
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2237
2262
|
placeholder: d.$t("請選擇"),
|
|
2238
2263
|
style: { width: "100%" },
|
|
2239
2264
|
clearable: "",
|
|
@@ -2241,17 +2266,17 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2241
2266
|
filterable: u.search.filterable ?? !0
|
|
2242
2267
|
}, {
|
|
2243
2268
|
default: b(() => [
|
|
2244
|
-
(s(!0), T(z, null, Q(u.search.data || [], (m) => (s(),
|
|
2269
|
+
(s(!0), T(z, null, Q(u.search.data || [], (m) => (s(), f(N, {
|
|
2245
2270
|
key: m[u.search.value] || m.value,
|
|
2246
2271
|
label: m[u.search.label] || m.label,
|
|
2247
2272
|
value: m[u.search.value] || m.value
|
|
2248
2273
|
}, null, 8, ["label", "value"]))), 128))
|
|
2249
2274
|
]),
|
|
2250
2275
|
_: 2
|
|
2251
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "selectCommonDict" ? (s(),
|
|
2276
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "selectCommonDict" ? (s(), f(G, {
|
|
2252
2277
|
key: 5,
|
|
2253
|
-
modelValue:
|
|
2254
|
-
"onUpdate:modelValue": (m) =>
|
|
2278
|
+
modelValue: o($)[u.search.prop],
|
|
2279
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2255
2280
|
placeholder: d.$t("請選擇"),
|
|
2256
2281
|
style: { width: "100%" },
|
|
2257
2282
|
clearable: "",
|
|
@@ -2259,17 +2284,17 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2259
2284
|
filterable: u.search.filterable ?? !0
|
|
2260
2285
|
}, {
|
|
2261
2286
|
default: b(() => [
|
|
2262
|
-
(s(!0), T(z, null, Q(u.search.data || [], (m) => (s(),
|
|
2287
|
+
(s(!0), T(z, null, Q(u.search.data || [], (m) => (s(), f(N, {
|
|
2263
2288
|
key: m[u.search.value] || m.value,
|
|
2264
2289
|
label: m[u.search.label] || m.label,
|
|
2265
2290
|
value: m[u.search.value] || m.value
|
|
2266
2291
|
}, null, 8, ["label", "value"]))), 128))
|
|
2267
2292
|
]),
|
|
2268
2293
|
_: 2
|
|
2269
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "treeSelectApi" ? (s(),
|
|
2294
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "treeSelectApi" ? (s(), f(se, {
|
|
2270
2295
|
key: 6,
|
|
2271
|
-
modelValue:
|
|
2272
|
-
"onUpdate:modelValue": (m) =>
|
|
2296
|
+
modelValue: o($)[u.search.prop],
|
|
2297
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2273
2298
|
data: u.search.data,
|
|
2274
2299
|
props: u.search.props,
|
|
2275
2300
|
"value-key": u.search.valueKey,
|
|
@@ -2279,22 +2304,22 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2279
2304
|
"check-strictly": "",
|
|
2280
2305
|
clearable: "",
|
|
2281
2306
|
onChange: k
|
|
2282
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "data", "props", "value-key", "default-expanded-keys", "placeholder"])) : u.search.type === "number" ? (s(),
|
|
2307
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "data", "props", "value-key", "default-expanded-keys", "placeholder"])) : u.search.type === "number" ? (s(), f(_, {
|
|
2283
2308
|
key: 7,
|
|
2284
2309
|
type: "number",
|
|
2285
|
-
modelValue:
|
|
2286
|
-
"onUpdate:modelValue": (m) =>
|
|
2310
|
+
modelValue: o($)[u.search.prop],
|
|
2311
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2287
2312
|
placeholder: d.$t("請輸入"),
|
|
2288
2313
|
style: { width: "100%" },
|
|
2289
2314
|
clearable: ""
|
|
2290
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])) : (s(),
|
|
2315
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])) : (s(), f(_, {
|
|
2291
2316
|
key: 8,
|
|
2292
2317
|
type: "text",
|
|
2293
|
-
modelValue:
|
|
2294
|
-
"onUpdate:modelValue": (m) =>
|
|
2318
|
+
modelValue: o($)[u.search.prop],
|
|
2319
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2295
2320
|
style: { width: "100%" },
|
|
2296
2321
|
placeholder: d.$t("請輸入"),
|
|
2297
|
-
onKeyup:
|
|
2322
|
+
onKeyup: Ze(k, ["enter"]),
|
|
2298
2323
|
clearable: ""
|
|
2299
2324
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"]))
|
|
2300
2325
|
]),
|
|
@@ -2303,11 +2328,11 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2303
2328
|
]),
|
|
2304
2329
|
_: 2
|
|
2305
2330
|
}, 1032, ["span"]))), 128)),
|
|
2306
|
-
|
|
2331
|
+
H(q, { span: o(F) }, {
|
|
2307
2332
|
default: b(() => {
|
|
2308
2333
|
var u;
|
|
2309
2334
|
return [
|
|
2310
|
-
|
|
2335
|
+
H(Y, {
|
|
2311
2336
|
onClick: k,
|
|
2312
2337
|
plain: ""
|
|
2313
2338
|
}, {
|
|
@@ -2316,7 +2341,7 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2316
2341
|
]),
|
|
2317
2342
|
_: 1
|
|
2318
2343
|
}),
|
|
2319
|
-
|
|
2344
|
+
H(Y, {
|
|
2320
2345
|
onClick: W,
|
|
2321
2346
|
plain: ""
|
|
2322
2347
|
}, {
|
|
@@ -2325,36 +2350,36 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2325
2350
|
]),
|
|
2326
2351
|
_: 1
|
|
2327
2352
|
}),
|
|
2328
|
-
|
|
2353
|
+
o(h) ? de((s(), f(Y, {
|
|
2329
2354
|
key: 0,
|
|
2330
|
-
type:
|
|
2331
|
-
icon:
|
|
2355
|
+
type: o(h).cssType,
|
|
2356
|
+
icon: o(h).icon,
|
|
2332
2357
|
plain: "",
|
|
2333
|
-
onClick: C[0] || (C[0] = (m) => R(
|
|
2358
|
+
onClick: C[0] || (C[0] = (m) => R(o(h)))
|
|
2334
2359
|
}, {
|
|
2335
2360
|
default: b(() => [
|
|
2336
|
-
L(M(d.$t(
|
|
2361
|
+
L(M(d.$t(o(h).text || "新增")), 1)
|
|
2337
2362
|
]),
|
|
2338
2363
|
_: 1
|
|
2339
2364
|
}, 8, ["type", "icon"])), [
|
|
2340
|
-
[
|
|
2365
|
+
[ue, o(h).permission || null]
|
|
2341
2366
|
]) : Z("", !0),
|
|
2342
|
-
i.dataSource.showBatchDeleteButton ? de((s(),
|
|
2367
|
+
i.dataSource.showBatchDeleteButton ? de((s(), f(Y, {
|
|
2343
2368
|
key: 1,
|
|
2344
2369
|
type: "danger",
|
|
2345
2370
|
icon: "Delete",
|
|
2346
2371
|
plain: "",
|
|
2347
2372
|
disabled: d.selectedCount === 0,
|
|
2348
|
-
onClick: C[1] || (C[1] = (m) =>
|
|
2373
|
+
onClick: C[1] || (C[1] = (m) => r("actionEvent", { action: "batchDelete" }))
|
|
2349
2374
|
}, {
|
|
2350
2375
|
default: b(() => [
|
|
2351
2376
|
L(M(d.$t("批量刪除")), 1)
|
|
2352
2377
|
]),
|
|
2353
2378
|
_: 1
|
|
2354
2379
|
}, 8, ["disabled"])), [
|
|
2355
|
-
[
|
|
2380
|
+
[ue, ((u = o(V)) == null ? void 0 : u.permission) || null]
|
|
2356
2381
|
]) : Z("", !0),
|
|
2357
|
-
i.dataSource.exportUrl ? (s(),
|
|
2382
|
+
i.dataSource.exportUrl ? (s(), f(Y, {
|
|
2358
2383
|
key: 2,
|
|
2359
2384
|
type: "primary",
|
|
2360
2385
|
icon: "Download",
|
|
@@ -2366,7 +2391,7 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2366
2391
|
]),
|
|
2367
2392
|
_: 1
|
|
2368
2393
|
})) : Z("", !0),
|
|
2369
|
-
(s(!0), T(z, null, Q(
|
|
2394
|
+
(s(!0), T(z, null, Q(o(p), (m) => de((s(), f(Y, {
|
|
2370
2395
|
key: m.text,
|
|
2371
2396
|
onClick: (n) => R(m),
|
|
2372
2397
|
type: m.cssType,
|
|
@@ -2378,7 +2403,7 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2378
2403
|
]),
|
|
2379
2404
|
_: 2
|
|
2380
2405
|
}, 1032, ["onClick", "type", "icon"])), [
|
|
2381
|
-
[
|
|
2406
|
+
[ue, m.permission || null]
|
|
2382
2407
|
])), 128))
|
|
2383
2408
|
];
|
|
2384
2409
|
}),
|
|
@@ -2392,31 +2417,31 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2392
2417
|
}, 8, ["model", "label-width"])
|
|
2393
2418
|
]),
|
|
2394
2419
|
_: 1
|
|
2395
|
-
}, 8, ["body-style"])) :
|
|
2396
|
-
|
|
2397
|
-
model:
|
|
2420
|
+
}, 8, ["body-style"])) : o(U).length > 0 && !o(O) ? (s(), T("div", Pl, [
|
|
2421
|
+
H(ce, {
|
|
2422
|
+
model: o($),
|
|
2398
2423
|
inline: !0,
|
|
2399
2424
|
"label-width": i.dataSource.searchLabelWidth || 68
|
|
2400
2425
|
}, {
|
|
2401
2426
|
default: b(() => [
|
|
2402
|
-
|
|
2427
|
+
H(ne, { gutter: 20 }, {
|
|
2403
2428
|
default: b(() => [
|
|
2404
|
-
(s(!0), T(z, null, Q(
|
|
2405
|
-
span:
|
|
2429
|
+
(s(!0), T(z, null, Q(o(U), (u) => (s(), f(q, {
|
|
2430
|
+
span: o(j),
|
|
2406
2431
|
key: u.search.prop
|
|
2407
2432
|
}, {
|
|
2408
2433
|
default: b(() => [
|
|
2409
|
-
|
|
2434
|
+
H(I, {
|
|
2410
2435
|
label: u.label,
|
|
2411
2436
|
name: u.search.prop,
|
|
2412
2437
|
style: { width: "100%" },
|
|
2413
2438
|
"label-width": u.search.labelWidth
|
|
2414
2439
|
}, {
|
|
2415
2440
|
default: b(() => [
|
|
2416
|
-
u.search.type === "daterange" ? (s(),
|
|
2441
|
+
u.search.type === "daterange" ? (s(), f(A, {
|
|
2417
2442
|
key: 0,
|
|
2418
|
-
modelValue:
|
|
2419
|
-
"onUpdate:modelValue": (m) =>
|
|
2443
|
+
modelValue: o($)[u.search.prop],
|
|
2444
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2420
2445
|
type: "daterange",
|
|
2421
2446
|
format: "YYYY-MM-DD",
|
|
2422
2447
|
"value-format": "YYYY-MM-DD",
|
|
@@ -2426,10 +2451,10 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2426
2451
|
style: { width: "100%" },
|
|
2427
2452
|
clearable: "",
|
|
2428
2453
|
onChange: k
|
|
2429
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "range-separator", "start-placeholder", "end-placeholder"])) : u.search.type === "timerange" ? (s(),
|
|
2454
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "range-separator", "start-placeholder", "end-placeholder"])) : u.search.type === "timerange" ? (s(), f(A, {
|
|
2430
2455
|
key: 1,
|
|
2431
|
-
modelValue:
|
|
2432
|
-
"onUpdate:modelValue": (m) =>
|
|
2456
|
+
modelValue: o($)[u.search.prop],
|
|
2457
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2433
2458
|
type: "datetimerange",
|
|
2434
2459
|
format: "YYYY-MM-DD HH:mm",
|
|
2435
2460
|
"value-format": "YYYY-MM-DD HH:mm:ss",
|
|
@@ -2439,10 +2464,10 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2439
2464
|
style: { width: "100%" },
|
|
2440
2465
|
clearable: "",
|
|
2441
2466
|
onChange: k
|
|
2442
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "range-separator", "start-placeholder", "end-placeholder"])) : u.search.type === "selectApi" ? (s(),
|
|
2467
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "range-separator", "start-placeholder", "end-placeholder"])) : u.search.type === "selectApi" ? (s(), f(G, {
|
|
2443
2468
|
key: 2,
|
|
2444
|
-
modelValue:
|
|
2445
|
-
"onUpdate:modelValue": (m) =>
|
|
2469
|
+
modelValue: o($)[u.search.prop],
|
|
2470
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2446
2471
|
placeholder: d.$t("請選擇"),
|
|
2447
2472
|
style: { width: "100%" },
|
|
2448
2473
|
clearable: "",
|
|
@@ -2450,17 +2475,17 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2450
2475
|
filterable: u.search.filterable ?? !0
|
|
2451
2476
|
}, {
|
|
2452
2477
|
default: b(() => [
|
|
2453
|
-
(s(!0), T(z, null, Q(u.search.data, (m) => (s(),
|
|
2478
|
+
(s(!0), T(z, null, Q(u.search.data, (m) => (s(), f(N, {
|
|
2454
2479
|
key: m[u.search.value],
|
|
2455
2480
|
label: m[u.search.label],
|
|
2456
2481
|
value: m[u.search.value]
|
|
2457
2482
|
}, null, 8, ["label", "value"]))), 128))
|
|
2458
2483
|
]),
|
|
2459
2484
|
_: 2
|
|
2460
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "selectData" ? (s(),
|
|
2485
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "selectData" ? (s(), f(G, {
|
|
2461
2486
|
key: 3,
|
|
2462
|
-
modelValue:
|
|
2463
|
-
"onUpdate:modelValue": (m) =>
|
|
2487
|
+
modelValue: o($)[u.search.prop],
|
|
2488
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2464
2489
|
placeholder: d.$t("請選擇"),
|
|
2465
2490
|
style: { width: "100%" },
|
|
2466
2491
|
clearable: "",
|
|
@@ -2468,17 +2493,17 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2468
2493
|
filterable: u.search.filterable ?? !0
|
|
2469
2494
|
}, {
|
|
2470
2495
|
default: b(() => [
|
|
2471
|
-
(s(!0), T(z, null, Q(u.search.data, (m) => (s(),
|
|
2496
|
+
(s(!0), T(z, null, Q(u.search.data, (m) => (s(), f(N, {
|
|
2472
2497
|
key: m[u.search.value],
|
|
2473
2498
|
label: m[u.search.label],
|
|
2474
2499
|
value: m[u.search.value]
|
|
2475
2500
|
}, null, 8, ["label", "value"]))), 128))
|
|
2476
2501
|
]),
|
|
2477
2502
|
_: 2
|
|
2478
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "selectDict" ? (s(),
|
|
2503
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "selectDict" ? (s(), f(G, {
|
|
2479
2504
|
key: 4,
|
|
2480
|
-
modelValue:
|
|
2481
|
-
"onUpdate:modelValue": (m) =>
|
|
2505
|
+
modelValue: o($)[u.search.prop],
|
|
2506
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2482
2507
|
placeholder: d.$t("請選擇"),
|
|
2483
2508
|
style: { width: "100%" },
|
|
2484
2509
|
clearable: "",
|
|
@@ -2486,17 +2511,17 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2486
2511
|
filterable: u.search.filterable ?? !0
|
|
2487
2512
|
}, {
|
|
2488
2513
|
default: b(() => [
|
|
2489
|
-
(s(!0), T(z, null, Q(u.search.data || [], (m) => (s(),
|
|
2514
|
+
(s(!0), T(z, null, Q(u.search.data || [], (m) => (s(), f(N, {
|
|
2490
2515
|
key: m[u.search.value] || m.value,
|
|
2491
2516
|
label: m[u.search.label] || m.label,
|
|
2492
2517
|
value: m[u.search.value] || m.value
|
|
2493
2518
|
}, null, 8, ["label", "value"]))), 128))
|
|
2494
2519
|
]),
|
|
2495
2520
|
_: 2
|
|
2496
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "selectCommonDict" ? (s(),
|
|
2521
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "selectCommonDict" ? (s(), f(G, {
|
|
2497
2522
|
key: 5,
|
|
2498
|
-
modelValue:
|
|
2499
|
-
"onUpdate:modelValue": (m) =>
|
|
2523
|
+
modelValue: o($)[u.search.prop],
|
|
2524
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2500
2525
|
placeholder: d.$t("請選擇"),
|
|
2501
2526
|
style: { width: "100%" },
|
|
2502
2527
|
clearable: "",
|
|
@@ -2504,17 +2529,17 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2504
2529
|
filterable: u.search.filterable ?? !0
|
|
2505
2530
|
}, {
|
|
2506
2531
|
default: b(() => [
|
|
2507
|
-
(s(!0), T(z, null, Q(u.search.data || [], (m) => (s(),
|
|
2532
|
+
(s(!0), T(z, null, Q(u.search.data || [], (m) => (s(), f(N, {
|
|
2508
2533
|
key: m[u.search.value] || m.value,
|
|
2509
2534
|
label: m[u.search.label] || m.label,
|
|
2510
2535
|
value: m[u.search.value] || m.value
|
|
2511
2536
|
}, null, 8, ["label", "value"]))), 128))
|
|
2512
2537
|
]),
|
|
2513
2538
|
_: 2
|
|
2514
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "treeSelectApi" ? (s(),
|
|
2539
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "filterable"])) : u.search.type === "treeSelectApi" ? (s(), f(se, {
|
|
2515
2540
|
key: 6,
|
|
2516
|
-
modelValue:
|
|
2517
|
-
"onUpdate:modelValue": (m) =>
|
|
2541
|
+
modelValue: o($)[u.search.prop],
|
|
2542
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2518
2543
|
data: u.search.data,
|
|
2519
2544
|
props: u.search.props,
|
|
2520
2545
|
"value-key": u.search.valueKey,
|
|
@@ -2524,22 +2549,22 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2524
2549
|
"check-strictly": "",
|
|
2525
2550
|
clearable: "",
|
|
2526
2551
|
onChange: k
|
|
2527
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "data", "props", "value-key", "default-expanded-keys", "placeholder"])) : u.search.type === "number" ? (s(),
|
|
2552
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "data", "props", "value-key", "default-expanded-keys", "placeholder"])) : u.search.type === "number" ? (s(), f(_, {
|
|
2528
2553
|
key: 7,
|
|
2529
2554
|
type: "number",
|
|
2530
|
-
modelValue:
|
|
2531
|
-
"onUpdate:modelValue": (m) =>
|
|
2555
|
+
modelValue: o($)[u.search.prop],
|
|
2556
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2532
2557
|
placeholder: d.$t("請輸入"),
|
|
2533
2558
|
style: { width: "100%" },
|
|
2534
2559
|
clearable: ""
|
|
2535
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])) : (s(),
|
|
2560
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])) : (s(), f(_, {
|
|
2536
2561
|
key: 8,
|
|
2537
2562
|
type: "text",
|
|
2538
|
-
modelValue:
|
|
2539
|
-
"onUpdate:modelValue": (m) =>
|
|
2563
|
+
modelValue: o($)[u.search.prop],
|
|
2564
|
+
"onUpdate:modelValue": (m) => o($)[u.search.prop] = m,
|
|
2540
2565
|
style: { width: "100%" },
|
|
2541
2566
|
placeholder: d.$t("請輸入"),
|
|
2542
|
-
onKeyup:
|
|
2567
|
+
onKeyup: Ze(k, ["enter"]),
|
|
2543
2568
|
clearable: ""
|
|
2544
2569
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"]))
|
|
2545
2570
|
]),
|
|
@@ -2548,11 +2573,11 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2548
2573
|
]),
|
|
2549
2574
|
_: 2
|
|
2550
2575
|
}, 1032, ["span"]))), 128)),
|
|
2551
|
-
|
|
2576
|
+
H(q, { span: o(F) }, {
|
|
2552
2577
|
default: b(() => {
|
|
2553
2578
|
var u;
|
|
2554
2579
|
return [
|
|
2555
|
-
|
|
2580
|
+
H(Y, {
|
|
2556
2581
|
onClick: k,
|
|
2557
2582
|
plain: ""
|
|
2558
2583
|
}, {
|
|
@@ -2561,7 +2586,7 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2561
2586
|
]),
|
|
2562
2587
|
_: 1
|
|
2563
2588
|
}),
|
|
2564
|
-
|
|
2589
|
+
H(Y, {
|
|
2565
2590
|
onClick: W,
|
|
2566
2591
|
plain: ""
|
|
2567
2592
|
}, {
|
|
@@ -2570,36 +2595,36 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2570
2595
|
]),
|
|
2571
2596
|
_: 1
|
|
2572
2597
|
}),
|
|
2573
|
-
|
|
2598
|
+
o(h) ? de((s(), f(Y, {
|
|
2574
2599
|
key: 0,
|
|
2575
|
-
type:
|
|
2576
|
-
icon:
|
|
2600
|
+
type: o(h).cssType,
|
|
2601
|
+
icon: o(h).icon,
|
|
2577
2602
|
plain: "",
|
|
2578
|
-
onClick: C[2] || (C[2] = (m) => R(
|
|
2603
|
+
onClick: C[2] || (C[2] = (m) => R(o(h)))
|
|
2579
2604
|
}, {
|
|
2580
2605
|
default: b(() => [
|
|
2581
|
-
L(M(d.$t(
|
|
2606
|
+
L(M(d.$t(o(h).text || "新增")), 1)
|
|
2582
2607
|
]),
|
|
2583
2608
|
_: 1
|
|
2584
2609
|
}, 8, ["type", "icon"])), [
|
|
2585
|
-
[
|
|
2610
|
+
[ue, o(h).permission || null]
|
|
2586
2611
|
]) : Z("", !0),
|
|
2587
|
-
i.dataSource.showBatchDeleteButton ? de((s(),
|
|
2612
|
+
i.dataSource.showBatchDeleteButton ? de((s(), f(Y, {
|
|
2588
2613
|
key: 1,
|
|
2589
2614
|
type: "danger",
|
|
2590
2615
|
icon: "Delete",
|
|
2591
2616
|
plain: "",
|
|
2592
2617
|
disabled: d.selectedCount === 0,
|
|
2593
|
-
onClick: C[3] || (C[3] = (m) =>
|
|
2618
|
+
onClick: C[3] || (C[3] = (m) => r("actionEvent", { action: "batchDelete" }))
|
|
2594
2619
|
}, {
|
|
2595
2620
|
default: b(() => [
|
|
2596
2621
|
L(M(d.$t("批量刪除")), 1)
|
|
2597
2622
|
]),
|
|
2598
2623
|
_: 1
|
|
2599
2624
|
}, 8, ["disabled"])), [
|
|
2600
|
-
[
|
|
2625
|
+
[ue, ((u = o(V)) == null ? void 0 : u.permission) || null]
|
|
2601
2626
|
]) : Z("", !0),
|
|
2602
|
-
i.dataSource.exportUrl ? (s(),
|
|
2627
|
+
i.dataSource.exportUrl ? (s(), f(Y, {
|
|
2603
2628
|
key: 2,
|
|
2604
2629
|
type: "primary",
|
|
2605
2630
|
icon: "Download",
|
|
@@ -2611,7 +2636,7 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2611
2636
|
]),
|
|
2612
2637
|
_: 1
|
|
2613
2638
|
})) : Z("", !0),
|
|
2614
|
-
(s(!0), T(z, null, Q(
|
|
2639
|
+
(s(!0), T(z, null, Q(o(p), (m) => de((s(), f(Y, {
|
|
2615
2640
|
key: m.text,
|
|
2616
2641
|
onClick: (n) => R(m),
|
|
2617
2642
|
type: m.cssType,
|
|
@@ -2623,7 +2648,7 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2623
2648
|
]),
|
|
2624
2649
|
_: 2
|
|
2625
2650
|
}, 1032, ["onClick", "type", "icon"])), [
|
|
2626
|
-
[
|
|
2651
|
+
[ue, m.permission || null]
|
|
2627
2652
|
])), 128))
|
|
2628
2653
|
];
|
|
2629
2654
|
}),
|
|
@@ -2635,37 +2660,37 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2635
2660
|
]),
|
|
2636
2661
|
_: 1
|
|
2637
2662
|
}, 8, ["model", "label-width"])
|
|
2638
|
-
])) :
|
|
2639
|
-
|
|
2663
|
+
])) : o(y).length > 0 ? (s(), T("div", Ol, [
|
|
2664
|
+
o(h) ? de((s(), f(Y, {
|
|
2640
2665
|
key: 0,
|
|
2641
|
-
type:
|
|
2642
|
-
icon:
|
|
2666
|
+
type: o(h).cssType,
|
|
2667
|
+
icon: o(h).icon,
|
|
2643
2668
|
plain: "",
|
|
2644
|
-
onClick: C[4] || (C[4] = (u) => R(
|
|
2669
|
+
onClick: C[4] || (C[4] = (u) => R(o(h)))
|
|
2645
2670
|
}, {
|
|
2646
2671
|
default: b(() => [
|
|
2647
|
-
L(M(
|
|
2672
|
+
L(M(o(h).text || d.$t("新增")), 1)
|
|
2648
2673
|
]),
|
|
2649
2674
|
_: 1
|
|
2650
2675
|
}, 8, ["type", "icon"])), [
|
|
2651
|
-
[
|
|
2676
|
+
[ue, o(h).permission || null]
|
|
2652
2677
|
]) : Z("", !0),
|
|
2653
|
-
i.dataSource.showBatchDeleteButton ? de((s(),
|
|
2678
|
+
i.dataSource.showBatchDeleteButton ? de((s(), f(Y, {
|
|
2654
2679
|
key: 1,
|
|
2655
2680
|
type: "danger",
|
|
2656
2681
|
icon: "Delete",
|
|
2657
2682
|
plain: "",
|
|
2658
2683
|
disabled: d.selectedCount === 0,
|
|
2659
|
-
onClick: C[5] || (C[5] = (u) =>
|
|
2684
|
+
onClick: C[5] || (C[5] = (u) => r("actionEvent", { action: "batchDelete" }))
|
|
2660
2685
|
}, {
|
|
2661
2686
|
default: b(() => [
|
|
2662
2687
|
L(M(d.$t("批量刪除")), 1)
|
|
2663
2688
|
]),
|
|
2664
2689
|
_: 1
|
|
2665
2690
|
}, 8, ["disabled"])), [
|
|
2666
|
-
[
|
|
2691
|
+
[ue, ((ye = o(V)) == null ? void 0 : ye.permission) || null]
|
|
2667
2692
|
]) : Z("", !0),
|
|
2668
|
-
i.dataSource.exportUrl ? (s(),
|
|
2693
|
+
i.dataSource.exportUrl ? (s(), f(Y, {
|
|
2669
2694
|
key: 2,
|
|
2670
2695
|
type: "primary",
|
|
2671
2696
|
icon: "Download",
|
|
@@ -2677,7 +2702,7 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2677
2702
|
]),
|
|
2678
2703
|
_: 1
|
|
2679
2704
|
})) : Z("", !0),
|
|
2680
|
-
(s(!0), T(z, null, Q(
|
|
2705
|
+
(s(!0), T(z, null, Q(o(p), (u) => de((s(), f(Y, {
|
|
2681
2706
|
key: u.text,
|
|
2682
2707
|
onClick: (m) => R(u),
|
|
2683
2708
|
type: u.cssType,
|
|
@@ -2689,12 +2714,12 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2689
2714
|
]),
|
|
2690
2715
|
_: 2
|
|
2691
2716
|
}, 1032, ["onClick", "type", "icon"])), [
|
|
2692
|
-
[
|
|
2717
|
+
[ue, u.permission || null]
|
|
2693
2718
|
])), 128))
|
|
2694
2719
|
])) : Z("", !0);
|
|
2695
2720
|
};
|
|
2696
2721
|
}
|
|
2697
|
-
}),
|
|
2722
|
+
}), xl = /* @__PURE__ */ be(Il, [["__scopeId", "data-v-fbfbd6fe"]]), ja = {
|
|
2698
2723
|
// ============ 搜索欄 ============
|
|
2699
2724
|
查詢: "查询",
|
|
2700
2725
|
清空: "清空",
|
|
@@ -2727,7 +2752,7 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2727
2752
|
請先勾選要刪除的數據: "请先勾选要删除的数据",
|
|
2728
2753
|
數據存儲成功: "数据存储成功",
|
|
2729
2754
|
導出失敗: "导出失败"
|
|
2730
|
-
},
|
|
2755
|
+
}, Ha = {
|
|
2731
2756
|
// ============ 搜索欄 ============
|
|
2732
2757
|
查詢: "查詢",
|
|
2733
2758
|
清空: "清空",
|
|
@@ -2760,7 +2785,7 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2760
2785
|
請先勾選要刪除的數據: "請先勾選要刪除的數據",
|
|
2761
2786
|
數據存儲成功: "數據存儲成功",
|
|
2762
2787
|
導出失敗: "導出失敗"
|
|
2763
|
-
},
|
|
2788
|
+
}, Fa = {
|
|
2764
2789
|
// ============ Search bar ============
|
|
2765
2790
|
查詢: "Search",
|
|
2766
2791
|
清空: "Clear",
|
|
@@ -2794,31 +2819,31 @@ const Tl = { key: 20 }, El = { class: "color-picker-tips" }, Ul = /* @__PURE__ *
|
|
|
2794
2819
|
數據存儲成功: "Data saved successfully",
|
|
2795
2820
|
導出失敗: "Export failed"
|
|
2796
2821
|
};
|
|
2797
|
-
let
|
|
2798
|
-
const
|
|
2799
|
-
zh_CN:
|
|
2800
|
-
zh_HK:
|
|
2801
|
-
en_US:
|
|
2822
|
+
let sa = !1;
|
|
2823
|
+
const Ll = {
|
|
2824
|
+
zh_CN: ja,
|
|
2825
|
+
zh_HK: Ha,
|
|
2826
|
+
en_US: Fa
|
|
2802
2827
|
};
|
|
2803
|
-
function
|
|
2804
|
-
if (!
|
|
2828
|
+
function zl() {
|
|
2829
|
+
if (!sa)
|
|
2805
2830
|
try {
|
|
2806
2831
|
const e = he();
|
|
2807
2832
|
if (!e) return;
|
|
2808
2833
|
const t = e.appContext.app.config.globalProperties.$i18n;
|
|
2809
2834
|
if (t) {
|
|
2810
2835
|
const a = t.global || t;
|
|
2811
|
-
for (const [c,
|
|
2812
|
-
if (a && typeof a.mergeLocaleMessage == "function" && a.mergeLocaleMessage(c,
|
|
2836
|
+
for (const [c, r] of Object.entries(Ll))
|
|
2837
|
+
if (a && typeof a.mergeLocaleMessage == "function" && a.mergeLocaleMessage(c, r), a && a.messages) {
|
|
2813
2838
|
const i = a.messages[c] || {};
|
|
2814
|
-
a.messages[c] = { ...
|
|
2839
|
+
a.messages[c] = { ...r, ...i };
|
|
2815
2840
|
}
|
|
2816
|
-
|
|
2841
|
+
sa = !0;
|
|
2817
2842
|
}
|
|
2818
2843
|
} catch {
|
|
2819
2844
|
}
|
|
2820
2845
|
}
|
|
2821
|
-
const
|
|
2846
|
+
const Bl = { key: 1 }, Yl = /* @__PURE__ */ pe({
|
|
2822
2847
|
__name: "index",
|
|
2823
2848
|
props: {
|
|
2824
2849
|
dataSource: {},
|
|
@@ -2829,15 +2854,15 @@ const zl = { key: 1 }, Bl = /* @__PURE__ */ pe({
|
|
|
2829
2854
|
},
|
|
2830
2855
|
emits: ["actionEvent", "beforeQuery"],
|
|
2831
2856
|
setup(e, { expose: l, emit: t }) {
|
|
2832
|
-
const { proxy: a } = he(), c = t,
|
|
2833
|
-
() =>
|
|
2834
|
-
), y =
|
|
2835
|
-
const _ = (
|
|
2857
|
+
const { proxy: a } = he(), c = t, r = e, i = J(
|
|
2858
|
+
() => r.dataSource.maxHeight != null ? void 0 : r.maxHeight
|
|
2859
|
+
), y = x(!1), h = x({}), V = x({}), p = x(), R = x(), D = x(0), j = J(() => {
|
|
2860
|
+
const _ = (r.dataSource.columns || []).map((I) => I.slot).filter((I) => !!I);
|
|
2836
2861
|
return Array.from(new Set(_));
|
|
2837
|
-
}),
|
|
2862
|
+
}), O = (_) => {
|
|
2838
2863
|
D.value = Array.isArray(_) ? _.length : 0;
|
|
2839
|
-
},
|
|
2840
|
-
y.value = !1,
|
|
2864
|
+
}, F = (_ = !1) => {
|
|
2865
|
+
y.value = !1, h.value = {}, _ === !0 && X();
|
|
2841
2866
|
}, X = () => {
|
|
2842
2867
|
var _;
|
|
2843
2868
|
return (_ = p.value) == null ? void 0 : _.refreshTable();
|
|
@@ -2847,44 +2872,44 @@ const zl = { key: 1 }, Bl = /* @__PURE__ */ pe({
|
|
|
2847
2872
|
}, $ = () => {
|
|
2848
2873
|
var _;
|
|
2849
2874
|
return (_ = R.value) == null ? void 0 : _.initData();
|
|
2850
|
-
}, U = async (_,
|
|
2851
|
-
let q =
|
|
2852
|
-
|
|
2853
|
-
}, k = (_,
|
|
2875
|
+
}, U = async (_, I) => {
|
|
2876
|
+
let q = I;
|
|
2877
|
+
r.dataSource.beforeAction && (q = await r.dataSource.beforeAction(_, I)), k(_, q);
|
|
2878
|
+
}, k = (_, I) => {
|
|
2854
2879
|
if (typeof _.action == "function") {
|
|
2855
|
-
_.action(
|
|
2880
|
+
_.action(I);
|
|
2856
2881
|
return;
|
|
2857
2882
|
}
|
|
2858
2883
|
const Y = {
|
|
2859
|
-
update: () => E(_,
|
|
2860
|
-
delete: () =>
|
|
2884
|
+
update: () => E(_, I),
|
|
2885
|
+
delete: () => P(_, I),
|
|
2861
2886
|
batchDelete: () => W(),
|
|
2862
|
-
create: () => S(_,
|
|
2863
|
-
view: () => C(_,
|
|
2887
|
+
create: () => S(_, I),
|
|
2888
|
+
view: () => C(_, I),
|
|
2864
2889
|
filter: () => A(),
|
|
2865
2890
|
back: () => se()
|
|
2866
2891
|
}[_.action];
|
|
2867
|
-
Y ? Y() : c("actionEvent", _,
|
|
2868
|
-
}, E = async (_,
|
|
2869
|
-
|
|
2870
|
-
},
|
|
2892
|
+
Y ? Y() : c("actionEvent", _, I);
|
|
2893
|
+
}, E = async (_, I) => {
|
|
2894
|
+
r.dataSource.beforeUpdate && await r.dataSource.beforeUpdate(I) === !1 || (h.value = I, V.value = _, y.value = !0);
|
|
2895
|
+
}, P = async (_, I) => {
|
|
2871
2896
|
var q, Y, ne;
|
|
2872
2897
|
try {
|
|
2873
|
-
if (
|
|
2898
|
+
if (r.dataSource.beforeDelete && await r.dataSource.beforeDelete(I) === !1)
|
|
2874
2899
|
return;
|
|
2875
|
-
const
|
|
2876
|
-
if (!
|
|
2900
|
+
const ce = I[r.dataSource.rowKey];
|
|
2901
|
+
if (!ce) {
|
|
2877
2902
|
a == null || a.$modal.msgError(a == null ? void 0 : a.$t("rowKey参数不正确"));
|
|
2878
2903
|
return;
|
|
2879
2904
|
}
|
|
2880
2905
|
const me = _.confirm || _.confirmText || (a == null ? void 0 : a.$t("確認刪除此數據嗎?"));
|
|
2881
|
-
await (a == null ? void 0 : a.$modal.confirm(me)), await ((Y = (q =
|
|
2882
|
-
} catch (
|
|
2883
|
-
|
|
2906
|
+
await (a == null ? void 0 : a.$modal.confirm(me)), await ((Y = (q = r.dataSource).deleteApi) == null ? void 0 : Y.call(q, ce)), a == null || a.$modal.msgSuccess(a == null ? void 0 : a.$t("刪除成功")), (ne = p.value) == null || ne.refreshTable();
|
|
2907
|
+
} catch (ce) {
|
|
2908
|
+
ce !== "cancel" && console.error("Delete failed:", ce);
|
|
2884
2909
|
}
|
|
2885
2910
|
}, W = async () => {
|
|
2886
|
-
var q, Y, ne,
|
|
2887
|
-
if (!
|
|
2911
|
+
var q, Y, ne, ce, me;
|
|
2912
|
+
if (!r.dataSource.deleteApi) {
|
|
2888
2913
|
a == null || a.$modal.msgError(a == null ? void 0 : a.$t("deleteApi 方法未設置"));
|
|
2889
2914
|
return;
|
|
2890
2915
|
}
|
|
@@ -2894,20 +2919,20 @@ const zl = { key: 1 }, Bl = /* @__PURE__ */ pe({
|
|
|
2894
2919
|
return;
|
|
2895
2920
|
}
|
|
2896
2921
|
await (a == null ? void 0 : a.$modal.confirm(a == null ? void 0 : a.$t("確認刪除選中的 {count} 條數據嗎?", { count: _.length })));
|
|
2897
|
-
const
|
|
2898
|
-
for (const
|
|
2899
|
-
if (
|
|
2922
|
+
const I = [];
|
|
2923
|
+
for (const ue of _) {
|
|
2924
|
+
if (r.dataSource.beforeDelete && await r.dataSource.beforeDelete(ue) === !1)
|
|
2900
2925
|
continue;
|
|
2901
|
-
const ye =
|
|
2902
|
-
ye != null &&
|
|
2926
|
+
const ye = ue[r.dataSource.rowKey];
|
|
2927
|
+
ye != null && I.push(ye);
|
|
2903
2928
|
}
|
|
2904
|
-
|
|
2905
|
-
}, S = async (_,
|
|
2906
|
-
|
|
2929
|
+
I.length && (await ((ce = (ne = r.dataSource).deleteApi) == null ? void 0 : ce.call(ne, I)), a == null || a.$modal.msgSuccess(a == null ? void 0 : a.$t("刪除成功")), (me = p.value) == null || me.refreshTable());
|
|
2930
|
+
}, S = async (_, I) => {
|
|
2931
|
+
r.dataSource.beforeCreate && await r.dataSource.beforeCreate(I || {}) === !1 || (h.value = I || {}, V.value = _, y.value = !0);
|
|
2907
2932
|
}, d = async (_ = {}) => {
|
|
2908
|
-
const
|
|
2933
|
+
const I = _ && (Object.prototype.hasOwnProperty.call(_, "data") || Object.prototype.hasOwnProperty.call(_, "title") || Object.prototype.hasOwnProperty.call(_, "text") || Object.prototype.hasOwnProperty.call(_, "width") || Object.prototype.hasOwnProperty.call(_, "labelWidth") || Object.prototype.hasOwnProperty.call(_, "labelPosition")), q = I ? _.data || {} : _ || {}, Y = {
|
|
2909
2934
|
action: "create",
|
|
2910
|
-
...
|
|
2935
|
+
...I ? {
|
|
2911
2936
|
title: _.title,
|
|
2912
2937
|
text: _.text,
|
|
2913
2938
|
width: _.width,
|
|
@@ -2916,128 +2941,128 @@ const zl = { key: 1 }, Bl = /* @__PURE__ */ pe({
|
|
|
2916
2941
|
} : {}
|
|
2917
2942
|
};
|
|
2918
2943
|
await S(Y, q);
|
|
2919
|
-
}, C = (_,
|
|
2920
|
-
let q = _.url;
|
|
2944
|
+
}, C = (_, I) => {
|
|
2945
|
+
let q = (_.url || "").replace(/\{([^}]+)\}/g, (ne, ce) => I[ce] ?? "");
|
|
2921
2946
|
const Y = _.pm;
|
|
2922
|
-
if (Y &&
|
|
2947
|
+
if (Y && I[Y]) {
|
|
2923
2948
|
const ne = q.includes("?") ? "&" : "?";
|
|
2924
|
-
q += `${ne}${Y}=${
|
|
2949
|
+
q += `${ne}${Y}=${I[Y]}`;
|
|
2925
2950
|
}
|
|
2926
2951
|
a == null || a.$router.push(q);
|
|
2927
2952
|
}, A = () => {
|
|
2928
|
-
var
|
|
2929
|
-
const _ = (
|
|
2953
|
+
var I, q;
|
|
2954
|
+
const _ = (I = R.value) == null ? void 0 : I.getQueryParams();
|
|
2930
2955
|
(q = p.value) == null || q.refreshTable(_ || {});
|
|
2931
|
-
},
|
|
2956
|
+
}, N = () => {
|
|
2932
2957
|
var _;
|
|
2933
2958
|
return (_ = R.value) == null ? void 0 : _.getQueryParams();
|
|
2934
2959
|
}, G = () => {
|
|
2935
2960
|
var _;
|
|
2936
2961
|
return (_ = p.value) == null ? void 0 : _.getSelection();
|
|
2937
2962
|
}, se = () => a == null ? void 0 : a.$router.back();
|
|
2938
|
-
return
|
|
2939
|
-
|
|
2940
|
-
}), l({ refreshTable: X, initSearch: $, initTable: ee, openCreate: d, getQueryParams:
|
|
2941
|
-
const q =
|
|
2963
|
+
return Ne(() => {
|
|
2964
|
+
zl(), jt(r.dataSource.columns);
|
|
2965
|
+
}), l({ refreshTable: X, initSearch: $, initTable: ee, openCreate: d, getQueryParams: N, getSelection: G }), (_, I) => {
|
|
2966
|
+
const q = wa;
|
|
2942
2967
|
return s(), T("div", {
|
|
2943
|
-
class:
|
|
2968
|
+
class: Fe({ "p-3": _.showPadding })
|
|
2944
2969
|
}, [
|
|
2945
|
-
|
|
2946
|
-
dataSource:
|
|
2947
|
-
selectedCount:
|
|
2970
|
+
H(xl, {
|
|
2971
|
+
dataSource: r.dataSource,
|
|
2972
|
+
selectedCount: o(D),
|
|
2948
2973
|
ref_key: "curdSearchRef",
|
|
2949
2974
|
ref: R,
|
|
2950
2975
|
onActionEvent: U
|
|
2951
2976
|
}, null, 8, ["dataSource", "selectedCount"]),
|
|
2952
|
-
_.showCard ? (s(),
|
|
2977
|
+
_.showCard ? (s(), f(q, {
|
|
2953
2978
|
key: 0,
|
|
2954
|
-
"body-style": { paddingBottom:
|
|
2979
|
+
"body-style": { paddingBottom: r.dataSource.paging === !1 ? "20px" : "0px" },
|
|
2955
2980
|
shadow: "hover"
|
|
2956
2981
|
}, {
|
|
2957
2982
|
default: b(() => [
|
|
2958
|
-
|
|
2983
|
+
H(oa, {
|
|
2959
2984
|
ref_key: "curdTableRef",
|
|
2960
2985
|
ref: p,
|
|
2961
2986
|
onActionEvent: U,
|
|
2962
|
-
onSelectionChange:
|
|
2963
|
-
dataSource:
|
|
2964
|
-
maxHeight:
|
|
2965
|
-
},
|
|
2966
|
-
Q(
|
|
2987
|
+
onSelectionChange: O,
|
|
2988
|
+
dataSource: r.dataSource,
|
|
2989
|
+
maxHeight: o(i)
|
|
2990
|
+
}, ze({ _: 2 }, [
|
|
2991
|
+
Q(o(j), (Y) => ({
|
|
2967
2992
|
name: Y,
|
|
2968
2993
|
fn: b((ne) => [
|
|
2969
|
-
|
|
2994
|
+
xe(_.$slots, Y, ea(aa(ne)))
|
|
2970
2995
|
])
|
|
2971
2996
|
}))
|
|
2972
2997
|
]), 1032, ["dataSource", "maxHeight"]),
|
|
2973
|
-
|
|
2974
|
-
onClose:
|
|
2975
|
-
modelValue:
|
|
2976
|
-
"onUpdate:modelValue":
|
|
2977
|
-
dataSource:
|
|
2978
|
-
action:
|
|
2979
|
-
editData:
|
|
2998
|
+
H(na, {
|
|
2999
|
+
onClose: F,
|
|
3000
|
+
modelValue: o(y),
|
|
3001
|
+
"onUpdate:modelValue": I[0] || (I[0] = (Y) => $e(y) ? y.value = Y : null),
|
|
3002
|
+
dataSource: r.dataSource,
|
|
3003
|
+
action: o(V),
|
|
3004
|
+
editData: o(h)
|
|
2980
3005
|
}, null, 8, ["modelValue", "dataSource", "action", "editData"])
|
|
2981
3006
|
]),
|
|
2982
3007
|
_: 3
|
|
2983
|
-
}, 8, ["body-style"])) : (s(), T("div",
|
|
2984
|
-
|
|
3008
|
+
}, 8, ["body-style"])) : (s(), T("div", Bl, [
|
|
3009
|
+
H(oa, {
|
|
2985
3010
|
ref_key: "curdTableRef",
|
|
2986
3011
|
ref: p,
|
|
2987
3012
|
onActionEvent: U,
|
|
2988
|
-
onSelectionChange:
|
|
2989
|
-
dataSource:
|
|
2990
|
-
maxHeight:
|
|
2991
|
-
},
|
|
2992
|
-
Q(
|
|
3013
|
+
onSelectionChange: O,
|
|
3014
|
+
dataSource: r.dataSource,
|
|
3015
|
+
maxHeight: o(i)
|
|
3016
|
+
}, ze({ _: 2 }, [
|
|
3017
|
+
Q(o(j), (Y) => ({
|
|
2993
3018
|
name: Y,
|
|
2994
3019
|
fn: b((ne) => [
|
|
2995
|
-
|
|
3020
|
+
xe(_.$slots, Y, ea(aa(ne)))
|
|
2996
3021
|
])
|
|
2997
3022
|
}))
|
|
2998
3023
|
]), 1032, ["dataSource", "maxHeight"]),
|
|
2999
|
-
|
|
3000
|
-
onClose:
|
|
3001
|
-
modelValue:
|
|
3002
|
-
"onUpdate:modelValue":
|
|
3003
|
-
dataSource:
|
|
3004
|
-
action:
|
|
3005
|
-
editData:
|
|
3024
|
+
H(na, {
|
|
3025
|
+
onClose: F,
|
|
3026
|
+
modelValue: o(y),
|
|
3027
|
+
"onUpdate:modelValue": I[1] || (I[1] = (Y) => $e(y) ? y.value = Y : null),
|
|
3028
|
+
dataSource: r.dataSource,
|
|
3029
|
+
action: o(V),
|
|
3030
|
+
editData: o(h)
|
|
3006
3031
|
}, null, 8, ["modelValue", "dataSource", "action", "editData"])
|
|
3007
3032
|
]))
|
|
3008
3033
|
], 2);
|
|
3009
3034
|
};
|
|
3010
3035
|
}
|
|
3011
|
-
}),
|
|
3036
|
+
}), ca = {
|
|
3012
3037
|
401: "认证失败,无法访问系统资源",
|
|
3013
3038
|
403: "当前操作没有权限",
|
|
3014
3039
|
404: "访问资源不存在",
|
|
3015
3040
|
default: "系统未知错误,请反馈给管理员"
|
|
3016
3041
|
};
|
|
3017
|
-
function
|
|
3018
|
-
const a =
|
|
3042
|
+
function Ml(e, l, t) {
|
|
3043
|
+
const a = Va.service({
|
|
3019
3044
|
text: "正在下載數據,請稍後",
|
|
3020
3045
|
background: "rgba(0, 0, 0, 0.7)"
|
|
3021
3046
|
});
|
|
3022
3047
|
return ke().post(e, l, {
|
|
3023
|
-
transformRequest: [(c) =>
|
|
3048
|
+
transformRequest: [(c) => Dl(c)],
|
|
3024
3049
|
headers: { "Content-Type": "application/x-www-form-urlencoded" },
|
|
3025
3050
|
responseType: "blob"
|
|
3026
3051
|
}).then(async (c) => {
|
|
3027
|
-
if (
|
|
3052
|
+
if (Cl(c)) {
|
|
3028
3053
|
const i = new Blob([c]);
|
|
3029
|
-
|
|
3054
|
+
St.saveAs(i, t);
|
|
3030
3055
|
} else {
|
|
3031
|
-
const i = await new Blob([c]).text(), y = JSON.parse(i),
|
|
3032
|
-
we.error(
|
|
3056
|
+
const i = await new Blob([c]).text(), y = JSON.parse(i), h = ca[y.code] || y.msg || ca.default;
|
|
3057
|
+
we.error(h);
|
|
3033
3058
|
}
|
|
3034
3059
|
a.close();
|
|
3035
3060
|
}).catch((c) => {
|
|
3036
3061
|
console.error(c), we.error("下载文件出现错误,请联系管理员!"), a.close();
|
|
3037
3062
|
});
|
|
3038
3063
|
}
|
|
3039
|
-
let
|
|
3040
|
-
const
|
|
3064
|
+
let ua;
|
|
3065
|
+
const Rl = {
|
|
3041
3066
|
// 消息提示
|
|
3042
3067
|
msg(e) {
|
|
3043
3068
|
we.info(e);
|
|
@@ -3106,7 +3131,7 @@ const Ml = {
|
|
|
3106
3131
|
},
|
|
3107
3132
|
// 打开遮罩层
|
|
3108
3133
|
loading(e) {
|
|
3109
|
-
|
|
3134
|
+
ua = Va.service({
|
|
3110
3135
|
lock: !0,
|
|
3111
3136
|
text: e,
|
|
3112
3137
|
background: "rgba(0, 0, 0, 0.7)"
|
|
@@ -3114,40 +3139,40 @@ const Ml = {
|
|
|
3114
3139
|
},
|
|
3115
3140
|
// 关闭遮罩层
|
|
3116
3141
|
closeLoading() {
|
|
3117
|
-
|
|
3142
|
+
ua.close();
|
|
3118
3143
|
}
|
|
3119
3144
|
};
|
|
3120
|
-
function
|
|
3145
|
+
function Na(e) {
|
|
3121
3146
|
return ke()({
|
|
3122
3147
|
url: "/system/dict/data/type/" + e,
|
|
3123
3148
|
method: "get"
|
|
3124
3149
|
});
|
|
3125
3150
|
}
|
|
3126
|
-
function
|
|
3151
|
+
function Ka(e) {
|
|
3127
3152
|
return ke()({
|
|
3128
3153
|
url: "/system/common/dict/data/type/" + e,
|
|
3129
3154
|
method: "get"
|
|
3130
3155
|
});
|
|
3131
3156
|
}
|
|
3132
|
-
const ve =
|
|
3133
|
-
const e =
|
|
3157
|
+
const ve = $a("dict", () => {
|
|
3158
|
+
const e = x(/* @__PURE__ */ new Map());
|
|
3134
3159
|
return {
|
|
3135
3160
|
dict: e,
|
|
3136
|
-
getDict: (
|
|
3137
|
-
setDict: (
|
|
3138
|
-
if (!
|
|
3161
|
+
getDict: (r) => r && e.value.get(r) || null,
|
|
3162
|
+
setDict: (r, i) => {
|
|
3163
|
+
if (!r)
|
|
3139
3164
|
return !1;
|
|
3140
3165
|
try {
|
|
3141
|
-
return e.value.set(
|
|
3166
|
+
return e.value.set(r, i), !0;
|
|
3142
3167
|
} catch (y) {
|
|
3143
3168
|
return console.error("Error in setDict:", y), !1;
|
|
3144
3169
|
}
|
|
3145
3170
|
},
|
|
3146
|
-
removeDict: (
|
|
3147
|
-
if (!
|
|
3171
|
+
removeDict: (r) => {
|
|
3172
|
+
if (!r)
|
|
3148
3173
|
return !1;
|
|
3149
3174
|
try {
|
|
3150
|
-
return e.value.delete(
|
|
3175
|
+
return e.value.delete(r);
|
|
3151
3176
|
} catch (i) {
|
|
3152
3177
|
return console.error("Error in removeDict:", i), !1;
|
|
3153
3178
|
}
|
|
@@ -3156,127 +3181,127 @@ const ve = Sa("dict", () => {
|
|
|
3156
3181
|
e.value.clear();
|
|
3157
3182
|
}
|
|
3158
3183
|
};
|
|
3159
|
-
}),
|
|
3160
|
-
const l =
|
|
3184
|
+
}), jl = (...e) => {
|
|
3185
|
+
const l = x({});
|
|
3161
3186
|
return e.forEach(async (t) => {
|
|
3162
3187
|
l.value[t] = [];
|
|
3163
3188
|
const a = ve().getDict(t);
|
|
3164
|
-
a ? l.value[t] = a : await
|
|
3189
|
+
a ? l.value[t] = a : await Na(t).then((c) => {
|
|
3165
3190
|
l.value[t] = c.data.map(
|
|
3166
|
-
(
|
|
3191
|
+
(r) => ({ label: r.dictLabel, value: r.dictValue, elTagType: r.listClass, elTagClass: r.cssClass })
|
|
3167
3192
|
), ve().setDict(t, l.value[t]);
|
|
3168
3193
|
});
|
|
3169
3194
|
}), l.value;
|
|
3170
|
-
},
|
|
3195
|
+
}, Hl = async (e) => {
|
|
3171
3196
|
const l = ve().getDict(e);
|
|
3172
3197
|
if (l && l.length > 0) return l;
|
|
3173
3198
|
{
|
|
3174
|
-
const a = (await
|
|
3199
|
+
const a = (await Na(e)).data.map(
|
|
3175
3200
|
(c) => ({ label: c.dictLabel, value: c.dictValue, elTagType: c.listClass, elTagClass: c.cssClass, remark: c.remark })
|
|
3176
3201
|
);
|
|
3177
3202
|
return ve().setDict(e, a), a;
|
|
3178
3203
|
}
|
|
3179
|
-
},
|
|
3180
|
-
const l =
|
|
3204
|
+
}, Fl = (...e) => {
|
|
3205
|
+
const l = x({});
|
|
3181
3206
|
return e.forEach(async (t) => {
|
|
3182
3207
|
l.value[t] = [];
|
|
3183
3208
|
const a = ve().getDict(t);
|
|
3184
|
-
a && a.length > 0 ? l.value[t] = a : await
|
|
3209
|
+
a && a.length > 0 ? l.value[t] = a : await Ka(t).then((c) => {
|
|
3185
3210
|
l.value[t] = c.data.map(
|
|
3186
|
-
(
|
|
3211
|
+
(r) => ({ label: r.dictLabel, value: r.dictValue, elTagType: r.listClass, elTagClass: r.cssClass, remark: r.remark })
|
|
3187
3212
|
), ve().setDict(t, l.value[t]);
|
|
3188
3213
|
});
|
|
3189
3214
|
}), l.value;
|
|
3190
|
-
},
|
|
3215
|
+
}, Nl = async (e) => {
|
|
3191
3216
|
const l = ve().getDict(e);
|
|
3192
3217
|
if (l && l.length > 0) return l;
|
|
3193
3218
|
{
|
|
3194
|
-
const a = (await
|
|
3219
|
+
const a = (await Ka(e)).data.map((c) => ({ label: c.dictLabel, value: c.dictValue, elTagType: c.listClass, elTagClass: c.cssClass }));
|
|
3195
3220
|
return ve().setDict(e, a), a;
|
|
3196
3221
|
}
|
|
3197
|
-
},
|
|
3222
|
+
}, Kl = {
|
|
3198
3223
|
beforeMount(e, { value: l, arg: t }) {
|
|
3199
3224
|
if (t === "callback")
|
|
3200
3225
|
e.$copyCallback = l;
|
|
3201
3226
|
else {
|
|
3202
3227
|
e.$copyValue = l;
|
|
3203
3228
|
const a = () => {
|
|
3204
|
-
|
|
3229
|
+
Wl(e.$copyValue), e.$copyCallback && e.$copyCallback(e.$copyValue);
|
|
3205
3230
|
};
|
|
3206
3231
|
e.addEventListener("click", a), e.$destroyCopy = () => e.removeEventListener("click", a);
|
|
3207
3232
|
}
|
|
3208
3233
|
}
|
|
3209
3234
|
};
|
|
3210
|
-
function
|
|
3235
|
+
function Wl(e, { target: l = document.body } = {}) {
|
|
3211
3236
|
const t = document.createElement("textarea"), a = document.activeElement;
|
|
3212
3237
|
t.value = e, t.setAttribute("readonly", ""), t.style.contain = "strict", t.style.position = "absolute", t.style.left = "-9999px", t.style.fontSize = "12pt";
|
|
3213
3238
|
const c = document.getSelection();
|
|
3214
|
-
let
|
|
3215
|
-
c && (
|
|
3239
|
+
let r;
|
|
3240
|
+
c && (r = (c == null ? void 0 : c.rangeCount) > 0 && c.getRangeAt(0)), l.append(t), t.select(), t.selectionStart = 0, t.selectionEnd = e.length;
|
|
3216
3241
|
let i = !1;
|
|
3217
3242
|
try {
|
|
3218
3243
|
i = document.execCommand("copy");
|
|
3219
3244
|
} catch (y) {
|
|
3220
3245
|
console.error(y);
|
|
3221
3246
|
}
|
|
3222
|
-
return t.remove(),
|
|
3247
|
+
return t.remove(), r && (c == null || c.removeAllRanges(), c == null || c.addRange(r)), a && a.focus(), i;
|
|
3223
3248
|
}
|
|
3224
|
-
const
|
|
3225
|
-
zh_CN:
|
|
3226
|
-
zh_HK:
|
|
3227
|
-
en_US:
|
|
3228
|
-
},
|
|
3229
|
-
Curd:
|
|
3230
|
-
DictTag:
|
|
3231
|
-
DictText:
|
|
3232
|
-
SvgIcon:
|
|
3233
|
-
OssImagePreview:
|
|
3234
|
-
OssFile:
|
|
3235
|
-
Editor:
|
|
3236
|
-
TranslateInput:
|
|
3237
|
-
ImageUpload:
|
|
3238
|
-
FileUpload:
|
|
3239
|
-
},
|
|
3240
|
-
l.baseUrl != null &&
|
|
3249
|
+
const ql = {
|
|
3250
|
+
zh_CN: ja,
|
|
3251
|
+
zh_HK: Ha,
|
|
3252
|
+
en_US: Fa
|
|
3253
|
+
}, Ql = {
|
|
3254
|
+
Curd: Yl,
|
|
3255
|
+
DictTag: Ta,
|
|
3256
|
+
DictText: Ca,
|
|
3257
|
+
SvgIcon: Ke,
|
|
3258
|
+
OssImagePreview: Aa,
|
|
3259
|
+
OssFile: Pa,
|
|
3260
|
+
Editor: Ma,
|
|
3261
|
+
TranslateInput: Ya,
|
|
3262
|
+
ImageUpload: Ba,
|
|
3263
|
+
FileUpload: za
|
|
3264
|
+
}, Gl = (e, l = {}) => {
|
|
3265
|
+
l.baseUrl != null && At(l.baseUrl), l.request && Et(l.request), l.globalHeaders && Ut(l.globalHeaders), (l.hasPermi || l.hasRoles) && Qt(l);
|
|
3241
3266
|
try {
|
|
3242
3267
|
const a = e.config.globalProperties.$i18n;
|
|
3243
3268
|
if (a) {
|
|
3244
3269
|
const c = a.global || a;
|
|
3245
|
-
for (const [
|
|
3246
|
-
if (c && typeof c.mergeLocaleMessage == "function" && c.mergeLocaleMessage(
|
|
3247
|
-
const y = c.messages[
|
|
3248
|
-
c.messages[
|
|
3270
|
+
for (const [r, i] of Object.entries(ql))
|
|
3271
|
+
if (c && typeof c.mergeLocaleMessage == "function" && c.mergeLocaleMessage(r, i), c && c.messages) {
|
|
3272
|
+
const y = c.messages[r] || {};
|
|
3273
|
+
c.messages[r] = { ...i, ...y };
|
|
3249
3274
|
}
|
|
3250
3275
|
}
|
|
3251
3276
|
} catch {
|
|
3252
3277
|
}
|
|
3253
|
-
for (const [a, c] of Object.entries(
|
|
3278
|
+
for (const [a, c] of Object.entries(Ql))
|
|
3254
3279
|
e.component(a, c);
|
|
3255
3280
|
const t = e.config.globalProperties;
|
|
3256
|
-
t.$modal =
|
|
3257
|
-
},
|
|
3281
|
+
t.$modal = Rl, t.download = Ml, t.useDict = jl, t.useOneDict = Hl, t.useOneCommonDict = Nl, t.useCommonDict = Fl, t.parseTime = _l, t.addDateRange = wl, t.handleTree = $l, t.selectDictLabel = Vl, t.selectDictLabels = Sl, e.directive("hasPermi", Gt), e.directive("hasRoles", Jt), e.directive("copyText", Kl);
|
|
3282
|
+
}, uo = { install: Gl };
|
|
3258
3283
|
export {
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3284
|
+
Yl as Curd,
|
|
3285
|
+
Ta as DictTag,
|
|
3286
|
+
Ca as DictText,
|
|
3287
|
+
Ma as Editor,
|
|
3288
|
+
za as FileUpload,
|
|
3289
|
+
Ba as ImageUpload,
|
|
3290
|
+
Pa as OssFile,
|
|
3291
|
+
Aa as OssImagePreview,
|
|
3292
|
+
Ke as SvgIcon,
|
|
3293
|
+
Ya as TranslateInput,
|
|
3294
|
+
uo as default,
|
|
3295
|
+
Ml as download,
|
|
3296
|
+
Qe as getBaseUrl,
|
|
3297
|
+
qe as getGlobalHeaders,
|
|
3273
3298
|
ke as getRequest,
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3299
|
+
Me as hasPermission,
|
|
3300
|
+
Gl as install,
|
|
3301
|
+
ql as messages,
|
|
3302
|
+
At as setBaseUrl,
|
|
3303
|
+
Ut as setGlobalHeaders,
|
|
3304
|
+
Qt as setPermissionChecker,
|
|
3305
|
+
Et as setRequest
|
|
3281
3306
|
};
|
|
3282
3307
|
//# sourceMappingURL=vue3-curd.es.js.map
|