liyu-pc-base 1.0.183 → 1.0.187
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/{FormRender3-fdcfbcb0.js → FormRender3-cd1d6ec3.js} +9332 -9288
- package/dist/FormRender3-cd1d6ec3.js.map +1 -0
- package/dist/components/index.js +145 -145
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/FormRender3-fdcfbcb0.js.map +0 -1
package/dist/components/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { defineComponent as pe, ref as ee, resolveComponent as C, openBlock as o, createBlock as _, withCtx as h, createVNode as B, createElementBlock as F, Fragment as N, renderList as W, createElementVNode as G, toDisplayString as K, reactive as se, computed as Ee, watch as ae, onMounted as Fe, onUnmounted as Je, createTextVNode as x, createCommentVNode as M, withDirectives as Ce, vShow as $e,
|
|
2
|
-
import { _ as he, i as
|
|
3
|
-
import { B as
|
|
1
|
+
import { defineComponent as pe, ref as ee, resolveComponent as C, openBlock as o, createBlock as _, withCtx as h, createVNode as B, createElementBlock as F, Fragment as N, renderList as W, createElementVNode as G, toDisplayString as K, reactive as se, computed as Ee, watch as ae, onMounted as Fe, onUnmounted as Je, createTextVNode as x, createCommentVNode as M, withDirectives as Ce, vShow as $e, renderSlot as Qe, normalizeStyle as D, createSlots as je, resolveDynamicComponent as ue, onActivated as Xe, withModifiers as ce } from "vue";
|
|
2
|
+
import { _ as he, i as Ze, F as xe, I as el, j as ll, U as al, k as ol, l as tl, m as il, n as nl, A as dl, a as sl, c as fl, d as rl, R as ul, b as ml, o as pl, p as hl, J as _l, e as yl, f as vl, q as cl, M as bl, r as gl, C as wl, T as kl } from "../FormRender3-cd1d6ec3.js";
|
|
3
|
+
import { B as So, h as Eo, S as Oo, t as Fo, s as Uo } from "../FormRender3-cd1d6ec3.js";
|
|
4
4
|
import { message as te, Modal as qe } from "ant-design-vue";
|
|
5
|
-
import { get_operator_type_map as ke, isNotEmpty as Z, isEmpty as oe, copyValue as
|
|
6
|
-
import { CloseOutlined as
|
|
5
|
+
import { get_operator_type_map as ke, isNotEmpty as Z, isEmpty as oe, copyValue as Cl } from "../utils/function.js";
|
|
6
|
+
import { CloseOutlined as $l, LeftOutlined as Ml, RightOutlined as Sl, CloseCircleOutlined as El, PlusOutlined as We, CaretRightOutlined as Ol, SettingOutlined as Fl, ExclamationCircleOutlined as De } from "@ant-design/icons-vue";
|
|
7
7
|
import { useI18n as Ue } from "vue-i18n";
|
|
8
8
|
import z from "moment";
|
|
9
|
-
import { isArray as Re, debounce as
|
|
9
|
+
import { isArray as Re, debounce as Ul, isEqual as Al } from "lodash-es";
|
|
10
10
|
import { m as Me } from "../modal-tools-76dc9770.js";
|
|
11
|
-
import { o as ye, p as
|
|
12
|
-
import { getApiData as
|
|
13
|
-
import { getViewSettingsAndPageConfig as
|
|
11
|
+
import { o as ye, p as Kl, q as Il, t as Vl, v as Bl, w as Ne, x as ze } from "../init-plugin-515c0649.js";
|
|
12
|
+
import { getApiData as Tl } from "../api/api-model.js";
|
|
13
|
+
import { getViewSettingsAndPageConfig as jl, getPageConfig as Oe } from "./remotePages/index.js";
|
|
14
14
|
import "../lodash-18e68795.js";
|
|
15
15
|
import "../utils/hooks/useFetchData.js";
|
|
16
16
|
import "scroll-into-view-if-needed";
|
|
@@ -23,7 +23,7 @@ import "emmet";
|
|
|
23
23
|
import "mitt";
|
|
24
24
|
import "dayjs";
|
|
25
25
|
import "./remotePages/utils.js";
|
|
26
|
-
const
|
|
26
|
+
const ql = pe({
|
|
27
27
|
name: "AddConditionModal",
|
|
28
28
|
props: {
|
|
29
29
|
open: {
|
|
@@ -91,8 +91,8 @@ const Rl = pe({
|
|
|
91
91
|
};
|
|
92
92
|
}
|
|
93
93
|
});
|
|
94
|
-
const
|
|
95
|
-
function
|
|
94
|
+
const Dl = { style: { "font-size": "14px" } }, Rl = { style: { color: "#7d8089" } };
|
|
95
|
+
function Nl(e, l, H, L, P, q) {
|
|
96
96
|
const f = C("a-checkbox"), R = C("a-space"), j = C("a-tab-pane"), U = C("a-tabs"), n = C("a-modal");
|
|
97
97
|
return o(), _(n, {
|
|
98
98
|
title: "添加过滤条件",
|
|
@@ -123,7 +123,7 @@ function Hl(e, l, H, L, P, q) {
|
|
|
123
123
|
(o(!0), F(N, null, W(k.base_search_list, (v) => (o(), F("div", {
|
|
124
124
|
key: v.name
|
|
125
125
|
}, [
|
|
126
|
-
G("div",
|
|
126
|
+
G("div", Dl, K(v.name), 1),
|
|
127
127
|
B(R, {
|
|
128
128
|
wrap: "",
|
|
129
129
|
style: { "padding-left": "10px", "margin-bottom": "0" }
|
|
@@ -137,7 +137,7 @@ function Hl(e, l, H, L, P, q) {
|
|
|
137
137
|
"onUpdate:checked": (O) => t.checked = O
|
|
138
138
|
}, {
|
|
139
139
|
default: h(() => [
|
|
140
|
-
G("span",
|
|
140
|
+
G("span", Rl, K(t.label), 1)
|
|
141
141
|
]),
|
|
142
142
|
_: 2
|
|
143
143
|
}, 1032, ["checked", "onUpdate:checked"])
|
|
@@ -156,7 +156,7 @@ function Hl(e, l, H, L, P, q) {
|
|
|
156
156
|
_: 1
|
|
157
157
|
}, 8, ["open", "confirmLoading", "onOk"]);
|
|
158
158
|
}
|
|
159
|
-
const
|
|
159
|
+
const zl = /* @__PURE__ */ he(ql, [["render", Nl], ["__scopeId", "data-v-25d1dc13"]]), Hl = pe({
|
|
160
160
|
name: "AddConditionGroupModal",
|
|
161
161
|
props: {
|
|
162
162
|
open: {
|
|
@@ -235,8 +235,8 @@ const Gl = /* @__PURE__ */ he(Rl, [["render", Hl], ["__scopeId", "data-v-25d1dc1
|
|
|
235
235
|
};
|
|
236
236
|
}
|
|
237
237
|
});
|
|
238
|
-
const
|
|
239
|
-
function
|
|
238
|
+
const Gl = { style: { "font-size": "14px" } }, Pl = { style: { color: "#7d8089" } }, Ll = { style: { "font-size": "14px" } }, Yl = { style: { color: "#7d8089" } };
|
|
239
|
+
function Jl(e, l, H, L, P, q) {
|
|
240
240
|
const f = C("a-checkbox"), R = C("a-space"), j = C("a-tab-pane"), U = C("a-tabs"), n = C("a-modal");
|
|
241
241
|
return o(), _(n, {
|
|
242
242
|
title: "添加过滤条件组",
|
|
@@ -262,7 +262,7 @@ function Ql(e, l, H, L, P, q) {
|
|
|
262
262
|
(o(!0), F(N, null, W(k.base_search_list, (v) => (o(), F("div", {
|
|
263
263
|
key: v.name
|
|
264
264
|
}, [
|
|
265
|
-
G("div",
|
|
265
|
+
G("div", Gl, K(v.name), 1),
|
|
266
266
|
B(R, { wrap: "" }, {
|
|
267
267
|
default: h(() => [
|
|
268
268
|
(o(!0), F(N, null, W(v.group, (t) => (o(), F("div", {
|
|
@@ -273,7 +273,7 @@ function Ql(e, l, H, L, P, q) {
|
|
|
273
273
|
"onUpdate:checked": (O) => t.checked = O
|
|
274
274
|
}, {
|
|
275
275
|
default: h(() => [
|
|
276
|
-
G("span",
|
|
276
|
+
G("span", Pl, K(t.label), 1)
|
|
277
277
|
]),
|
|
278
278
|
_: 2
|
|
279
279
|
}, 1032, ["checked", "onUpdate:checked"])
|
|
@@ -299,7 +299,7 @@ function Ql(e, l, H, L, P, q) {
|
|
|
299
299
|
(o(!0), F(N, null, W(k.base_search_list, (v) => (o(), F("div", {
|
|
300
300
|
key: v.name
|
|
301
301
|
}, [
|
|
302
|
-
G("div",
|
|
302
|
+
G("div", Ll, K(v.name), 1),
|
|
303
303
|
B(R, {
|
|
304
304
|
wrap: "",
|
|
305
305
|
style: { "padding-left": "10px", "margin-bottom": "0" }
|
|
@@ -313,7 +313,7 @@ function Ql(e, l, H, L, P, q) {
|
|
|
313
313
|
"onUpdate:checked": (O) => t.checked = O
|
|
314
314
|
}, {
|
|
315
315
|
default: h(() => [
|
|
316
|
-
G("span",
|
|
316
|
+
G("span", Yl, K(t.label), 1)
|
|
317
317
|
]),
|
|
318
318
|
_: 2
|
|
319
319
|
}, 1032, ["checked", "onUpdate:checked"])
|
|
@@ -332,7 +332,7 @@ function Ql(e, l, H, L, P, q) {
|
|
|
332
332
|
_: 1
|
|
333
333
|
}, 8, ["open", "confirmLoading", "onOk"]);
|
|
334
334
|
}
|
|
335
|
-
const
|
|
335
|
+
const Wl = /* @__PURE__ */ he(Hl, [["render", Jl], ["__scopeId", "data-v-52b515e0"]]), Ql = (e) => ({
|
|
336
336
|
options_eq: [
|
|
337
337
|
{ value: "上月", label: "上月" },
|
|
338
338
|
{ value: "本月", label: "本月" },
|
|
@@ -340,7 +340,7 @@ const Xl = /* @__PURE__ */ he(Pl, [["render", Ql], ["__scopeId", "data-v-52b515e
|
|
|
340
340
|
{ value: "昨日", label: "昨日" },
|
|
341
341
|
{ value: "期初", label: "期初" }
|
|
342
342
|
]
|
|
343
|
-
}),
|
|
343
|
+
}), Xl = pe({
|
|
344
344
|
name: "GeneralFilter",
|
|
345
345
|
props: {
|
|
346
346
|
base_search_condition_config_list: {
|
|
@@ -371,14 +371,14 @@ const Xl = /* @__PURE__ */ he(Pl, [["render", Ql], ["__scopeId", "data-v-52b515e
|
|
|
371
371
|
}
|
|
372
372
|
},
|
|
373
373
|
components: {
|
|
374
|
-
FieldRender2:
|
|
375
|
-
CloseOutlined:
|
|
376
|
-
LeftOutlined:
|
|
377
|
-
RightOutlined:
|
|
378
|
-
FieldRender:
|
|
379
|
-
AddConditionGroupModal:
|
|
380
|
-
AddConditionModal:
|
|
381
|
-
CloseCircleOutlined:
|
|
374
|
+
FieldRender2: Ze,
|
|
375
|
+
CloseOutlined: $l,
|
|
376
|
+
LeftOutlined: Ml,
|
|
377
|
+
RightOutlined: Sl,
|
|
378
|
+
FieldRender: xe,
|
|
379
|
+
AddConditionGroupModal: Wl,
|
|
380
|
+
AddConditionModal: zl,
|
|
381
|
+
CloseCircleOutlined: El
|
|
382
382
|
},
|
|
383
383
|
emits: [
|
|
384
384
|
"search",
|
|
@@ -390,7 +390,7 @@ const Xl = /* @__PURE__ */ he(Pl, [["render", Ql], ["__scopeId", "data-v-52b515e
|
|
|
390
390
|
"update:is_clear_model"
|
|
391
391
|
],
|
|
392
392
|
setup(e, { emit: l }) {
|
|
393
|
-
const H = ee(e.is_massage_default), L = ee({}), { t: P } = Ue(), { options_eq: q } =
|
|
393
|
+
const H = ee(e.is_massage_default), L = ee({}), { t: P } = Ue(), { options_eq: q } = Ql(), f = ee([]), R = {}, j = ee(null), U = ee([
|
|
394
394
|
{ value: "yes", label: P("is_or_not_blank_or_null.yes") },
|
|
395
395
|
{ value: "no", label: P("is_or_not_blank_or_null.no") }
|
|
396
396
|
]);
|
|
@@ -713,11 +713,11 @@ const Xl = /* @__PURE__ */ he(Pl, [["render", Ql], ["__scopeId", "data-v-52b515e
|
|
|
713
713
|
};
|
|
714
714
|
}
|
|
715
715
|
});
|
|
716
|
-
const
|
|
716
|
+
const Zl = { class: "expand-btn" }, xl = { class: "card" }, ea = {
|
|
717
717
|
key: 0,
|
|
718
718
|
class: "condition-group"
|
|
719
|
-
},
|
|
720
|
-
function
|
|
719
|
+
}, la = { style: { width: "315px", height: "40px" } }, aa = { class: "close-icon" }, oa = { class: "search-bar" };
|
|
720
|
+
function ta(e, l, H, L, P, q) {
|
|
721
721
|
const f = C("a-button"), R = C("a-space"), j = C("a-tag"), U = C("close-outlined"), n = C("a-cascader"), k = C("a-tooltip"), v = C("a-select-option"), t = C("a-select"), O = C("field-render-2"), S = C("a-flex"), E = C("close-circle-outlined"), T = C("a-input-group"), I = C("a-space-compact"), Y = C("a-divider"), ie = C("add-condition-modal"), $ = C("add-condition-group-modal");
|
|
722
722
|
return o(), F(N, null, [
|
|
723
723
|
e.is_massage_default ? M("", !0) : (o(), _(R, { key: 0 }, {
|
|
@@ -751,7 +751,7 @@ function sa(e, l, H, L, P, q) {
|
|
|
751
751
|
})
|
|
752
752
|
}, {
|
|
753
753
|
default: h(() => [
|
|
754
|
-
G("span",
|
|
754
|
+
G("span", Zl, K(e.$t("展开")), 1)
|
|
755
755
|
]),
|
|
756
756
|
_: 1
|
|
757
757
|
}))
|
|
@@ -786,9 +786,9 @@ function sa(e, l, H, L, P, q) {
|
|
|
786
786
|
], 512), [
|
|
787
787
|
[$e, !e.isShowForm]
|
|
788
788
|
]),
|
|
789
|
-
Ce(G("div",
|
|
789
|
+
Ce(G("div", xl, [
|
|
790
790
|
(o(!0), F(N, null, W(e.default_search_condition_config_list, (fe, g) => (o(), F("div", { key: g }, [
|
|
791
|
-
e.default_search_condition_config_list.length > 1 ? (o(), F("div",
|
|
791
|
+
e.default_search_condition_config_list.length > 1 ? (o(), F("div", ea, K(e.$t("条件组")) + " " + K(g + 1), 1)) : M("", !0),
|
|
792
792
|
B(R, {
|
|
793
793
|
wrap: !0,
|
|
794
794
|
align: "center",
|
|
@@ -849,7 +849,7 @@ function sa(e, l, H, L, P, q) {
|
|
|
849
849
|
]),
|
|
850
850
|
_: 2
|
|
851
851
|
}, 1032, ["title"]),
|
|
852
|
-
G("span",
|
|
852
|
+
G("span", la, [
|
|
853
853
|
["is_or_not_blank_or_null", "is_or_not_null"].includes(a.operator) ? (o(), _(O, {
|
|
854
854
|
key: 0,
|
|
855
855
|
is_show_label: !1,
|
|
@@ -924,7 +924,7 @@ function sa(e, l, H, L, P, q) {
|
|
|
924
924
|
options: a.options,
|
|
925
925
|
validateInfos: e.validateInfos
|
|
926
926
|
}, null, 8, ["label", "onUpdate:label", "value", "onUpdate:value", "field", "formModel", "options", "validateInfos"]),
|
|
927
|
-
|
|
927
|
+
l[2] || (l[2] = G("div", { class: "range" }, "~", -1)),
|
|
928
928
|
B(O, {
|
|
929
929
|
is_show_label: !1,
|
|
930
930
|
label: e.labelModel[a.field_name],
|
|
@@ -1006,7 +1006,7 @@ function sa(e, l, H, L, P, q) {
|
|
|
1006
1006
|
}, null, 8, ["label", "onUpdate:label", "value", "onUpdate:value", "field", "formModel", "options", "validateInfos"])) : M("", !0)
|
|
1007
1007
|
], 64)) : M("", !0)
|
|
1008
1008
|
]),
|
|
1009
|
-
G("span",
|
|
1009
|
+
G("span", aa, [
|
|
1010
1010
|
e.deleteBtnDict[g][a.field_name] && (e.default_search_condition_config_list[0].length > 1 || e.default_search_condition_config_list.length > 1) && !e.is_massage_default ? (o(), _(k, {
|
|
1011
1011
|
key: 0,
|
|
1012
1012
|
title: "删除此条件"
|
|
@@ -1033,16 +1033,16 @@ function sa(e, l, H, L, P, q) {
|
|
|
1033
1033
|
class: "divider",
|
|
1034
1034
|
style: { margin: "0" }
|
|
1035
1035
|
}, {
|
|
1036
|
-
default: h(() => [
|
|
1036
|
+
default: h(() => l[3] || (l[3] = [
|
|
1037
1037
|
x(" 或 ")
|
|
1038
|
-
]),
|
|
1038
|
+
])),
|
|
1039
1039
|
_: 1
|
|
1040
1040
|
})) : M("", !0)
|
|
1041
1041
|
]))), 128))
|
|
1042
1042
|
], 512), [
|
|
1043
1043
|
[$e, e.isShowForm]
|
|
1044
1044
|
]),
|
|
1045
|
-
Ce(G("div",
|
|
1045
|
+
Ce(G("div", oa, [
|
|
1046
1046
|
B(R, null, {
|
|
1047
1047
|
default: h(() => [
|
|
1048
1048
|
B(f, {
|
|
@@ -1099,7 +1099,7 @@ function sa(e, l, H, L, P, q) {
|
|
|
1099
1099
|
}, null, 8, ["open", "default_search_condition_config_list", "base_search_condition_config_list", "onOk", "onCancel"])) : M("", !0)
|
|
1100
1100
|
], 64);
|
|
1101
1101
|
}
|
|
1102
|
-
const
|
|
1102
|
+
const bo = /* @__PURE__ */ he(Xl, [["render", ta], ["__scopeId", "data-v-05b09981"]]), ia = pe({
|
|
1103
1103
|
name: "FormRender",
|
|
1104
1104
|
components: {},
|
|
1105
1105
|
props: {
|
|
@@ -1159,7 +1159,7 @@ const Co = /* @__PURE__ */ he(xl, [["render", sa], ["__scopeId", "data-v-05b0998
|
|
|
1159
1159
|
});
|
|
1160
1160
|
}
|
|
1161
1161
|
});
|
|
1162
|
-
function
|
|
1162
|
+
function na(e, l, H, L, P, q) {
|
|
1163
1163
|
const f = C("field-render"), R = C("a-col"), j = C("a-row"), U = C("a-form");
|
|
1164
1164
|
return o(), _(U, {
|
|
1165
1165
|
ref: "form",
|
|
@@ -1239,7 +1239,7 @@ function ra(e, l, H, L, P, q) {
|
|
|
1239
1239
|
_: 1
|
|
1240
1240
|
}, 8, ["model", "rules", "layout", "label-col", "wrapper-col", "labelAlign"]);
|
|
1241
1241
|
}
|
|
1242
|
-
const
|
|
1242
|
+
const go = /* @__PURE__ */ he(ia, [["render", na]]), da = pe({
|
|
1243
1243
|
name: "FormRender2",
|
|
1244
1244
|
components: {},
|
|
1245
1245
|
props: {
|
|
@@ -1293,7 +1293,7 @@ const $o = /* @__PURE__ */ he(fa, [["render", ra]]), ua = pe({
|
|
|
1293
1293
|
created() {
|
|
1294
1294
|
}
|
|
1295
1295
|
});
|
|
1296
|
-
function
|
|
1296
|
+
function sa(e, l, H, L, P, q) {
|
|
1297
1297
|
const f = C("field-render"), R = C("a-col"), j = C("a-row"), U = C("a-form");
|
|
1298
1298
|
return o(), _(U, {
|
|
1299
1299
|
ref: "form",
|
|
@@ -1343,7 +1343,7 @@ function ma(e, l, H, L, P, q) {
|
|
|
1343
1343
|
_: 1
|
|
1344
1344
|
}, 8, ["model", "rules"]);
|
|
1345
1345
|
}
|
|
1346
|
-
const
|
|
1346
|
+
const wo = /* @__PURE__ */ he(da, [["render", sa]]), me = (e, l = "YYYY-MM-DD") => z(e, l, !0).isValid(), He = (e, l = "YYYY-MM-DD HH:mm:ss") => z(e, l, !0).isValid(), Ge = (e, l = "HH:mm:ss") => z(e, l, !0).isValid(), fa = pe({
|
|
1347
1347
|
name: "FieldRender2",
|
|
1348
1348
|
methods: { isArray: Re },
|
|
1349
1349
|
props: {
|
|
@@ -1440,7 +1440,7 @@ const Mo = /* @__PURE__ */ he(ua, [["render", ma]]), me = (e, l = "YYYY-MM-DD")
|
|
|
1440
1440
|
l("update:is_edit", f.value);
|
|
1441
1441
|
}, j = () => {
|
|
1442
1442
|
l("add");
|
|
1443
|
-
}, U =
|
|
1443
|
+
}, U = Ul(() => {
|
|
1444
1444
|
var T, I;
|
|
1445
1445
|
const t = q.value, O = [];
|
|
1446
1446
|
for (const Y in (T = e.field) == null ? void 0 : T.conditions) {
|
|
@@ -1470,7 +1470,7 @@ const Mo = /* @__PURE__ */ he(ua, [["render", ma]]), me = (e, l = "YYYY-MM-DD")
|
|
|
1470
1470
|
ae(
|
|
1471
1471
|
() => n.value,
|
|
1472
1472
|
(t, O) => {
|
|
1473
|
-
if (!
|
|
1473
|
+
if (!Al(t, O) && (l("update:value", t), e.field.name2)) {
|
|
1474
1474
|
let S;
|
|
1475
1475
|
if (e.field.type === "radio") {
|
|
1476
1476
|
const E = e.options.find(
|
|
@@ -1565,47 +1565,47 @@ const Mo = /* @__PURE__ */ he(ua, [["render", ma]]), me = (e, l = "YYYY-MM-DD")
|
|
|
1565
1565
|
};
|
|
1566
1566
|
},
|
|
1567
1567
|
components: {
|
|
1568
|
-
IconSelect:
|
|
1569
|
-
RichTextEditor:
|
|
1570
|
-
Upload:
|
|
1571
|
-
RemoteCascaderPro:
|
|
1572
|
-
RemoteTreeSelectPro:
|
|
1573
|
-
RemoteSelectPro:
|
|
1574
|
-
RemoteComplete:
|
|
1575
|
-
AttributeTable:
|
|
1576
|
-
AttributeNomTable:
|
|
1577
|
-
RemoteFilterSelect:
|
|
1578
|
-
RemoteModal:
|
|
1579
|
-
RemoteSelect:
|
|
1580
|
-
RemoteCascader:
|
|
1581
|
-
RemoteTreeSelect:
|
|
1582
|
-
RemoteTable:
|
|
1583
|
-
JsonStr:
|
|
1584
|
-
JsonObj:
|
|
1585
|
-
RemoteText:
|
|
1586
|
-
RemoteTablePro:
|
|
1568
|
+
IconSelect: el,
|
|
1569
|
+
RichTextEditor: ll,
|
|
1570
|
+
Upload: al,
|
|
1571
|
+
RemoteCascaderPro: ol,
|
|
1572
|
+
RemoteTreeSelectPro: tl,
|
|
1573
|
+
RemoteSelectPro: il,
|
|
1574
|
+
RemoteComplete: nl,
|
|
1575
|
+
AttributeTable: dl,
|
|
1576
|
+
AttributeNomTable: sl,
|
|
1577
|
+
RemoteFilterSelect: fl,
|
|
1578
|
+
RemoteModal: rl,
|
|
1579
|
+
RemoteSelect: ul,
|
|
1580
|
+
RemoteCascader: ml,
|
|
1581
|
+
RemoteTreeSelect: pl,
|
|
1582
|
+
RemoteTable: hl,
|
|
1583
|
+
JsonStr: _l,
|
|
1584
|
+
JsonObj: yl,
|
|
1585
|
+
RemoteText: vl,
|
|
1586
|
+
RemoteTablePro: cl,
|
|
1587
1587
|
PlusOutlined: We,
|
|
1588
|
-
MonthPicker:
|
|
1589
|
-
MonthRangePicker:
|
|
1590
|
-
CodeEditor:
|
|
1591
|
-
TinymceEditor:
|
|
1588
|
+
MonthPicker: bl,
|
|
1589
|
+
MonthRangePicker: gl,
|
|
1590
|
+
CodeEditor: wl,
|
|
1591
|
+
TinymceEditor: kl
|
|
1592
1592
|
}
|
|
1593
1593
|
});
|
|
1594
|
-
const
|
|
1594
|
+
const ra = {
|
|
1595
1595
|
key: 0,
|
|
1596
1596
|
style: { height: "62px", width: "200px" }
|
|
1597
|
-
},
|
|
1597
|
+
}, ua = { key: 1 }, ma = { key: 0 }, pa = { key: 1 }, ha = {
|
|
1598
1598
|
key: 3,
|
|
1599
1599
|
style: { height: "30px", position: "relative" }
|
|
1600
|
-
},
|
|
1601
|
-
function
|
|
1600
|
+
}, _a = { style: { position: "absolute", bottom: "0", padding: "0", margin: "0", "font-weight": "bolder", "font-size": "17px" } }, ya = { key: 0 }, va = { key: 0 }, ca = { key: 0 }, ba = { key: 0 }, ga = { key: 0 }, wa = { key: 0 }, ka = { key: 0 }, Ca = { key: 0 };
|
|
1601
|
+
function $a(e, l, H, L, P, q) {
|
|
1602
1602
|
var d, s, w, p, u, c, V, A, de, ge, we, Ae, Ke, Ie, Ve, Be, Te;
|
|
1603
1603
|
const f = C("a-tag"), R = C("a-rate"), j = C("a-input"), U = C("a-input-number"), n = C("a-select-option"), k = C("a-select"), v = C("a-cascader"), t = C("remote-cascader"), O = C("remote-cascader-pro"), S = C("month-picker"), E = C("a-date-picker"), T = C("a-range-picker"), I = C("month-range-picker"), Y = C("a-time-picker"), ie = C("a-time-range-picker"), $ = C("a-radio"), fe = C("a-radio-group"), g = C("a-checkbox"), a = C("a-checkbox-group"), X = C("a-tree-select"), m = C("remote-filter-select"), le = C("remote-select"), re = C("remote-select-pro"), ne = C("remote-complete"), be = C("remote-tree-select"), _e = C("remote-tree-select-pro"), ve = C("remote-modal"), r = C("remote-table"), b = C("remote-text"), y = C("a-divider");
|
|
1604
1604
|
return o(), F(N, null, [
|
|
1605
1605
|
e.field.type !== "divider" && (((d = e.field) == null ? void 0 : d.is_search_show) !== !1 || e.field_render_show) ? (o(), F(N, { key: 0 }, [
|
|
1606
|
-
|
|
1607
|
-
e.field.type === "kong" ? (o(), F("div",
|
|
1608
|
-
e.field.type === "tag" ? (o(), F("div",
|
|
1606
|
+
Qe(e.$slots, "default", {}, void 0, !0),
|
|
1607
|
+
e.field.type === "kong" ? (o(), F("div", ra)) : M("", !0),
|
|
1608
|
+
e.field.type === "tag" ? (o(), F("div", ua, [
|
|
1609
1609
|
e.field.content && e.field.content(e.field, e.model) || e.model ? (o(), _(f, {
|
|
1610
1610
|
key: 0,
|
|
1611
1611
|
color: e.field.color ? e.field.color(e.field, e.model) : "green",
|
|
@@ -1613,7 +1613,7 @@ function Oa(e, l, H, L, P, q) {
|
|
|
1613
1613
|
onClick: l[0] || (l[0] = (i) => e.field.cb ? e.field.cb(e.field, e.model) : "")
|
|
1614
1614
|
}, {
|
|
1615
1615
|
default: h(() => [
|
|
1616
|
-
e.field.content ? (o(), F("span",
|
|
1616
|
+
e.field.content ? (o(), F("span", ma, K(e.field.content(e.field, e.model)), 1)) : (o(), F("span", pa, K(e.model), 1))
|
|
1617
1617
|
]),
|
|
1618
1618
|
_: 1
|
|
1619
1619
|
}, 8, ["color", "style"])) : M("", !0)
|
|
@@ -1622,8 +1622,8 @@ function Oa(e, l, H, L, P, q) {
|
|
|
1622
1622
|
key: 2,
|
|
1623
1623
|
style: D("height: " + e.field.height + "px")
|
|
1624
1624
|
}, null, 4)) : M("", !0),
|
|
1625
|
-
e.field.type === "title" ? (o(), F("div",
|
|
1626
|
-
G("span",
|
|
1625
|
+
e.field.type === "title" ? (o(), F("div", ha, [
|
|
1626
|
+
G("span", _a, K(e.field.name), 1)
|
|
1627
1627
|
])) : M("", !0),
|
|
1628
1628
|
e.field.type === "rate" ? (o(), _(R, {
|
|
1629
1629
|
key: 4,
|
|
@@ -1652,7 +1652,7 @@ function Oa(e, l, H, L, P, q) {
|
|
|
1652
1652
|
fn: h(() => {
|
|
1653
1653
|
var i, J, Q;
|
|
1654
1654
|
return [
|
|
1655
|
-
(i = e.field) != null && i.prefix ? (o(), F("span",
|
|
1655
|
+
(i = e.field) != null && i.prefix ? (o(), F("span", ya, K(e.field.prefix), 1)) : M("", !0),
|
|
1656
1656
|
(J = e.field) != null && J.prefixIcon ? (o(), _(ue((Q = e.field) == null ? void 0 : Q.prefixIcon), { key: 1 })) : M("", !0)
|
|
1657
1657
|
];
|
|
1658
1658
|
}),
|
|
@@ -1663,7 +1663,7 @@ function Oa(e, l, H, L, P, q) {
|
|
|
1663
1663
|
fn: h(() => {
|
|
1664
1664
|
var i, J, Q;
|
|
1665
1665
|
return [
|
|
1666
|
-
(i = e.field) != null && i.suffix ? (o(), F("span",
|
|
1666
|
+
(i = e.field) != null && i.suffix ? (o(), F("span", va, K(e.field.suffix), 1)) : M("", !0),
|
|
1667
1667
|
(J = e.field) != null && J.suffixIcon ? (o(), _(ue((Q = e.field) == null ? void 0 : Q.suffixIcon), { key: 1 })) : M("", !0)
|
|
1668
1668
|
];
|
|
1669
1669
|
}),
|
|
@@ -1674,7 +1674,7 @@ function Oa(e, l, H, L, P, q) {
|
|
|
1674
1674
|
fn: h(() => {
|
|
1675
1675
|
var i, J, Q;
|
|
1676
1676
|
return [
|
|
1677
|
-
(i = e.field) != null && i.addonBefore ? (o(), F("span",
|
|
1677
|
+
(i = e.field) != null && i.addonBefore ? (o(), F("span", ca, K(e.field.addonBefore), 1)) : M("", !0),
|
|
1678
1678
|
(J = e.field) != null && J.addonBeforeIcon ? (o(), _(ue((Q = e.field) == null ? void 0 : Q.addonBeforeIcon), { key: 1 })) : M("", !0)
|
|
1679
1679
|
];
|
|
1680
1680
|
}),
|
|
@@ -1685,7 +1685,7 @@ function Oa(e, l, H, L, P, q) {
|
|
|
1685
1685
|
fn: h(() => {
|
|
1686
1686
|
var i, J, Q;
|
|
1687
1687
|
return [
|
|
1688
|
-
(i = e.field) != null && i.addonAfter ? (o(), F("span",
|
|
1688
|
+
(i = e.field) != null && i.addonAfter ? (o(), F("span", ba, K(e.field.addonAfter), 1)) : M("", !0),
|
|
1689
1689
|
(J = e.field) != null && J.addonAfterIcon ? (o(), _(ue((Q = e.field) == null ? void 0 : Q.addonAfterIcon), { key: 1 })) : M("", !0)
|
|
1690
1690
|
];
|
|
1691
1691
|
}),
|
|
@@ -1729,7 +1729,7 @@ function Oa(e, l, H, L, P, q) {
|
|
|
1729
1729
|
fn: h(() => {
|
|
1730
1730
|
var i, J, Q;
|
|
1731
1731
|
return [
|
|
1732
|
-
(i = e.field) != null && i.prefix ? (o(), F("span",
|
|
1732
|
+
(i = e.field) != null && i.prefix ? (o(), F("span", ga, K(e.field.prefix), 1)) : M("", !0),
|
|
1733
1733
|
(J = e.field) != null && J.prefixIcon ? (o(), _(ue((Q = e.field) == null ? void 0 : Q.prefixIcon), { key: 1 })) : M("", !0)
|
|
1734
1734
|
];
|
|
1735
1735
|
}),
|
|
@@ -1740,7 +1740,7 @@ function Oa(e, l, H, L, P, q) {
|
|
|
1740
1740
|
fn: h(() => {
|
|
1741
1741
|
var i, J, Q;
|
|
1742
1742
|
return [
|
|
1743
|
-
(i = e.field) != null && i.suffix ? (o(), F("span",
|
|
1743
|
+
(i = e.field) != null && i.suffix ? (o(), F("span", wa, K(e.field.suffix), 1)) : M("", !0),
|
|
1744
1744
|
(J = e.field) != null && J.suffixIcon ? (o(), _(ue((Q = e.field) == null ? void 0 : Q.suffixIcon), { key: 1 })) : M("", !0)
|
|
1745
1745
|
];
|
|
1746
1746
|
}),
|
|
@@ -1751,7 +1751,7 @@ function Oa(e, l, H, L, P, q) {
|
|
|
1751
1751
|
fn: h(() => {
|
|
1752
1752
|
var i, J, Q;
|
|
1753
1753
|
return [
|
|
1754
|
-
(i = e.field) != null && i.addonBefore ? (o(), F("span",
|
|
1754
|
+
(i = e.field) != null && i.addonBefore ? (o(), F("span", ka, K(e.field.addonBefore), 1)) : M("", !0),
|
|
1755
1755
|
(J = e.field) != null && J.addonBeforeIcon ? (o(), _(ue((Q = e.field) == null ? void 0 : Q.addonBeforeIcon), { key: 1 })) : M("", !0)
|
|
1756
1756
|
];
|
|
1757
1757
|
}),
|
|
@@ -1762,7 +1762,7 @@ function Oa(e, l, H, L, P, q) {
|
|
|
1762
1762
|
fn: h(() => {
|
|
1763
1763
|
var i, J, Q;
|
|
1764
1764
|
return [
|
|
1765
|
-
(i = e.field) != null && i.addonAfter ? (o(), F("span",
|
|
1765
|
+
(i = e.field) != null && i.addonAfter ? (o(), F("span", Ca, K(e.field.addonAfter), 1)) : M("", !0),
|
|
1766
1766
|
(J = e.field) != null && J.addonAfterIcon ? (o(), _(ue((Q = e.field) == null ? void 0 : Q.addonAfterIcon), { key: 1 })) : M("", !0)
|
|
1767
1767
|
];
|
|
1768
1768
|
}),
|
|
@@ -2289,8 +2289,8 @@ function Oa(e, l, H, L, P, q) {
|
|
|
2289
2289
|
}, 8, ["orientation"])) : M("", !0)
|
|
2290
2290
|
], 64);
|
|
2291
2291
|
}
|
|
2292
|
-
const
|
|
2293
|
-
async function
|
|
2292
|
+
const ko = /* @__PURE__ */ he(fa, [["render", $a], ["__scopeId", "data-v-168ff853"]]);
|
|
2293
|
+
async function Ma(e) {
|
|
2294
2294
|
return ye().post("/view/create_view_settings", e);
|
|
2295
2295
|
}
|
|
2296
2296
|
async function Pe(e) {
|
|
@@ -2302,27 +2302,27 @@ async function Se(e) {
|
|
|
2302
2302
|
async function Le(e) {
|
|
2303
2303
|
return ye().post("/view/set_view_settings_default", e);
|
|
2304
2304
|
}
|
|
2305
|
-
async function
|
|
2305
|
+
async function Sa(e) {
|
|
2306
2306
|
return ye().post("/view/delete_view_settings", e);
|
|
2307
2307
|
}
|
|
2308
|
-
async function
|
|
2308
|
+
async function Ea(e) {
|
|
2309
2309
|
return ye().post("/view/change_view_settings_sort", e);
|
|
2310
2310
|
}
|
|
2311
|
-
async function
|
|
2311
|
+
async function Oa(e) {
|
|
2312
2312
|
return ye().post("/view/query_view_settings_list", e);
|
|
2313
2313
|
}
|
|
2314
|
-
const Ye = "customviewdatauser",
|
|
2314
|
+
const Ye = "customviewdatauser", Fa = "view_system_edit", Ua = [
|
|
2315
2315
|
{
|
|
2316
2316
|
title: "",
|
|
2317
2317
|
dataIndex: "name",
|
|
2318
2318
|
key: "name"
|
|
2319
2319
|
}
|
|
2320
|
-
],
|
|
2320
|
+
], Aa = pe({
|
|
2321
2321
|
name: "ViewManage",
|
|
2322
2322
|
components: {
|
|
2323
|
-
CaretRightOutlined:
|
|
2323
|
+
CaretRightOutlined: Ol,
|
|
2324
2324
|
PlusOutlined: We,
|
|
2325
|
-
SettingOutlined:
|
|
2325
|
+
SettingOutlined: Fl
|
|
2326
2326
|
},
|
|
2327
2327
|
props: {
|
|
2328
2328
|
currentViewObj: {
|
|
@@ -2366,7 +2366,7 @@ const Ye = "customviewdatauser", Ia = "view_system_edit", Va = [
|
|
|
2366
2366
|
},
|
|
2367
2367
|
emits: ["change"],
|
|
2368
2368
|
setup(e, { emit: l }) {
|
|
2369
|
-
const H =
|
|
2369
|
+
const H = Kl(), L = Il(), P = Vl(), q = Bl(), f = P.currentOrg, R = P.userid, j = ee(P.CHECK_AUTH(Fa)), U = ee([]), { t: n } = Ue();
|
|
2370
2370
|
let k, v;
|
|
2371
2371
|
const t = Ee(() => {
|
|
2372
2372
|
const r = U.value.filter((y) => !!y.user_id && y.is_system).map((y) => y).sort((y, d) => y.sort == d.sort ? y.id - d.id : y.sort - d.sort), b = U.value.filter((y) => !!y.user_id && !y.is_system).map((y) => y).sort((y, d) => y.sort == d.sort ? y.id - d.id : y.sort - d.sort);
|
|
@@ -2390,7 +2390,7 @@ const Ye = "customviewdatauser", Ia = "view_system_edit", Va = [
|
|
|
2390
2390
|
...y,
|
|
2391
2391
|
sort_fields: d
|
|
2392
2392
|
};
|
|
2393
|
-
p && (c.group_condition = s, c.conditions = w), c.required_condition = be(),
|
|
2393
|
+
p && (c.group_condition = s, c.conditions = w), c.required_condition = be(), Tl(c, k != null && k.countData ? k.countData : e.countData).then((V) => {
|
|
2394
2394
|
U.value.forEach((A) => {
|
|
2395
2395
|
A.id == r && (A.num = V);
|
|
2396
2396
|
}), u(null);
|
|
@@ -2405,7 +2405,7 @@ const Ye = "customviewdatauser", Ia = "view_system_edit", Va = [
|
|
|
2405
2405
|
console.log("error", y), te.error(n("获取数据失败, 请刷新页面"));
|
|
2406
2406
|
}
|
|
2407
2407
|
}, I = () => {
|
|
2408
|
-
|
|
2408
|
+
jl({
|
|
2409
2409
|
org_id: f.id,
|
|
2410
2410
|
user_id: R,
|
|
2411
2411
|
app_flag: e.app_flag,
|
|
@@ -2460,7 +2460,7 @@ const Ye = "customviewdatauser", Ia = "view_system_edit", Va = [
|
|
|
2460
2460
|
let b = null;
|
|
2461
2461
|
if (r ? b = r : window.location.hash && (b = window.location.hash.substring(1)), b) {
|
|
2462
2462
|
const d = U.value.filter((s) => s.uid == b);
|
|
2463
|
-
d && d.length > 0 ? l("change", v, { ...d[0], ...d[0].data }, !0, !0) :
|
|
2463
|
+
d && d.length > 0 ? l("change", v, { ...d[0], ...d[0].data }, !0, !0) : Oa({
|
|
2464
2464
|
org_id: f.id,
|
|
2465
2465
|
conditions: [
|
|
2466
2466
|
[
|
|
@@ -2685,7 +2685,7 @@ const Ye = "customviewdatauser", Ia = "view_system_edit", Va = [
|
|
|
2685
2685
|
conditions: [],
|
|
2686
2686
|
group_condition: {},
|
|
2687
2687
|
group_record: {}
|
|
2688
|
-
},
|
|
2688
|
+
}, Ma({
|
|
2689
2689
|
org_id: f.id,
|
|
2690
2690
|
user_id: r.view_type == "personal" ? R : null,
|
|
2691
2691
|
name: r.name,
|
|
@@ -2897,7 +2897,7 @@ const Ye = "customviewdatauser", Ia = "view_system_edit", Va = [
|
|
|
2897
2897
|
data: r == "personal" ? t.value : O.value
|
|
2898
2898
|
},
|
|
2899
2899
|
ok: (y) => {
|
|
2900
|
-
y && y.length > 0 ?
|
|
2900
|
+
y && y.length > 0 ? Ea({
|
|
2901
2901
|
org_id: f.id,
|
|
2902
2902
|
view_settings_ids: y
|
|
2903
2903
|
}).then(() => {
|
|
@@ -2912,7 +2912,7 @@ const Ye = "customviewdatauser", Ia = "view_system_edit", Va = [
|
|
|
2912
2912
|
}, re = (r) => {
|
|
2913
2913
|
let b = "";
|
|
2914
2914
|
const y = window.location.href.indexOf("#");
|
|
2915
|
-
y !== -1 ? b = window.location.href.substring(0, y) + "#" + r.uid : b = window.location.href + "#" + r.uid,
|
|
2915
|
+
y !== -1 ? b = window.location.href.substring(0, y) + "#" + r.uid : b = window.location.href + "#" + r.uid, Cl({ val: b, message: n("复制成功") });
|
|
2916
2916
|
}, ne = (r) => {
|
|
2917
2917
|
qe.confirm({
|
|
2918
2918
|
title: () => `${n("确认删除此")}【${r.name}】${r != null && r.user_id ? n("个人视图") : n("公共视图")}?`,
|
|
@@ -2921,7 +2921,7 @@ const Ye = "customviewdatauser", Ia = "view_system_edit", Va = [
|
|
|
2921
2921
|
okText: n("确定"),
|
|
2922
2922
|
onOk() {
|
|
2923
2923
|
return new Promise((b) => {
|
|
2924
|
-
|
|
2924
|
+
Sa({
|
|
2925
2925
|
org_id: f.id,
|
|
2926
2926
|
view_settings_id: r == null ? void 0 : r.id
|
|
2927
2927
|
}).then(() => {
|
|
@@ -3078,13 +3078,13 @@ const Ye = "customviewdatauser", Ia = "view_system_edit", Va = [
|
|
|
3078
3078
|
Ne().on("change", ve);
|
|
3079
3079
|
}), Je(() => {
|
|
3080
3080
|
Ne().off("change", ve);
|
|
3081
|
-
}),
|
|
3081
|
+
}), Xe(() => {
|
|
3082
3082
|
_e(U.value);
|
|
3083
3083
|
}), {
|
|
3084
3084
|
props: e,
|
|
3085
3085
|
viewKey: ie,
|
|
3086
3086
|
customStyle: $,
|
|
3087
|
-
columns:
|
|
3087
|
+
columns: Ua,
|
|
3088
3088
|
personData: t,
|
|
3089
3089
|
publicData: O,
|
|
3090
3090
|
is_auth: j,
|
|
@@ -3099,8 +3099,8 @@ const Ye = "customviewdatauser", Ia = "view_system_edit", Va = [
|
|
|
3099
3099
|
};
|
|
3100
3100
|
}
|
|
3101
3101
|
});
|
|
3102
|
-
const
|
|
3103
|
-
function
|
|
3102
|
+
const Ka = { style: { "font-weight": "700" } }, Ia = ["onClick"], Va = { style: { "max-width": "130px", float: "left", "white-space": "nowrap", overflow: "hidden" } }, Ba = ["onClick"], Ta = ["onClick"], ja = ["onClick"], qa = { style: { "font-weight": "700" } }, Da = ["onClick"], Ra = { style: { "max-width": "130px", float: "left", "white-space": "nowrap", overflow: "hidden" } }, Na = ["onClick"], za = ["onClick"], Ha = ["onClick"];
|
|
3103
|
+
function Ga(e, l, H, L, P, q) {
|
|
3104
3104
|
const f = C("caret-right-outlined"), R = C("setting-outlined"), j = C("a-tooltip"), U = C("plus-outlined"), n = C("a-menu-item"), k = C("a-menu"), v = C("a-dropdown"), t = C("a-table"), O = C("a-collapse-panel"), S = C("a-collapse"), E = C("a-card");
|
|
3105
3105
|
return o(), _(E, {
|
|
3106
3106
|
"body-style": { padding: 0, height: e.height + 87 + "px", overflowY: "auto" }
|
|
@@ -3124,7 +3124,7 @@ function Ja(e, l, H, L, P, q) {
|
|
|
3124
3124
|
style: D(e.customStyle)
|
|
3125
3125
|
}, {
|
|
3126
3126
|
header: h(() => [
|
|
3127
|
-
G("span",
|
|
3127
|
+
G("span", Ka, K(e.$t("个人视图")), 1)
|
|
3128
3128
|
]),
|
|
3129
3129
|
extra: h(() => [
|
|
3130
3130
|
B(j, null, {
|
|
@@ -3176,7 +3176,7 @@ function Ja(e, l, H, L, P, q) {
|
|
|
3176
3176
|
overlayStyle: { maxWidth: "200px" }
|
|
3177
3177
|
}, {
|
|
3178
3178
|
default: h(() => [
|
|
3179
|
-
G("div",
|
|
3179
|
+
G("div", Va, K(I.name), 1)
|
|
3180
3180
|
]),
|
|
3181
3181
|
_: 2
|
|
3182
3182
|
}, 1032, ["title", "color"]),
|
|
@@ -3196,7 +3196,7 @@ function Ja(e, l, H, L, P, q) {
|
|
|
3196
3196
|
G("a", {
|
|
3197
3197
|
href: "javascript:;",
|
|
3198
3198
|
onClick: (Y) => e.handleSubmit(I, "personal")
|
|
3199
|
-
}, K(e.$t("编辑")), 9,
|
|
3199
|
+
}, K(e.$t("编辑")), 9, Ba)
|
|
3200
3200
|
]),
|
|
3201
3201
|
_: 2
|
|
3202
3202
|
}, 1024)) : M("", !0),
|
|
@@ -3205,7 +3205,7 @@ function Ja(e, l, H, L, P, q) {
|
|
|
3205
3205
|
G("a", {
|
|
3206
3206
|
href: "javascript:;",
|
|
3207
3207
|
onClick: (Y) => e.handleShare(I)
|
|
3208
|
-
}, K(e.$t("分享视图")), 9,
|
|
3208
|
+
}, K(e.$t("分享视图")), 9, Ta)
|
|
3209
3209
|
]),
|
|
3210
3210
|
_: 2
|
|
3211
3211
|
}, 1024),
|
|
@@ -3214,7 +3214,7 @@ function Ja(e, l, H, L, P, q) {
|
|
|
3214
3214
|
G("a", {
|
|
3215
3215
|
href: "javascript:;",
|
|
3216
3216
|
onClick: (Y) => e.handleDelet(I)
|
|
3217
|
-
}, K(e.$t("删除")), 9,
|
|
3217
|
+
}, K(e.$t("删除")), 9, ja)
|
|
3218
3218
|
]),
|
|
3219
3219
|
_: 2
|
|
3220
3220
|
}, 1024)) : M("", !0)
|
|
@@ -3231,7 +3231,7 @@ function Ja(e, l, H, L, P, q) {
|
|
|
3231
3231
|
]),
|
|
3232
3232
|
_: 2
|
|
3233
3233
|
}, 1024)
|
|
3234
|
-
], 8,
|
|
3234
|
+
], 8, Ia)) : M("", !0)
|
|
3235
3235
|
]),
|
|
3236
3236
|
_: 1
|
|
3237
3237
|
}, 8, ["columns", "customRow", "dataSource"])) : M("", !0)
|
|
@@ -3243,7 +3243,7 @@ function Ja(e, l, H, L, P, q) {
|
|
|
3243
3243
|
style: D(e.customStyle)
|
|
3244
3244
|
}, {
|
|
3245
3245
|
header: h(() => [
|
|
3246
|
-
G("span",
|
|
3246
|
+
G("span", qa, K(e.$t("公共视图")), 1)
|
|
3247
3247
|
]),
|
|
3248
3248
|
extra: h(() => [
|
|
3249
3249
|
B(j, null, {
|
|
@@ -3295,7 +3295,7 @@ function Ja(e, l, H, L, P, q) {
|
|
|
3295
3295
|
overlayStyle: { maxWidth: "200px" }
|
|
3296
3296
|
}, {
|
|
3297
3297
|
default: h(() => [
|
|
3298
|
-
G("div",
|
|
3298
|
+
G("div", Ra, K(I.name), 1)
|
|
3299
3299
|
]),
|
|
3300
3300
|
_: 2
|
|
3301
3301
|
}, 1032, ["title", "color"]),
|
|
@@ -3315,7 +3315,7 @@ function Ja(e, l, H, L, P, q) {
|
|
|
3315
3315
|
G("a", {
|
|
3316
3316
|
href: "javascript:;",
|
|
3317
3317
|
onClick: (Y) => e.handleSubmit(I, "public")
|
|
3318
|
-
}, K(e.$t("编辑")), 9,
|
|
3318
|
+
}, K(e.$t("编辑")), 9, Na)
|
|
3319
3319
|
]),
|
|
3320
3320
|
_: 2
|
|
3321
3321
|
}, 1024)) : M("", !0),
|
|
@@ -3324,7 +3324,7 @@ function Ja(e, l, H, L, P, q) {
|
|
|
3324
3324
|
G("a", {
|
|
3325
3325
|
href: "javascript:;",
|
|
3326
3326
|
onClick: (Y) => e.handleShare(I)
|
|
3327
|
-
}, K(e.$t("分享视图")), 9,
|
|
3327
|
+
}, K(e.$t("分享视图")), 9, za)
|
|
3328
3328
|
]),
|
|
3329
3329
|
_: 2
|
|
3330
3330
|
}, 1024),
|
|
@@ -3333,7 +3333,7 @@ function Ja(e, l, H, L, P, q) {
|
|
|
3333
3333
|
G("a", {
|
|
3334
3334
|
href: "javascript:;",
|
|
3335
3335
|
onClick: (Y) => e.handleDelet(I)
|
|
3336
|
-
}, K(e.$t("删除")), 9,
|
|
3336
|
+
}, K(e.$t("删除")), 9, Ha)
|
|
3337
3337
|
]),
|
|
3338
3338
|
_: 2
|
|
3339
3339
|
}, 1024)) : M("", !0)
|
|
@@ -3350,7 +3350,7 @@ function Ja(e, l, H, L, P, q) {
|
|
|
3350
3350
|
]),
|
|
3351
3351
|
_: 2
|
|
3352
3352
|
}, 1024)
|
|
3353
|
-
], 8,
|
|
3353
|
+
], 8, Da)) : M("", !0)
|
|
3354
3354
|
]),
|
|
3355
3355
|
_: 1
|
|
3356
3356
|
}, 8, ["columns", "customRow", "dataSource"])) : M("", !0)
|
|
@@ -3364,10 +3364,10 @@ function Ja(e, l, H, L, P, q) {
|
|
|
3364
3364
|
_: 1
|
|
3365
3365
|
}, 8, ["body-style"]);
|
|
3366
3366
|
}
|
|
3367
|
-
const
|
|
3367
|
+
const Pa = /* @__PURE__ */ he(Aa, [["render", Ga]]), La = pe({
|
|
3368
3368
|
name: "SideSearchRender",
|
|
3369
3369
|
components: {
|
|
3370
|
-
ViewManage:
|
|
3370
|
+
ViewManage: Pa
|
|
3371
3371
|
},
|
|
3372
3372
|
props: {
|
|
3373
3373
|
selectObj: {
|
|
@@ -3385,7 +3385,7 @@ const Wa = /* @__PURE__ */ he(Ba, [["render", Ja]]), Qa = pe({
|
|
|
3385
3385
|
};
|
|
3386
3386
|
}
|
|
3387
3387
|
});
|
|
3388
|
-
function
|
|
3388
|
+
function Ya(e, l, H, L, P, q) {
|
|
3389
3389
|
const f = C("view-manage"), R = C("a-card");
|
|
3390
3390
|
return o(), _(R, {
|
|
3391
3391
|
"body-style": { padding: 0, height: e.selectObj.height + 96 + "px", overflowY: "auto" }
|
|
@@ -3399,22 +3399,22 @@ function Xa(e, l, H, L, P, q) {
|
|
|
3399
3399
|
_: 1
|
|
3400
3400
|
}, 8, ["body-style"]);
|
|
3401
3401
|
}
|
|
3402
|
-
const
|
|
3402
|
+
const Co = /* @__PURE__ */ he(La, [["render", Ya]]);
|
|
3403
3403
|
export {
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3404
|
+
Wl as AddConditionGroupModal,
|
|
3405
|
+
So as BoldMatcher,
|
|
3406
|
+
wl as CodeEditor,
|
|
3407
|
+
xe as FieldRender,
|
|
3408
|
+
Ze as FieldRender2,
|
|
3409
|
+
go as FormRender,
|
|
3410
|
+
wo as FormRender2,
|
|
3411
|
+
Eo as FormRender3,
|
|
3412
|
+
bo as GeneralFilter,
|
|
3413
|
+
yl as JsonObj,
|
|
3414
|
+
Oo as SearchRender,
|
|
3415
|
+
Co as SideSearchRender,
|
|
3416
|
+
ko as SmallTableSerarchField,
|
|
3417
|
+
Pa as ViewManage,
|
|
3418
|
+
Fo as debugCode,
|
|
3419
|
+
Uo as getFormConfig
|
|
3420
3420
|
};
|