mooho-base-admin-plus 2.4.52 → 2.4.54
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/history.md +2 -0
- package/package/mooho-base-admin-plus.min.esm.js +304 -293
- package/package/mooho-base-admin-plus.min.js +25 -25
- package/package/style.css +1 -1
- package/package.json +1 -1
- package/src/App.vue +6 -13
- package/src/components/loader/index.vue +24 -0
- package/src/components/view/modal-form.vue +1 -0
- package/src/components/view/view-form.vue +14 -1
- package/src/layouts/basic-layout/header-logo/index.vue +1 -4
- package/src/layouts/basic-layout/menu-side/index.vue +0 -3
- package/src/mixins/page.js +1 -1
- package/src/pages/common/todo.vue +9 -3
- package/src/router/index.js +0 -4
- package/src/styles/css/default.css +10 -0
|
@@ -5538,7 +5538,7 @@ var _export_sfc = (sfc, props) => {
|
|
|
5538
5538
|
}
|
|
5539
5539
|
return target;
|
|
5540
5540
|
};
|
|
5541
|
-
const _sfc_main$
|
|
5541
|
+
const _sfc_main$1u = {
|
|
5542
5542
|
name: "i-copyright",
|
|
5543
5543
|
computed: {
|
|
5544
5544
|
copyright() {
|
|
@@ -5551,7 +5551,7 @@ const _sfc_main$1t = {
|
|
|
5551
5551
|
};
|
|
5552
5552
|
}
|
|
5553
5553
|
};
|
|
5554
|
-
function _sfc_render$
|
|
5554
|
+
function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5555
5555
|
const _component_GlobalFooter = resolveComponent("GlobalFooter");
|
|
5556
5556
|
return openBlock(), createBlock(_component_GlobalFooter, {
|
|
5557
5557
|
class: "i-copyright",
|
|
@@ -5559,7 +5559,7 @@ function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5559
5559
|
copyright: $options.copyright
|
|
5560
5560
|
}, null, 8, ["links", "copyright"]);
|
|
5561
5561
|
}
|
|
5562
|
-
var iCopyright = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5562
|
+
var iCopyright = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_render$1u], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/copyright/index.vue"]]);
|
|
5563
5563
|
var __glob_25_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5564
5564
|
__proto__: null,
|
|
5565
5565
|
"default": iCopyright
|
|
@@ -20455,7 +20455,7 @@ var __glob_0_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
|
|
|
20455
20455
|
__proto__: null,
|
|
20456
20456
|
"default": layout$4
|
|
20457
20457
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
20458
|
-
var loader = {
|
|
20458
|
+
var loader$1 = {
|
|
20459
20459
|
namespaced: true,
|
|
20460
20460
|
state: {
|
|
20461
20461
|
count: 0,
|
|
@@ -20481,7 +20481,7 @@ var loader = {
|
|
|
20481
20481
|
};
|
|
20482
20482
|
var __glob_0_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
20483
20483
|
__proto__: null,
|
|
20484
|
-
"default": loader
|
|
20484
|
+
"default": loader$1
|
|
20485
20485
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
20486
20486
|
var log$2 = {
|
|
20487
20487
|
namespaced: true,
|
|
@@ -21459,7 +21459,6 @@ const initRouter = (pages2, routes) => {
|
|
|
21459
21459
|
routes.forEach((route) => {
|
|
21460
21460
|
router.addRoute(route);
|
|
21461
21461
|
});
|
|
21462
|
-
Setting.rootPath = base$1 == "" || base$1 == null ? "/static/" : "/" + base$1 + "/static/";
|
|
21463
21462
|
router.beforeEach(async (to, from, next) => {
|
|
21464
21463
|
if (Setting.showProgressBar) {
|
|
21465
21464
|
ViewUIPlus.LoadingBar.start();
|
|
@@ -21502,7 +21501,7 @@ const initRouter = (pages2, routes) => {
|
|
|
21502
21501
|
router.afterEach((to) => {
|
|
21503
21502
|
if (Setting.showProgressBar)
|
|
21504
21503
|
ViewUIPlus.LoadingBar.finish();
|
|
21505
|
-
if (
|
|
21504
|
+
if (setting.layout.tabs) {
|
|
21506
21505
|
store.dispatch("admin/page/open", to);
|
|
21507
21506
|
}
|
|
21508
21507
|
window.document.title = window.$app.$t(to.meta.title) + " - " + Setting.info.title;
|
|
@@ -21576,7 +21575,7 @@ var mixinPage = {
|
|
|
21576
21575
|
...mapState("admin/cache", ["userNames", "enums", "dicts", "caches"]),
|
|
21577
21576
|
...mapState("admin/menu", ["userPermissions"]),
|
|
21578
21577
|
rootPath() {
|
|
21579
|
-
return
|
|
21578
|
+
return !"admin".trim() ? "/static/" : "/admin/static/";
|
|
21580
21579
|
},
|
|
21581
21580
|
sysInfo() {
|
|
21582
21581
|
return Setting.info;
|
|
@@ -22172,7 +22171,7 @@ var mixinPage = {
|
|
|
22172
22171
|
}
|
|
22173
22172
|
}
|
|
22174
22173
|
};
|
|
22175
|
-
const _sfc_main$
|
|
22174
|
+
const _sfc_main$1t = {
|
|
22176
22175
|
name: "notice-list",
|
|
22177
22176
|
mixins: [mixinPage],
|
|
22178
22177
|
components: {},
|
|
@@ -22192,13 +22191,13 @@ const _sfc_main$1s = {
|
|
|
22192
22191
|
}
|
|
22193
22192
|
}
|
|
22194
22193
|
};
|
|
22195
|
-
const _hoisted_1$
|
|
22194
|
+
const _hoisted_1$1d = { class: "ivu-pl-8" };
|
|
22196
22195
|
const _hoisted_2$K = ["onClick"];
|
|
22197
22196
|
const _hoisted_3$E = { class: "title" };
|
|
22198
|
-
const _hoisted_4$
|
|
22197
|
+
const _hoisted_4$s = /* @__PURE__ */ createElementVNode("span", { class: "description" }, null, -1);
|
|
22199
22198
|
const _hoisted_5$j = { style: { "margin": "16px", "max-height": "500px" } };
|
|
22200
22199
|
const _hoisted_6$f = ["innerHTML"];
|
|
22201
|
-
function _sfc_render$
|
|
22200
|
+
function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22202
22201
|
const _component_Avatar = resolveComponent("Avatar");
|
|
22203
22202
|
const _component_view_table = resolveComponent("view-table");
|
|
22204
22203
|
const _component_Card = resolveComponent("Card");
|
|
@@ -22222,7 +22221,7 @@ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22222
22221
|
[_directive_color, "#1890ff"],
|
|
22223
22222
|
[_directive_bg_color, "#e6f7ff"]
|
|
22224
22223
|
]),
|
|
22225
|
-
createElementVNode("span", _hoisted_1$
|
|
22224
|
+
createElementVNode("span", _hoisted_1$1d, toDisplayString$2(_ctx.$t("Front_Label_Notice")), 1)
|
|
22226
22225
|
])
|
|
22227
22226
|
]),
|
|
22228
22227
|
default: withCtx(() => [
|
|
@@ -22257,7 +22256,7 @@ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22257
22256
|
createElementVNode("div", null, [
|
|
22258
22257
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
22259
22258
|
createElementVNode("span", _hoisted_3$E, toDisplayString$2($data.data.title), 1),
|
|
22260
|
-
_hoisted_4$
|
|
22259
|
+
_hoisted_4$s
|
|
22261
22260
|
])
|
|
22262
22261
|
])
|
|
22263
22262
|
]),
|
|
@@ -22286,7 +22285,7 @@ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22286
22285
|
}, 8, ["modelValue", "mask-closable", "draggable"])
|
|
22287
22286
|
]);
|
|
22288
22287
|
}
|
|
22289
|
-
var noticeList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22288
|
+
var noticeList = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["render", _sfc_render$1t], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/home/notice-list.vue"]]);
|
|
22290
22289
|
var __glob_25_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22291
22290
|
__proto__: null,
|
|
22292
22291
|
"default": noticeList
|
|
@@ -22309,7 +22308,7 @@ var shortcutApi = {
|
|
|
22309
22308
|
}
|
|
22310
22309
|
};
|
|
22311
22310
|
var shortcut_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
22312
|
-
const _sfc_main$
|
|
22311
|
+
const _sfc_main$1s = {
|
|
22313
22312
|
name: "home",
|
|
22314
22313
|
mixins: [mixinPage],
|
|
22315
22314
|
components: {},
|
|
@@ -22370,13 +22369,13 @@ const _sfc_main$1r = {
|
|
|
22370
22369
|
}
|
|
22371
22370
|
}
|
|
22372
22371
|
};
|
|
22373
|
-
const _hoisted_1$
|
|
22372
|
+
const _hoisted_1$1c = { class: "ivu-pl-8" };
|
|
22374
22373
|
const _hoisted_2$J = {
|
|
22375
22374
|
class: "ivu-text-center",
|
|
22376
22375
|
style: { "height": "250px" }
|
|
22377
22376
|
};
|
|
22378
22377
|
const _hoisted_3$D = { class: "ivu-pt-8" };
|
|
22379
|
-
function _sfc_render$
|
|
22378
|
+
function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22380
22379
|
const _component_Avatar = resolveComponent("Avatar");
|
|
22381
22380
|
const _component_Icon = resolveComponent("Icon");
|
|
22382
22381
|
const _component_Tooltip = resolveComponent("Tooltip");
|
|
@@ -22403,7 +22402,7 @@ function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22403
22402
|
[_directive_color, "#1890ff"],
|
|
22404
22403
|
[_directive_bg_color, "#e6f7ff"]
|
|
22405
22404
|
]),
|
|
22406
|
-
createElementVNode("span", _hoisted_1$
|
|
22405
|
+
createElementVNode("span", _hoisted_1$1c, toDisplayString$2(_ctx.$t("Front_Label_Shortcut")), 1)
|
|
22407
22406
|
])
|
|
22408
22407
|
]),
|
|
22409
22408
|
extra: withCtx(() => [
|
|
@@ -22514,12 +22513,12 @@ function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22514
22513
|
}, 8, ["onOnDragDrop"])
|
|
22515
22514
|
]);
|
|
22516
22515
|
}
|
|
22517
|
-
var shortcut = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22516
|
+
var shortcut = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["render", _sfc_render$1s], ["__scopeId", "data-v-a9e726d4"], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/home/shortcut.vue"]]);
|
|
22518
22517
|
var __glob_25_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22519
22518
|
__proto__: null,
|
|
22520
22519
|
"default": shortcut
|
|
22521
22520
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
22522
|
-
const _sfc_main$
|
|
22521
|
+
const _sfc_main$1r = {
|
|
22523
22522
|
mixins: [mixinPage],
|
|
22524
22523
|
data() {
|
|
22525
22524
|
return {
|
|
@@ -22583,7 +22582,7 @@ const _sfc_main$1q = {
|
|
|
22583
22582
|
}
|
|
22584
22583
|
}
|
|
22585
22584
|
};
|
|
22586
|
-
function _sfc_render$
|
|
22585
|
+
function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22587
22586
|
const _component_Checkbox = resolveComponent("Checkbox");
|
|
22588
22587
|
return openBlock(), createElementBlock("div", null, [
|
|
22589
22588
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.dataSource, (item, index2) => {
|
|
@@ -22602,7 +22601,7 @@ function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22602
22601
|
}), 128))
|
|
22603
22602
|
]);
|
|
22604
22603
|
}
|
|
22605
|
-
var CheckGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22604
|
+
var CheckGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["render", _sfc_render$1r], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/input/check-group.vue"]]);
|
|
22606
22605
|
var __glob_25_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22607
22606
|
__proto__: null,
|
|
22608
22607
|
"default": CheckGroup
|
|
@@ -22766,7 +22765,7 @@ var customModelApi = {
|
|
|
22766
22765
|
LODOP.PRINTA();
|
|
22767
22766
|
}
|
|
22768
22767
|
};
|
|
22769
|
-
const _sfc_main$
|
|
22768
|
+
const _sfc_main$1q = {
|
|
22770
22769
|
mixins: [mixinPage],
|
|
22771
22770
|
data() {
|
|
22772
22771
|
return {
|
|
@@ -22896,7 +22895,7 @@ const _sfc_main$1p = {
|
|
|
22896
22895
|
}
|
|
22897
22896
|
}
|
|
22898
22897
|
};
|
|
22899
|
-
function _sfc_render$
|
|
22898
|
+
function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22900
22899
|
const _component_Option = resolveComponent("Option");
|
|
22901
22900
|
const _component_Select = resolveComponent("Select");
|
|
22902
22901
|
return openBlock(), createElementBlock("div", null, [
|
|
@@ -22935,7 +22934,7 @@ function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22935
22934
|
}, 8, ["size", "model-value", "disabled", "multiple", "remote-method", "style", "placeholder", "onOnClear"])
|
|
22936
22935
|
]);
|
|
22937
22936
|
}
|
|
22938
|
-
var comboSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22937
|
+
var comboSelect = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1q], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/input/combo-select.vue"]]);
|
|
22939
22938
|
var __glob_25_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22940
22939
|
__proto__: null,
|
|
22941
22940
|
"default": comboSelect
|
|
@@ -23013,7 +23012,7 @@ var dataSourceApi = {
|
|
|
23013
23012
|
LODOP.PRINTA();
|
|
23014
23013
|
}
|
|
23015
23014
|
};
|
|
23016
|
-
const _sfc_main$
|
|
23015
|
+
const _sfc_main$1p = {
|
|
23017
23016
|
mixins: [mixinPage],
|
|
23018
23017
|
data() {
|
|
23019
23018
|
return {
|
|
@@ -23190,7 +23189,7 @@ const _sfc_main$1o = {
|
|
|
23190
23189
|
}
|
|
23191
23190
|
}
|
|
23192
23191
|
};
|
|
23193
|
-
function _sfc_render$
|
|
23192
|
+
function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23194
23193
|
const _component_Button = resolveComponent("Button");
|
|
23195
23194
|
const _component_Input = resolveComponent("Input");
|
|
23196
23195
|
const _component_modal_table = resolveComponent("modal-table");
|
|
@@ -23263,12 +23262,12 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23263
23262
|
}, 8, ["view-code", "selectEnable", "footer-enable"])
|
|
23264
23263
|
]);
|
|
23265
23264
|
}
|
|
23266
|
-
var DialogSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23265
|
+
var DialogSelect = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1p], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/input/dialog-select.vue"]]);
|
|
23267
23266
|
var __glob_25_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23268
23267
|
__proto__: null,
|
|
23269
23268
|
"default": DialogSelect
|
|
23270
23269
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23271
|
-
const _sfc_main$
|
|
23270
|
+
const _sfc_main$1o = {
|
|
23272
23271
|
mixins: [mixinPage],
|
|
23273
23272
|
data() {
|
|
23274
23273
|
return {
|
|
@@ -23349,11 +23348,11 @@ const _sfc_main$1n = {
|
|
|
23349
23348
|
}
|
|
23350
23349
|
}
|
|
23351
23350
|
};
|
|
23352
|
-
const _hoisted_1$
|
|
23351
|
+
const _hoisted_1$1b = { class: "title" };
|
|
23353
23352
|
const _hoisted_2$I = { class: "description" };
|
|
23354
23353
|
const _hoisted_3$C = { class: "ivu-pl-8" };
|
|
23355
|
-
const _hoisted_4$
|
|
23356
|
-
function _sfc_render$
|
|
23354
|
+
const _hoisted_4$r = { class: "ivu-pl-8" };
|
|
23355
|
+
function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23357
23356
|
const _component_Avatar = resolveComponent("Avatar");
|
|
23358
23357
|
const _component_view_table = resolveComponent("view-table");
|
|
23359
23358
|
const _component_Card = resolveComponent("Card");
|
|
@@ -23376,7 +23375,7 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23376
23375
|
}, {
|
|
23377
23376
|
header: withCtx(() => [
|
|
23378
23377
|
createElementVNode("div", null, [
|
|
23379
|
-
createElementVNode("span", _hoisted_1$
|
|
23378
|
+
createElementVNode("span", _hoisted_1$1b, toDisplayString$2($props.title), 1),
|
|
23380
23379
|
createElementVNode("span", _hoisted_2$I, toDisplayString$2($props.description), 1)
|
|
23381
23380
|
])
|
|
23382
23381
|
]),
|
|
@@ -23457,7 +23456,7 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23457
23456
|
[_directive_color, "#1890ff"],
|
|
23458
23457
|
[_directive_bg_color, "#e6f7ff"]
|
|
23459
23458
|
]),
|
|
23460
|
-
createElementVNode("span", _hoisted_4$
|
|
23459
|
+
createElementVNode("span", _hoisted_4$r, toDisplayString$2(_ctx.$t("Front_Label_Select_Target")), 1)
|
|
23461
23460
|
])
|
|
23462
23461
|
]),
|
|
23463
23462
|
default: withCtx(() => [
|
|
@@ -23492,7 +23491,7 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23492
23491
|
}, 8, ["modelValue", "mask-closable", "draggable"])
|
|
23493
23492
|
]);
|
|
23494
23493
|
}
|
|
23495
|
-
var itemSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23494
|
+
var itemSelect = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/input/item-select.vue"]]);
|
|
23496
23495
|
var __glob_25_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23497
23496
|
__proto__: null,
|
|
23498
23497
|
"default": itemSelect
|
|
@@ -23648,7 +23647,7 @@ var mixinsLink = {
|
|
|
23648
23647
|
}
|
|
23649
23648
|
};
|
|
23650
23649
|
var iLink_vue_vue_type_style_index_0_lang = "";
|
|
23651
|
-
const _sfc_main$
|
|
23650
|
+
const _sfc_main$1n = {
|
|
23652
23651
|
name: "i-link",
|
|
23653
23652
|
mixins: [mixinsLink],
|
|
23654
23653
|
props: {
|
|
@@ -23671,8 +23670,8 @@ const _sfc_main$1m = {
|
|
|
23671
23670
|
}
|
|
23672
23671
|
}
|
|
23673
23672
|
};
|
|
23674
|
-
const _hoisted_1$
|
|
23675
|
-
function _sfc_render$
|
|
23673
|
+
const _hoisted_1$1a = ["href", "target"];
|
|
23674
|
+
function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23676
23675
|
return openBlock(), createElementBlock("a", {
|
|
23677
23676
|
href: _ctx.linkUrl,
|
|
23678
23677
|
target: _ctx.target,
|
|
@@ -23684,13 +23683,46 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23684
23683
|
]
|
|
23685
23684
|
}, [
|
|
23686
23685
|
renderSlot(_ctx.$slots, "default")
|
|
23687
|
-
], 10, _hoisted_1$
|
|
23686
|
+
], 10, _hoisted_1$1a);
|
|
23688
23687
|
}
|
|
23689
|
-
var iLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23688
|
+
var iLink = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/link/i-link.vue"]]);
|
|
23690
23689
|
var __glob_25_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23691
23690
|
__proto__: null,
|
|
23692
23691
|
"default": iLink
|
|
23693
23692
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23693
|
+
const _sfc_main$1m = {
|
|
23694
|
+
name: "loader",
|
|
23695
|
+
mixins: [mixinPage],
|
|
23696
|
+
computed: {
|
|
23697
|
+
...mapState("admin/loader", ["isLoading", "enabled"])
|
|
23698
|
+
},
|
|
23699
|
+
data() {
|
|
23700
|
+
return {};
|
|
23701
|
+
}
|
|
23702
|
+
};
|
|
23703
|
+
const _hoisted_1$19 = {
|
|
23704
|
+
key: 0,
|
|
23705
|
+
class: "page-loader-wrapper"
|
|
23706
|
+
};
|
|
23707
|
+
const _hoisted_2$H = { class: "loader" };
|
|
23708
|
+
const _hoisted_3$B = ["src"];
|
|
23709
|
+
function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23710
|
+
return _ctx.isLoading && _ctx.enabled ? (openBlock(), createElementBlock("div", _hoisted_1$19, [
|
|
23711
|
+
createElementVNode("div", _hoisted_2$H, [
|
|
23712
|
+
createElementVNode("img", {
|
|
23713
|
+
class: "zmdi-hc-spin",
|
|
23714
|
+
src: _ctx.rootPath + "images/logo.svg",
|
|
23715
|
+
width: "64",
|
|
23716
|
+
height: "64"
|
|
23717
|
+
}, null, 8, _hoisted_3$B)
|
|
23718
|
+
])
|
|
23719
|
+
])) : createCommentVNode("v-if", true);
|
|
23720
|
+
}
|
|
23721
|
+
var loader = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/loader/index.vue"]]);
|
|
23722
|
+
var __glob_25_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23723
|
+
__proto__: null,
|
|
23724
|
+
"default": loader
|
|
23725
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
23694
23726
|
/**
|
|
23695
23727
|
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
|
|
23696
23728
|
* For licensing, see LICENSE.md.
|
|
@@ -23925,7 +23957,7 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23925
23957
|
}, null, 8, _hoisted_1$18);
|
|
23926
23958
|
}
|
|
23927
23959
|
var richEditor = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/richEditor/index.vue"]]);
|
|
23928
|
-
var
|
|
23960
|
+
var __glob_25_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23929
23961
|
__proto__: null,
|
|
23930
23962
|
"default": richEditor
|
|
23931
23963
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -23998,7 +24030,7 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23998
24030
|
}, 8, ["action", "headers", "accept", "on-success", "on-error", "before-upload"]);
|
|
23999
24031
|
}
|
|
24000
24032
|
var fileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/upload/file-upload.vue"]]);
|
|
24001
|
-
var
|
|
24033
|
+
var __glob_25_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24002
24034
|
__proto__: null,
|
|
24003
24035
|
"default": fileUpload
|
|
24004
24036
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -24162,7 +24194,7 @@ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24162
24194
|
]);
|
|
24163
24195
|
}
|
|
24164
24196
|
var uploadAttachment = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/upload/upload-attachment.vue"]]);
|
|
24165
|
-
var
|
|
24197
|
+
var __glob_25_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24166
24198
|
__proto__: null,
|
|
24167
24199
|
"default": uploadAttachment
|
|
24168
24200
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -24277,9 +24309,9 @@ const _sfc_main$1i = {
|
|
|
24277
24309
|
}
|
|
24278
24310
|
};
|
|
24279
24311
|
const _hoisted_1$16 = { class: "form-image-group" };
|
|
24280
|
-
const _hoisted_2$
|
|
24281
|
-
const _hoisted_3$
|
|
24282
|
-
const _hoisted_4$
|
|
24312
|
+
const _hoisted_2$G = ["src"];
|
|
24313
|
+
const _hoisted_3$A = { style: { "text-align": "center" } };
|
|
24314
|
+
const _hoisted_4$q = ["download"];
|
|
24283
24315
|
const _hoisted_5$i = ["src"];
|
|
24284
24316
|
function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24285
24317
|
const _component_Icon = resolveComponent("Icon");
|
|
@@ -24298,7 +24330,7 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24298
24330
|
item ? (openBlock(), createElementBlock("img", {
|
|
24299
24331
|
key: 0,
|
|
24300
24332
|
src: _ctx.getImgUrl(item)
|
|
24301
|
-
}, null, 8, _hoisted_2$
|
|
24333
|
+
}, null, 8, _hoisted_2$G)) : createCommentVNode("v-if", true),
|
|
24302
24334
|
createElementVNode("div", {
|
|
24303
24335
|
class: "action",
|
|
24304
24336
|
style: normalizeStyle$1({ width: $props.width == null ? "250px" : $props.width + "px", height: $props.height == null ? "250px" : $props.height + "px" })
|
|
@@ -24386,7 +24418,7 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24386
24418
|
})
|
|
24387
24419
|
]),
|
|
24388
24420
|
default: withCtx(() => [
|
|
24389
|
-
createElementVNode("div", _hoisted_3$
|
|
24421
|
+
createElementVNode("div", _hoisted_3$A, [
|
|
24390
24422
|
createElementVNode("a", {
|
|
24391
24423
|
href: "#",
|
|
24392
24424
|
download: $data.imageUrl,
|
|
@@ -24397,7 +24429,7 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24397
24429
|
src: _ctx.getImgUrl($data.imageUrl),
|
|
24398
24430
|
style: { "max-width": "100%" }
|
|
24399
24431
|
}, null, 8, _hoisted_5$i)) : createCommentVNode("v-if", true)
|
|
24400
|
-
], 8, _hoisted_4$
|
|
24432
|
+
], 8, _hoisted_4$q)
|
|
24401
24433
|
])
|
|
24402
24434
|
]),
|
|
24403
24435
|
_: 1
|
|
@@ -24405,7 +24437,7 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24405
24437
|
]);
|
|
24406
24438
|
}
|
|
24407
24439
|
var uploadImage = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i], ["__scopeId", "data-v-41607b7d"], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/upload/upload-image.vue"]]);
|
|
24408
|
-
var
|
|
24440
|
+
var __glob_25_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24409
24441
|
__proto__: null,
|
|
24410
24442
|
"default": uploadImage
|
|
24411
24443
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -24567,8 +24599,8 @@ const _sfc_main$1h = {
|
|
|
24567
24599
|
}
|
|
24568
24600
|
};
|
|
24569
24601
|
const _hoisted_1$15 = { class: "title" };
|
|
24570
|
-
const _hoisted_2$
|
|
24571
|
-
const _hoisted_3$
|
|
24602
|
+
const _hoisted_2$F = { class: "description" };
|
|
24603
|
+
const _hoisted_3$z = { class: "ivu-ml-8 ivu-mr-8" };
|
|
24572
24604
|
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24573
24605
|
const _component_Tree = resolveComponent("Tree");
|
|
24574
24606
|
const _component_Button = resolveComponent("Button");
|
|
@@ -24586,7 +24618,7 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24586
24618
|
header: withCtx(() => [
|
|
24587
24619
|
createElementVNode("div", null, [
|
|
24588
24620
|
createElementVNode("span", _hoisted_1$15, toDisplayString$2(_ctx.$t("Front_Label_Column_Select")), 1),
|
|
24589
|
-
createElementVNode("span", _hoisted_2$
|
|
24621
|
+
createElementVNode("span", _hoisted_2$F, toDisplayString$2(_ctx.$t("Front_Label_Column_Select_Desc")), 1)
|
|
24590
24622
|
])
|
|
24591
24623
|
]),
|
|
24592
24624
|
footer: withCtx(() => [
|
|
@@ -24604,7 +24636,7 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24604
24636
|
])
|
|
24605
24637
|
]),
|
|
24606
24638
|
default: withCtx(() => [
|
|
24607
|
-
createElementVNode("div", _hoisted_3$
|
|
24639
|
+
createElementVNode("div", _hoisted_3$z, [
|
|
24608
24640
|
createVNode$1(_component_Tree, {
|
|
24609
24641
|
data: $data.data,
|
|
24610
24642
|
onOnSelectChange: $options.select
|
|
@@ -24615,7 +24647,7 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24615
24647
|
}, 8, ["modelValue", "mask-closable", "draggable"]);
|
|
24616
24648
|
}
|
|
24617
24649
|
var columnCheck = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/column-check.vue"]]);
|
|
24618
|
-
var
|
|
24650
|
+
var __glob_25_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24619
24651
|
__proto__: null,
|
|
24620
24652
|
"default": columnCheck
|
|
24621
24653
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -24710,9 +24742,9 @@ const _sfc_main$1g = {
|
|
|
24710
24742
|
}
|
|
24711
24743
|
};
|
|
24712
24744
|
const _hoisted_1$14 = { class: "title" };
|
|
24713
|
-
const _hoisted_2$
|
|
24714
|
-
const _hoisted_3$
|
|
24715
|
-
const _hoisted_4$
|
|
24745
|
+
const _hoisted_2$E = { class: "description" };
|
|
24746
|
+
const _hoisted_3$y = { class: "ivu-ml-8 ivu-mr-8" };
|
|
24747
|
+
const _hoisted_4$p = { class: "title" };
|
|
24716
24748
|
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24717
24749
|
const _component_Radio = resolveComponent("Radio");
|
|
24718
24750
|
const _component_RadioGroup = resolveComponent("RadioGroup");
|
|
@@ -24740,7 +24772,7 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24740
24772
|
header: withCtx(() => [
|
|
24741
24773
|
createElementVNode("div", null, [
|
|
24742
24774
|
createElementVNode("span", _hoisted_1$14, toDisplayString$2(_ctx.$t("Front_Label_Condition_Setting")), 1),
|
|
24743
|
-
createElementVNode("span", _hoisted_2$
|
|
24775
|
+
createElementVNode("span", _hoisted_2$E, toDisplayString$2(_ctx.$t("Front_Label_Condition_Setting_Desc")), 1)
|
|
24744
24776
|
])
|
|
24745
24777
|
]),
|
|
24746
24778
|
footer: withCtx(() => [
|
|
@@ -24768,7 +24800,7 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24768
24800
|
])
|
|
24769
24801
|
]),
|
|
24770
24802
|
default: withCtx(() => [
|
|
24771
|
-
createElementVNode("div", _hoisted_3$
|
|
24803
|
+
createElementVNode("div", _hoisted_3$y, [
|
|
24772
24804
|
createVNode$1(_component_Form, {
|
|
24773
24805
|
ref: "form",
|
|
24774
24806
|
model: $data.data,
|
|
@@ -24853,7 +24885,7 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24853
24885
|
size: "small"
|
|
24854
24886
|
}, {
|
|
24855
24887
|
default: withCtx(() => [
|
|
24856
|
-
createElementVNode("span", _hoisted_4$
|
|
24888
|
+
createElementVNode("span", _hoisted_4$p, toDisplayString$2(_ctx.$t("Front_Label_Condition")), 1)
|
|
24857
24889
|
]),
|
|
24858
24890
|
_: 1
|
|
24859
24891
|
}),
|
|
@@ -24895,7 +24927,7 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24895
24927
|
]);
|
|
24896
24928
|
}
|
|
24897
24929
|
var conditionEdit = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/condition-edit.vue"]]);
|
|
24898
|
-
var
|
|
24930
|
+
var __glob_25_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24899
24931
|
__proto__: null,
|
|
24900
24932
|
"default": conditionEdit
|
|
24901
24933
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -25208,9 +25240,9 @@ const _sfc_main$1f = {
|
|
|
25208
25240
|
}
|
|
25209
25241
|
};
|
|
25210
25242
|
const _hoisted_1$13 = { class: "title" };
|
|
25211
|
-
const _hoisted_2$
|
|
25212
|
-
const _hoisted_3$
|
|
25213
|
-
const _hoisted_4$
|
|
25243
|
+
const _hoisted_2$D = { class: "description" };
|
|
25244
|
+
const _hoisted_3$x = { class: "ivu-ml-8 ivu-mr-8" };
|
|
25245
|
+
const _hoisted_4$o = /* @__PURE__ */ createElementVNode("span", { class: "title" }, "\u53C2\u6570", -1);
|
|
25214
25246
|
const _hoisted_5$h = /* @__PURE__ */ createElementVNode("span", { class: "description" }, "Param", -1);
|
|
25215
25247
|
const _hoisted_6$e = { class: "i-table-no-border" };
|
|
25216
25248
|
const _hoisted_7$c = /* @__PURE__ */ createElementVNode("div", null, [
|
|
@@ -25253,7 +25285,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25253
25285
|
header: withCtx(() => [
|
|
25254
25286
|
createElementVNode("div", null, [
|
|
25255
25287
|
createElementVNode("span", _hoisted_1$13, toDisplayString$2(_ctx.$t("Front_Label_Column_Setting")), 1),
|
|
25256
|
-
createElementVNode("span", _hoisted_2$
|
|
25288
|
+
createElementVNode("span", _hoisted_2$D, toDisplayString$2(_ctx.$t("Front_Label_Column_Setting_Desc")), 1)
|
|
25257
25289
|
])
|
|
25258
25290
|
]),
|
|
25259
25291
|
footer: withCtx(() => [
|
|
@@ -25281,7 +25313,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25281
25313
|
])
|
|
25282
25314
|
]),
|
|
25283
25315
|
default: withCtx(() => [
|
|
25284
|
-
createElementVNode("div", _hoisted_3$
|
|
25316
|
+
createElementVNode("div", _hoisted_3$x, [
|
|
25285
25317
|
createVNode$1(_component_Form, {
|
|
25286
25318
|
ref: "form",
|
|
25287
25319
|
model: $data.data,
|
|
@@ -26514,7 +26546,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26514
26546
|
header: withCtx(() => [
|
|
26515
26547
|
createElementVNode("div", null, [
|
|
26516
26548
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
26517
|
-
_hoisted_4$
|
|
26549
|
+
_hoisted_4$o,
|
|
26518
26550
|
_hoisted_5$h
|
|
26519
26551
|
])
|
|
26520
26552
|
])
|
|
@@ -26760,7 +26792,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26760
26792
|
]);
|
|
26761
26793
|
}
|
|
26762
26794
|
var columnEdit = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/column-edit.vue"]]);
|
|
26763
|
-
var
|
|
26795
|
+
var __glob_25_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26764
26796
|
__proto__: null,
|
|
26765
26797
|
"default": columnEdit
|
|
26766
26798
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -26917,8 +26949,8 @@ const _sfc_main$1e = {
|
|
|
26917
26949
|
}
|
|
26918
26950
|
};
|
|
26919
26951
|
const _hoisted_1$12 = { class: "title" };
|
|
26920
|
-
const _hoisted_2$
|
|
26921
|
-
const _hoisted_3$
|
|
26952
|
+
const _hoisted_2$C = { class: "description" };
|
|
26953
|
+
const _hoisted_3$w = { class: "ivu-ml-8 ivu-mr-8" };
|
|
26922
26954
|
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26923
26955
|
const _component_Tree = resolveComponent("Tree");
|
|
26924
26956
|
const _component_Button = resolveComponent("Button");
|
|
@@ -26936,7 +26968,7 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26936
26968
|
header: withCtx(() => [
|
|
26937
26969
|
createElementVNode("div", null, [
|
|
26938
26970
|
createElementVNode("span", _hoisted_1$12, toDisplayString$2(_ctx.$t("Front_Label_Column_Select")), 1),
|
|
26939
|
-
createElementVNode("span", _hoisted_2$
|
|
26971
|
+
createElementVNode("span", _hoisted_2$C, toDisplayString$2(_ctx.$t("Front_Label_Column_Select_Desc")), 1)
|
|
26940
26972
|
])
|
|
26941
26973
|
]),
|
|
26942
26974
|
footer: withCtx(() => [
|
|
@@ -26964,7 +26996,7 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26964
26996
|
])
|
|
26965
26997
|
]),
|
|
26966
26998
|
default: withCtx(() => [
|
|
26967
|
-
createElementVNode("div", _hoisted_3$
|
|
26999
|
+
createElementVNode("div", _hoisted_3$w, [
|
|
26968
27000
|
createVNode$1(_component_Tree, {
|
|
26969
27001
|
data: $data.data,
|
|
26970
27002
|
"show-checkbox": ""
|
|
@@ -26975,7 +27007,7 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26975
27007
|
}, 8, ["modelValue", "mask-closable", "draggable"]);
|
|
26976
27008
|
}
|
|
26977
27009
|
var columnSelect = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/column-select.vue"]]);
|
|
26978
|
-
var
|
|
27010
|
+
var __glob_25_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26979
27011
|
__proto__: null,
|
|
26980
27012
|
"default": columnSelect
|
|
26981
27013
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -27310,9 +27342,9 @@ const _hoisted_1$11 = /* @__PURE__ */ createElementVNode("div", null, [
|
|
|
27310
27342
|
/* @__PURE__ */ createElementVNode("span", { class: "title" }, "\u7B5B\u9009\u9879\u8BBE\u7F6E"),
|
|
27311
27343
|
/* @__PURE__ */ createElementVNode("span", { class: "description" }, "Filter Setting")
|
|
27312
27344
|
], -1);
|
|
27313
|
-
const _hoisted_2$
|
|
27314
|
-
const _hoisted_3$
|
|
27315
|
-
const _hoisted_4$
|
|
27345
|
+
const _hoisted_2$B = { class: "ivu-ml-8 ivu-mr-8" };
|
|
27346
|
+
const _hoisted_3$v = /* @__PURE__ */ createElementVNode("span", { class: "title" }, "\u53C2\u6570", -1);
|
|
27347
|
+
const _hoisted_4$n = /* @__PURE__ */ createElementVNode("span", { class: "description" }, "Param", -1);
|
|
27316
27348
|
const _hoisted_5$g = { class: "i-table-no-border" };
|
|
27317
27349
|
const _hoisted_6$d = /* @__PURE__ */ createElementVNode("div", null, [
|
|
27318
27350
|
/* @__PURE__ */ createElementVNode("span", { class: "title" }, "\u53C2\u6570\u8BBE\u7F6E"),
|
|
@@ -27378,7 +27410,7 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27378
27410
|
])
|
|
27379
27411
|
]),
|
|
27380
27412
|
default: withCtx(() => [
|
|
27381
|
-
createElementVNode("div", _hoisted_2$
|
|
27413
|
+
createElementVNode("div", _hoisted_2$B, [
|
|
27382
27414
|
createVNode$1(_component_Form, {
|
|
27383
27415
|
ref: "form",
|
|
27384
27416
|
model: $data.data,
|
|
@@ -28011,8 +28043,8 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28011
28043
|
header: withCtx(() => [
|
|
28012
28044
|
createElementVNode("div", null, [
|
|
28013
28045
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
28014
|
-
_hoisted_3$
|
|
28015
|
-
_hoisted_4$
|
|
28046
|
+
_hoisted_3$v,
|
|
28047
|
+
_hoisted_4$n
|
|
28016
28048
|
])
|
|
28017
28049
|
])
|
|
28018
28050
|
]),
|
|
@@ -28258,7 +28290,7 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28258
28290
|
]);
|
|
28259
28291
|
}
|
|
28260
28292
|
var filterEdit = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/filter-edit.vue"]]);
|
|
28261
|
-
var
|
|
28293
|
+
var __glob_25_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28262
28294
|
__proto__: null,
|
|
28263
28295
|
"default": filterEdit
|
|
28264
28296
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -28430,7 +28462,7 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28430
28462
|
]);
|
|
28431
28463
|
}
|
|
28432
28464
|
var filterSetting = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/filter-setting.vue"]]);
|
|
28433
|
-
var
|
|
28465
|
+
var __glob_25_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28434
28466
|
__proto__: null,
|
|
28435
28467
|
"default": filterSetting
|
|
28436
28468
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -35386,9 +35418,9 @@ const _sfc_main$1b = {
|
|
|
35386
35418
|
}
|
|
35387
35419
|
};
|
|
35388
35420
|
const _hoisted_1$10 = ["id", "onMouseover", "onMouseleave"];
|
|
35389
|
-
const _hoisted_2$
|
|
35390
|
-
const _hoisted_3$
|
|
35391
|
-
const _hoisted_4$
|
|
35421
|
+
const _hoisted_2$A = { style: { "position": "absolute", "z-index": "100", "top": "4px", "right": "4px" } };
|
|
35422
|
+
const _hoisted_3$u = { key: 2 };
|
|
35423
|
+
const _hoisted_4$m = { class: "title" };
|
|
35392
35424
|
const _hoisted_5$f = { key: 3 };
|
|
35393
35425
|
const _hoisted_6$c = { class: "title" };
|
|
35394
35426
|
const _hoisted_7$a = ["title"];
|
|
@@ -35449,7 +35481,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35449
35481
|
onMouseover: ($event) => $options.mouseover(column),
|
|
35450
35482
|
onMouseleave: ($event) => $options.mouseleave(column)
|
|
35451
35483
|
}, [
|
|
35452
|
-
createElementVNode("div", _hoisted_2$
|
|
35484
|
+
createElementVNode("div", _hoisted_2$A, [
|
|
35453
35485
|
column._editable ? (openBlock(), createBlock(_component_Button, {
|
|
35454
35486
|
key: 0,
|
|
35455
35487
|
size: "small",
|
|
@@ -35480,7 +35512,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35480
35512
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" })
|
|
35481
35513
|
}, toDisplayString$2($options.getNameI18n(column)) + " " + toDisplayString$2(_ctx.showData($data.data, column)), 5)
|
|
35482
35514
|
])) : createCommentVNode("v-if", true),
|
|
35483
|
-
column.controlType === "Table" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
35515
|
+
column.controlType === "Table" ? (openBlock(), createElementBlock("div", _hoisted_3$u, [
|
|
35484
35516
|
createVNode$1(_component_Divider, {
|
|
35485
35517
|
plain: true,
|
|
35486
35518
|
dashed: "",
|
|
@@ -35488,7 +35520,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35488
35520
|
size: "small"
|
|
35489
35521
|
}, {
|
|
35490
35522
|
default: withCtx(() => [
|
|
35491
|
-
createElementVNode("span", _hoisted_4$
|
|
35523
|
+
createElementVNode("span", _hoisted_4$m, toDisplayString$2($options.getNameI18n(column)), 1)
|
|
35492
35524
|
]),
|
|
35493
35525
|
_: 2
|
|
35494
35526
|
}, 1024),
|
|
@@ -35888,7 +35920,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35888
35920
|
]);
|
|
35889
35921
|
}
|
|
35890
35922
|
var viewFormDraggable = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/view-form-draggable.vue"]]);
|
|
35891
|
-
var
|
|
35923
|
+
var __glob_25_30 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35892
35924
|
__proto__: null,
|
|
35893
35925
|
"default": viewFormDraggable
|
|
35894
35926
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -36097,9 +36129,9 @@ const _sfc_main$1a = {
|
|
|
36097
36129
|
}
|
|
36098
36130
|
};
|
|
36099
36131
|
const _hoisted_1$$ = { class: "title" };
|
|
36100
|
-
const _hoisted_2$
|
|
36101
|
-
const _hoisted_3$
|
|
36102
|
-
const _hoisted_4$
|
|
36132
|
+
const _hoisted_2$z = { class: "description" };
|
|
36133
|
+
const _hoisted_3$t = { class: "container" };
|
|
36134
|
+
const _hoisted_4$l = { class: "left" };
|
|
36103
36135
|
const _hoisted_5$e = { style: { "width": "100%", "display": "flex" } };
|
|
36104
36136
|
const _hoisted_6$b = { style: { "width": "50%", "float": "left" } };
|
|
36105
36137
|
const _hoisted_7$9 = { class: "right" };
|
|
@@ -36132,7 +36164,7 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36132
36164
|
createElementVNode("div", null, [
|
|
36133
36165
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
36134
36166
|
createElementVNode("span", _hoisted_1$$, toDisplayString$2($data.dataView.name), 1),
|
|
36135
|
-
createElementVNode("span", _hoisted_2$
|
|
36167
|
+
createElementVNode("span", _hoisted_2$z, toDisplayString$2($data.dataView.description), 1)
|
|
36136
36168
|
], true)
|
|
36137
36169
|
])
|
|
36138
36170
|
]),
|
|
@@ -36197,8 +36229,8 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36197
36229
|
])
|
|
36198
36230
|
]),
|
|
36199
36231
|
default: withCtx(() => [
|
|
36200
|
-
createElementVNode("div", _hoisted_3$
|
|
36201
|
-
createElementVNode("div", _hoisted_4$
|
|
36232
|
+
createElementVNode("div", _hoisted_3$t, [
|
|
36233
|
+
createElementVNode("div", _hoisted_4$l, [
|
|
36202
36234
|
createVNode$1(_component_Card, {
|
|
36203
36235
|
bordered: false,
|
|
36204
36236
|
"dis-hover": "",
|
|
@@ -36347,7 +36379,7 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36347
36379
|
]);
|
|
36348
36380
|
}
|
|
36349
36381
|
var formSettingLayout = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a], ["__scopeId", "data-v-5a7f5816"], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/form-setting-layout.vue"]]);
|
|
36350
|
-
var
|
|
36382
|
+
var __glob_25_19 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36351
36383
|
__proto__: null,
|
|
36352
36384
|
"default": formSettingLayout
|
|
36353
36385
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -36674,7 +36706,7 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36674
36706
|
]);
|
|
36675
36707
|
}
|
|
36676
36708
|
var formSetting = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/form-setting.vue"]]);
|
|
36677
|
-
var
|
|
36709
|
+
var __glob_25_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36678
36710
|
__proto__: null,
|
|
36679
36711
|
"default": formSetting
|
|
36680
36712
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -36826,7 +36858,7 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36826
36858
|
]);
|
|
36827
36859
|
}
|
|
36828
36860
|
var groupColumn = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/group-column.vue"]]);
|
|
36829
|
-
var
|
|
36861
|
+
var __glob_25_21 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36830
36862
|
__proto__: null,
|
|
36831
36863
|
"default": groupColumn
|
|
36832
36864
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -36981,7 +37013,7 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36981
37013
|
]);
|
|
36982
37014
|
}
|
|
36983
37015
|
var groupMethod = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/group-method.vue"]]);
|
|
36984
|
-
var
|
|
37016
|
+
var __glob_25_22 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36985
37017
|
__proto__: null,
|
|
36986
37018
|
"default": groupMethod
|
|
36987
37019
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -37212,9 +37244,9 @@ const _sfc_main$16 = {
|
|
|
37212
37244
|
}
|
|
37213
37245
|
};
|
|
37214
37246
|
const _hoisted_1$Y = { class: "title" };
|
|
37215
|
-
const _hoisted_2$
|
|
37216
|
-
const _hoisted_3$
|
|
37217
|
-
const _hoisted_4$
|
|
37247
|
+
const _hoisted_2$y = { class: "description" };
|
|
37248
|
+
const _hoisted_3$s = { class: "i-table-no-border" };
|
|
37249
|
+
const _hoisted_4$k = { class: "title" };
|
|
37218
37250
|
const _hoisted_5$d = { class: "description" };
|
|
37219
37251
|
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
37220
37252
|
const _component_Button = resolveComponent("Button");
|
|
@@ -37243,7 +37275,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37243
37275
|
header: withCtx(() => [
|
|
37244
37276
|
createElementVNode("div", null, [
|
|
37245
37277
|
createElementVNode("span", _hoisted_1$Y, toDisplayString$2(_ctx.$t("Front_Label_Sorting_Setting")), 1),
|
|
37246
|
-
createElementVNode("span", _hoisted_2$
|
|
37278
|
+
createElementVNode("span", _hoisted_2$y, toDisplayString$2(_ctx.$t("Front_Label_Filtering_Setting_Desc")), 1)
|
|
37247
37279
|
])
|
|
37248
37280
|
]),
|
|
37249
37281
|
footer: withCtx(() => [
|
|
@@ -37270,7 +37302,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37270
37302
|
}, 8, ["onClick"])
|
|
37271
37303
|
]),
|
|
37272
37304
|
default: withCtx(() => [
|
|
37273
|
-
createElementVNode("div", _hoisted_3$
|
|
37305
|
+
createElementVNode("div", _hoisted_3$s, [
|
|
37274
37306
|
createVNode$1(_component_Table, {
|
|
37275
37307
|
stripe: "",
|
|
37276
37308
|
columns: $options.columnsFiltering,
|
|
@@ -37325,7 +37357,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37325
37357
|
}, {
|
|
37326
37358
|
header: withCtx(() => [
|
|
37327
37359
|
createElementVNode("div", null, [
|
|
37328
|
-
createElementVNode("span", _hoisted_4$
|
|
37360
|
+
createElementVNode("span", _hoisted_4$k, toDisplayString$2(_ctx.$t("Front_Label_Filtering_Setting_Edit")), 1),
|
|
37329
37361
|
createElementVNode("span", _hoisted_5$d, toDisplayString$2(_ctx.$t("Front_Label_Filtering_Setting_Edit_Desc")), 1)
|
|
37330
37362
|
])
|
|
37331
37363
|
]),
|
|
@@ -37443,7 +37475,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37443
37475
|
], 2112);
|
|
37444
37476
|
}
|
|
37445
37477
|
var modalFormFilter = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/modal-form-filter.vue"]]);
|
|
37446
|
-
var
|
|
37478
|
+
var __glob_25_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
37447
37479
|
__proto__: null,
|
|
37448
37480
|
"default": modalFormFilter
|
|
37449
37481
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -37606,9 +37638,9 @@ const _sfc_main$15 = {
|
|
|
37606
37638
|
}
|
|
37607
37639
|
};
|
|
37608
37640
|
const _hoisted_1$X = { class: "title" };
|
|
37609
|
-
const _hoisted_2$
|
|
37610
|
-
const _hoisted_3$
|
|
37611
|
-
const _hoisted_4$
|
|
37641
|
+
const _hoisted_2$x = { class: "description" };
|
|
37642
|
+
const _hoisted_3$r = { class: "i-table-no-border" };
|
|
37643
|
+
const _hoisted_4$j = { class: "title" };
|
|
37612
37644
|
const _hoisted_5$c = { class: "description" };
|
|
37613
37645
|
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
37614
37646
|
const _component_Button = resolveComponent("Button");
|
|
@@ -37637,7 +37669,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37637
37669
|
header: withCtx(() => [
|
|
37638
37670
|
createElementVNode("div", null, [
|
|
37639
37671
|
createElementVNode("span", _hoisted_1$X, toDisplayString$2(_ctx.$t("Front_Label_Sorting_Setting")), 1),
|
|
37640
|
-
createElementVNode("span", _hoisted_2$
|
|
37672
|
+
createElementVNode("span", _hoisted_2$x, toDisplayString$2(_ctx.$t("Front_Label_Sorting_Setting_Desc")), 1)
|
|
37641
37673
|
])
|
|
37642
37674
|
]),
|
|
37643
37675
|
footer: withCtx(() => [
|
|
@@ -37664,7 +37696,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37664
37696
|
}, 8, ["onClick"])
|
|
37665
37697
|
]),
|
|
37666
37698
|
default: withCtx(() => [
|
|
37667
|
-
createElementVNode("div", _hoisted_3$
|
|
37699
|
+
createElementVNode("div", _hoisted_3$r, [
|
|
37668
37700
|
createVNode$1(_component_Table, {
|
|
37669
37701
|
stripe: "",
|
|
37670
37702
|
columns: $options.columnsSorting,
|
|
@@ -37719,7 +37751,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37719
37751
|
}, {
|
|
37720
37752
|
header: withCtx(() => [
|
|
37721
37753
|
createElementVNode("div", null, [
|
|
37722
|
-
createElementVNode("span", _hoisted_4$
|
|
37754
|
+
createElementVNode("span", _hoisted_4$j, toDisplayString$2(_ctx.$t("Front_Label_Sorting_Setting_Edit")), 1),
|
|
37723
37755
|
createElementVNode("span", _hoisted_5$c, toDisplayString$2(_ctx.$t("Front_Label_Sorting_Setting_Edit_Desc")), 1)
|
|
37724
37756
|
])
|
|
37725
37757
|
]),
|
|
@@ -37820,7 +37852,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37820
37852
|
], 2112);
|
|
37821
37853
|
}
|
|
37822
37854
|
var modalFormSort = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/modal-form-sort.vue"]]);
|
|
37823
|
-
var
|
|
37855
|
+
var __glob_25_24 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
37824
37856
|
__proto__: null,
|
|
37825
37857
|
"default": modalFormSort
|
|
37826
37858
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -38062,8 +38094,8 @@ const _sfc_main$14 = {
|
|
|
38062
38094
|
}
|
|
38063
38095
|
};
|
|
38064
38096
|
const _hoisted_1$W = { class: "title" };
|
|
38065
|
-
const _hoisted_2$
|
|
38066
|
-
const _hoisted_3$
|
|
38097
|
+
const _hoisted_2$w = { class: "description" };
|
|
38098
|
+
const _hoisted_3$q = { class: "ivu-ml-8 ivu-mr-8" };
|
|
38067
38099
|
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
38068
38100
|
const _component_Icon = resolveComponent("Icon");
|
|
38069
38101
|
const _component_view_form = resolveComponent("view-form");
|
|
@@ -38090,7 +38122,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38090
38122
|
createCommentVNode("\r\n @slot \u9875\u5934\r\n "),
|
|
38091
38123
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
38092
38124
|
createElementVNode("span", _hoisted_1$W, toDisplayString$2($options.getNameI18n($data.formView)), 1),
|
|
38093
|
-
createElementVNode("span", _hoisted_2$
|
|
38125
|
+
createElementVNode("span", _hoisted_2$w, toDisplayString$2($options.getDescI18n($data.formView)), 1)
|
|
38094
38126
|
])
|
|
38095
38127
|
])
|
|
38096
38128
|
]),
|
|
@@ -38131,7 +38163,8 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38131
38163
|
createTextVNode(toDisplayString$2(_ctx.$t("Front_Btn_Save")), 1)
|
|
38132
38164
|
]),
|
|
38133
38165
|
_: 1
|
|
38134
|
-
}, 8, ["onClick"])) : createCommentVNode("v-if", true)
|
|
38166
|
+
}, 8, ["onClick"])) : createCommentVNode("v-if", true),
|
|
38167
|
+
createCommentVNode(` <Button type="primary" custom-icon="fa fa-print" @click="$refs.form.print()">{{ $t('Front_Btn_Print') }}</Button> `)
|
|
38135
38168
|
]),
|
|
38136
38169
|
createVNode$1(_component_Button, {
|
|
38137
38170
|
type: "default",
|
|
@@ -38153,7 +38186,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38153
38186
|
])
|
|
38154
38187
|
]),
|
|
38155
38188
|
default: withCtx(() => [
|
|
38156
|
-
createElementVNode("div", _hoisted_3$
|
|
38189
|
+
createElementVNode("div", _hoisted_3$q, [
|
|
38157
38190
|
createVNode$1(_component_view_form, {
|
|
38158
38191
|
ref: "form",
|
|
38159
38192
|
"view-code": $props.viewCode,
|
|
@@ -38225,7 +38258,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38225
38258
|
]);
|
|
38226
38259
|
}
|
|
38227
38260
|
var modalForm = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/modal-form.vue"]]);
|
|
38228
|
-
var
|
|
38261
|
+
var __glob_25_25 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
38229
38262
|
__proto__: null,
|
|
38230
38263
|
"default": modalForm
|
|
38231
38264
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -38491,8 +38524,8 @@ const _sfc_main$13 = {
|
|
|
38491
38524
|
}
|
|
38492
38525
|
};
|
|
38493
38526
|
const _hoisted_1$V = { class: "title" };
|
|
38494
|
-
const _hoisted_2$
|
|
38495
|
-
const _hoisted_3$
|
|
38527
|
+
const _hoisted_2$v = { class: "description" };
|
|
38528
|
+
const _hoisted_3$p = { class: "ivu-ml-8 ivu-mr-8" };
|
|
38496
38529
|
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
38497
38530
|
const _component_Icon = resolveComponent("Icon");
|
|
38498
38531
|
const _component_view_table = resolveComponent("view-table");
|
|
@@ -38517,7 +38550,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38517
38550
|
createCommentVNode("\r\n @slot \u9875\u5934\r\n "),
|
|
38518
38551
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
38519
38552
|
createElementVNode("span", _hoisted_1$V, toDisplayString$2($options.getNameI18n($data.tableView)), 1),
|
|
38520
|
-
createElementVNode("span", _hoisted_2$
|
|
38553
|
+
createElementVNode("span", _hoisted_2$v, toDisplayString$2($options.getDescI18n($data.tableView)), 1)
|
|
38521
38554
|
])
|
|
38522
38555
|
])
|
|
38523
38556
|
]),
|
|
@@ -38551,7 +38584,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38551
38584
|
])
|
|
38552
38585
|
]),
|
|
38553
38586
|
default: withCtx(() => [
|
|
38554
|
-
createElementVNode("div", _hoisted_3$
|
|
38587
|
+
createElementVNode("div", _hoisted_3$p, [
|
|
38555
38588
|
createVNode$1(_component_view_table, {
|
|
38556
38589
|
ref: "table",
|
|
38557
38590
|
"view-code": $props.viewCode,
|
|
@@ -38645,7 +38678,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38645
38678
|
}, 8, ["modelValue", "fullscreen", "mask-closable", "draggable", "width", "before-close", "footer-hide", "onOnVisibleChange"]);
|
|
38646
38679
|
}
|
|
38647
38680
|
var modalTable = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/modal-table.vue"]]);
|
|
38648
|
-
var
|
|
38681
|
+
var __glob_25_26 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
38649
38682
|
__proto__: null,
|
|
38650
38683
|
"default": modalTable
|
|
38651
38684
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -39083,11 +39116,11 @@ const _sfc_main$12 = {
|
|
|
39083
39116
|
}
|
|
39084
39117
|
};
|
|
39085
39118
|
const _hoisted_1$U = { style: { "display": "contents" } };
|
|
39086
|
-
const _hoisted_2$
|
|
39119
|
+
const _hoisted_2$u = {
|
|
39087
39120
|
key: 1,
|
|
39088
39121
|
class: "label"
|
|
39089
39122
|
};
|
|
39090
|
-
const _hoisted_3$
|
|
39123
|
+
const _hoisted_3$o = {
|
|
39091
39124
|
key: 16,
|
|
39092
39125
|
style: { "line-height": "24px" }
|
|
39093
39126
|
};
|
|
@@ -39127,7 +39160,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39127
39160
|
column,
|
|
39128
39161
|
code: column.code
|
|
39129
39162
|
})
|
|
39130
|
-
], 64)) : column.controlType === "Label" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
39163
|
+
], 64)) : column.controlType === "Label" ? (openBlock(), createElementBlock("div", _hoisted_2$u, [
|
|
39131
39164
|
createElementVNode("div", null, toDisplayString$2(_ctx.showData($data.data, column)), 1)
|
|
39132
39165
|
])) : column.controlType === "TextInput" ? (openBlock(), createBlock(_component_Input, {
|
|
39133
39166
|
key: 2,
|
|
@@ -39343,7 +39376,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39343
39376
|
"model-value": !!$options.parseFilterData($data.data, column),
|
|
39344
39377
|
"onUpdate:modelValue": ($event) => $options.setFilterData($data.data, column, $event),
|
|
39345
39378
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
39346
|
-
}, null, 8, ["model-value", "onUpdate:modelValue", "onOnChange"])) : column.controlType === "Switch" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
39379
|
+
}, null, 8, ["model-value", "onUpdate:modelValue", "onOnChange"])) : column.controlType === "Switch" ? (openBlock(), createElementBlock("div", _hoisted_3$o, [
|
|
39347
39380
|
createVNode$1(_component_Switch, {
|
|
39348
39381
|
size: "small",
|
|
39349
39382
|
"model-value": !!$options.parseFilterData($data.data, column),
|
|
@@ -39414,7 +39447,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39414
39447
|
]);
|
|
39415
39448
|
}
|
|
39416
39449
|
var tableFilter = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/table-filter.vue"]]);
|
|
39417
|
-
var
|
|
39450
|
+
var __glob_25_27 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
39418
39451
|
__proto__: null,
|
|
39419
39452
|
"default": tableFilter
|
|
39420
39453
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -39687,9 +39720,9 @@ const _sfc_main$11 = {
|
|
|
39687
39720
|
}
|
|
39688
39721
|
};
|
|
39689
39722
|
const _hoisted_1$T = { key: 0 };
|
|
39690
|
-
const _hoisted_2$
|
|
39691
|
-
const _hoisted_3$
|
|
39692
|
-
const _hoisted_4$
|
|
39723
|
+
const _hoisted_2$t = { key: 1 };
|
|
39724
|
+
const _hoisted_3$n = { key: 2 };
|
|
39725
|
+
const _hoisted_4$i = { key: 3 };
|
|
39693
39726
|
const _hoisted_5$b = { key: 4 };
|
|
39694
39727
|
const _hoisted_6$a = { key: 5 };
|
|
39695
39728
|
const _hoisted_7$8 = { key: 6 };
|
|
@@ -39836,7 +39869,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39836
39869
|
onClick: _cache[0] || (_cache[0] = ($event) => $options.keywordColumnOpen())
|
|
39837
39870
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
39838
39871
|
])) : createCommentVNode("v-if", true),
|
|
39839
|
-
code2 == "sorting" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
39872
|
+
code2 == "sorting" ? (openBlock(), createElementBlock("div", _hoisted_2$t, [
|
|
39840
39873
|
createVNode$1(_component_Input, {
|
|
39841
39874
|
type: "text",
|
|
39842
39875
|
readonly: true,
|
|
@@ -39853,7 +39886,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39853
39886
|
_: 1
|
|
39854
39887
|
}, 8, ["modelValue"])
|
|
39855
39888
|
])) : createCommentVNode("v-if", true),
|
|
39856
|
-
code2 == "filtering" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
39889
|
+
code2 == "filtering" ? (openBlock(), createElementBlock("div", _hoisted_3$n, [
|
|
39857
39890
|
createVNode$1(_component_Input, {
|
|
39858
39891
|
type: "text",
|
|
39859
39892
|
readonly: true,
|
|
@@ -39870,7 +39903,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39870
39903
|
_: 1
|
|
39871
39904
|
}, 8, ["modelValue"])
|
|
39872
39905
|
])) : createCommentVNode("v-if", true),
|
|
39873
|
-
code2 == "batchSelectDataCode" ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
39906
|
+
code2 == "batchSelectDataCode" ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
|
|
39874
39907
|
createVNode$1(_component_Input, {
|
|
39875
39908
|
type: "text",
|
|
39876
39909
|
readonly: true,
|
|
@@ -40129,7 +40162,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40129
40162
|
]);
|
|
40130
40163
|
}
|
|
40131
40164
|
var tableSetting = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/table-setting.vue"]]);
|
|
40132
|
-
var
|
|
40165
|
+
var __glob_25_28 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
40133
40166
|
__proto__: null,
|
|
40134
40167
|
"default": tableSetting
|
|
40135
40168
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -40480,7 +40513,7 @@ const _sfc_main$10 = {
|
|
|
40480
40513
|
}
|
|
40481
40514
|
};
|
|
40482
40515
|
const _hoisted_1$S = ["id"];
|
|
40483
|
-
const _hoisted_2$
|
|
40516
|
+
const _hoisted_2$s = { style: { "height": "32px" } };
|
|
40484
40517
|
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
40485
40518
|
const _component_Button = resolveComponent("Button");
|
|
40486
40519
|
const _component_Input = resolveComponent("Input");
|
|
@@ -40492,7 +40525,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40492
40525
|
id: $data.uid,
|
|
40493
40526
|
style: normalizeStyle$1([{ "margin": "auto" }, { height: $data.setting.chartHeight ? $data.setting.chartHeight + "px" : "400px", width: $data.setting.chartWidth ? $data.setting.chartWidth + "px" : "95%" }])
|
|
40494
40527
|
}, null, 12, _hoisted_1$S)) : createCommentVNode("v-if", true),
|
|
40495
|
-
createElementVNode("div", _hoisted_2$
|
|
40528
|
+
createElementVNode("div", _hoisted_2$s, [
|
|
40496
40529
|
_ctx.allow("permission/tableView") ? (openBlock(), createBlock(_component_Button, {
|
|
40497
40530
|
key: 0,
|
|
40498
40531
|
class: "ivu-fr",
|
|
@@ -40563,7 +40596,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40563
40596
|
]);
|
|
40564
40597
|
}
|
|
40565
40598
|
var viewChart = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/view-chart.vue"]]);
|
|
40566
|
-
var
|
|
40599
|
+
var __glob_25_29 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
40567
40600
|
__proto__: null,
|
|
40568
40601
|
"default": viewChart
|
|
40569
40602
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -41336,16 +41369,17 @@ const _sfc_main$$ = {
|
|
|
41336
41369
|
}
|
|
41337
41370
|
}
|
|
41338
41371
|
};
|
|
41339
|
-
const _hoisted_1$R = {
|
|
41340
|
-
const _hoisted_2$
|
|
41341
|
-
const _hoisted_3$
|
|
41342
|
-
const _hoisted_4$
|
|
41343
|
-
const _hoisted_5$a =
|
|
41344
|
-
const _hoisted_6$9 = ["
|
|
41372
|
+
const _hoisted_1$R = { ref: "content" };
|
|
41373
|
+
const _hoisted_2$r = { key: 2 };
|
|
41374
|
+
const _hoisted_3$m = { class: "title" };
|
|
41375
|
+
const _hoisted_4$h = { key: 3 };
|
|
41376
|
+
const _hoisted_5$a = { class: "title" };
|
|
41377
|
+
const _hoisted_6$9 = ["title"];
|
|
41345
41378
|
const _hoisted_7$7 = ["innerHTML"];
|
|
41346
|
-
const _hoisted_8$7 = ["
|
|
41347
|
-
const _hoisted_9$7 = ["
|
|
41348
|
-
const _hoisted_10$5 = ["
|
|
41379
|
+
const _hoisted_8$7 = ["innerHTML"];
|
|
41380
|
+
const _hoisted_9$7 = ["href", "target"];
|
|
41381
|
+
const _hoisted_10$5 = ["innerHTML"];
|
|
41382
|
+
const _hoisted_11$4 = ["href"];
|
|
41349
41383
|
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
41350
41384
|
const _component_Divider = resolveComponent("Divider");
|
|
41351
41385
|
const _component_view_table = resolveComponent("view-table");
|
|
@@ -41372,7 +41406,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
41372
41406
|
const _component_Col = resolveComponent("Col");
|
|
41373
41407
|
const _component_Row = resolveComponent("Row");
|
|
41374
41408
|
const _component_Form = resolveComponent("Form");
|
|
41375
|
-
return openBlock(), createElementBlock("div",
|
|
41409
|
+
return openBlock(), createElementBlock("div", _hoisted_1$R, [
|
|
41376
41410
|
createCommentVNode("\r\n @slot \u9876\u90E8\r\n "),
|
|
41377
41411
|
renderSlot(_ctx.$slots, "top", { form: this }),
|
|
41378
41412
|
createVNode$1(_component_Form, {
|
|
@@ -41412,7 +41446,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
41412
41446
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" })
|
|
41413
41447
|
}, toDisplayString$2($options.getNameI18n(column)) + " " + toDisplayString$2(_ctx.showData($data.data, column)), 5)
|
|
41414
41448
|
])) : createCommentVNode("v-if", true),
|
|
41415
|
-
column.controlType === "Table" ? (openBlock(), createElementBlock("div",
|
|
41449
|
+
column.controlType === "Table" ? (openBlock(), createElementBlock("div", _hoisted_2$r, [
|
|
41416
41450
|
createVNode$1(_component_Divider, {
|
|
41417
41451
|
plain: true,
|
|
41418
41452
|
dashed: "",
|
|
@@ -41420,7 +41454,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
41420
41454
|
size: "small"
|
|
41421
41455
|
}, {
|
|
41422
41456
|
default: withCtx(() => [
|
|
41423
|
-
createElementVNode("span",
|
|
41457
|
+
createElementVNode("span", _hoisted_3$m, toDisplayString$2($options.getNameI18n(column)), 1)
|
|
41424
41458
|
]),
|
|
41425
41459
|
_: 2
|
|
41426
41460
|
}, 1024),
|
|
@@ -41459,7 +41493,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
41459
41493
|
_: 2
|
|
41460
41494
|
}, 1032, ["view-code", "readonly", "parent-data", "onOnChange"])
|
|
41461
41495
|
])) : createCommentVNode("v-if", true),
|
|
41462
|
-
column.controlType === "List" ? (openBlock(), createElementBlock("div",
|
|
41496
|
+
column.controlType === "List" ? (openBlock(), createElementBlock("div", _hoisted_4$h, [
|
|
41463
41497
|
createVNode$1(_component_Divider, {
|
|
41464
41498
|
plain: true,
|
|
41465
41499
|
dashed: "",
|
|
@@ -41467,7 +41501,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
41467
41501
|
size: "small"
|
|
41468
41502
|
}, {
|
|
41469
41503
|
default: withCtx(() => [
|
|
41470
|
-
createElementVNode("span",
|
|
41504
|
+
createElementVNode("span", _hoisted_5$a, toDisplayString$2($options.getNameI18n(column)), 1)
|
|
41471
41505
|
]),
|
|
41472
41506
|
_: 2
|
|
41473
41507
|
}, 1024),
|
|
@@ -41503,11 +41537,11 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
41503
41537
|
createElementVNode("div", {
|
|
41504
41538
|
class: normalizeClass({ error: $data.compareData != null && _ctx.parseData($data.data, column.code) != _ctx.parseData($data.compareData, column.code) }),
|
|
41505
41539
|
innerHTML: _ctx.showData($data.data, column)
|
|
41506
|
-
}, null, 10,
|
|
41507
|
-
], 8,
|
|
41540
|
+
}, null, 10, _hoisted_7$7)
|
|
41541
|
+
], 8, _hoisted_6$9)) : column.controlType === "Description" ? (openBlock(), createElementBlock("div", {
|
|
41508
41542
|
key: 2,
|
|
41509
41543
|
innerHTML: _ctx.showMultiLine(column.description)
|
|
41510
|
-
}, null, 8,
|
|
41544
|
+
}, null, 8, _hoisted_8$7)) : createCommentVNode("v-if", true),
|
|
41511
41545
|
column.controlType === "Hyperlink" ? (openBlock(), createElementBlock("a", {
|
|
41512
41546
|
key: 3,
|
|
41513
41547
|
href: _ctx.getHyperlink($data.data, column.hyperlink),
|
|
@@ -41515,8 +41549,8 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
41515
41549
|
}, [
|
|
41516
41550
|
createElementVNode("span", {
|
|
41517
41551
|
innerHTML: _ctx.showData($data.data, column)
|
|
41518
|
-
}, null, 8,
|
|
41519
|
-
], 8,
|
|
41552
|
+
}, null, 8, _hoisted_10$5)
|
|
41553
|
+
], 8, _hoisted_9$7)) : column.controlType === "TextInput" ? (openBlock(), createBlock(_component_Input, {
|
|
41520
41554
|
key: 4,
|
|
41521
41555
|
type: "text",
|
|
41522
41556
|
"model-value": _ctx.parseData($data.data, column.code),
|
|
@@ -41846,7 +41880,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
41846
41880
|
createVNode$1(_component_Icon, { type: "ios-document" }),
|
|
41847
41881
|
createTextVNode(" " + toDisplayString$2(attachment.name), 1)
|
|
41848
41882
|
])
|
|
41849
|
-
], 8,
|
|
41883
|
+
], 8, _hoisted_11$4);
|
|
41850
41884
|
}), 128)) : createCommentVNode("v-if", true)
|
|
41851
41885
|
], 64)) : column.controlType === "Image" ? (openBlock(), createBlock(_component_upload_image, {
|
|
41852
41886
|
key: 25,
|
|
@@ -41909,10 +41943,10 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
41909
41943
|
createCommentVNode(` <FooterToolbar>\r
|
|
41910
41944
|
<Button type="primary" size="large">{{ $t('Front_Btn_Submit') }}</Button>\r
|
|
41911
41945
|
</FooterToolbar>`)
|
|
41912
|
-
]);
|
|
41946
|
+
], 512);
|
|
41913
41947
|
}
|
|
41914
41948
|
var viewForm = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/view-form.vue"]]);
|
|
41915
|
-
var
|
|
41949
|
+
var __glob_25_31 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
41916
41950
|
__proto__: null,
|
|
41917
41951
|
"default": viewForm
|
|
41918
41952
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -43456,9 +43490,9 @@ const _sfc_main$_ = {
|
|
|
43456
43490
|
}
|
|
43457
43491
|
};
|
|
43458
43492
|
const _hoisted_1$Q = { class: "title" };
|
|
43459
|
-
const _hoisted_2$
|
|
43460
|
-
const _hoisted_3$
|
|
43461
|
-
const _hoisted_4$
|
|
43493
|
+
const _hoisted_2$q = { ref: "filterCommand" };
|
|
43494
|
+
const _hoisted_3$l = ["title", "innerHTML"];
|
|
43495
|
+
const _hoisted_4$g = ["href", "target"];
|
|
43462
43496
|
const _hoisted_5$9 = ["innerHTML"];
|
|
43463
43497
|
const _hoisted_6$8 = {
|
|
43464
43498
|
key: 10,
|
|
@@ -43530,7 +43564,7 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
43530
43564
|
}, ["prevent"]))
|
|
43531
43565
|
}, {
|
|
43532
43566
|
default: withCtx(() => [
|
|
43533
|
-
createElementVNode("div", _hoisted_2$
|
|
43567
|
+
createElementVNode("div", _hoisted_2$q, [
|
|
43534
43568
|
createVNode$1(_component_Row, {
|
|
43535
43569
|
gutter: 24,
|
|
43536
43570
|
type: "flex",
|
|
@@ -43726,7 +43760,7 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
43726
43760
|
title: column.isSingleLine ? _ctx.showData($options.rowData(row, index2), column) : null,
|
|
43727
43761
|
class: normalizeClass({ "single-line": column.isSingleLine }),
|
|
43728
43762
|
innerHTML: _ctx.showData($options.rowData(row, index2), column)
|
|
43729
|
-
}, null, 10, _hoisted_3$
|
|
43763
|
+
}, null, 10, _hoisted_3$l)) : column.controlType === "Hyperlink" ? (openBlock(), createElementBlock("a", {
|
|
43730
43764
|
key: 2,
|
|
43731
43765
|
href: _ctx.getHyperlink($options.rowData(row, index2), column.hyperlink),
|
|
43732
43766
|
target: column.isNewWindow ? "_blank" : ""
|
|
@@ -43734,7 +43768,7 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
43734
43768
|
createElementVNode("span", {
|
|
43735
43769
|
innerHTML: _ctx.showData($options.rowData(row, index2), column)
|
|
43736
43770
|
}, null, 8, _hoisted_5$9)
|
|
43737
|
-
], 8, _hoisted_4$
|
|
43771
|
+
], 8, _hoisted_4$g)) : column.controlType === "TextInput" ? (openBlock(), createBlock(_component_Input, {
|
|
43738
43772
|
key: 3,
|
|
43739
43773
|
type: "text",
|
|
43740
43774
|
size: "small",
|
|
@@ -44306,7 +44340,7 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
44306
44340
|
], 2);
|
|
44307
44341
|
}
|
|
44308
44342
|
var viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-217bfb20"], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/view-table.vue"]]);
|
|
44309
|
-
var
|
|
44343
|
+
var __glob_25_32 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44310
44344
|
__proto__: null,
|
|
44311
44345
|
"default": viewTable
|
|
44312
44346
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -44693,9 +44727,9 @@ const _sfc_main$Z = {
|
|
|
44693
44727
|
}
|
|
44694
44728
|
};
|
|
44695
44729
|
const _hoisted_1$P = { class: "title" };
|
|
44696
|
-
const _hoisted_2$
|
|
44697
|
-
const _hoisted_3$
|
|
44698
|
-
const _hoisted_4$
|
|
44730
|
+
const _hoisted_2$p = /* @__PURE__ */ createElementVNode("span", { class: "description" }, null, -1);
|
|
44731
|
+
const _hoisted_3$k = { class: "ivu-ml-8 ivu-mr-8" };
|
|
44732
|
+
const _hoisted_4$f = /* @__PURE__ */ createElementVNode("symbol", {
|
|
44699
44733
|
id: "iconUser",
|
|
44700
44734
|
viewBox: "0 0 1024 1024"
|
|
44701
44735
|
}, [
|
|
@@ -44789,7 +44823,7 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
44789
44823
|
createElementVNode("div", null, [
|
|
44790
44824
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
44791
44825
|
createElementVNode("span", _hoisted_1$P, toDisplayString$2($data.data.process ? $data.data.process.name : _ctx.$t("Front_Label_Process_Definition")), 1),
|
|
44792
|
-
_hoisted_2$
|
|
44826
|
+
_hoisted_2$p
|
|
44793
44827
|
])
|
|
44794
44828
|
])
|
|
44795
44829
|
]),
|
|
@@ -44830,7 +44864,7 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
44830
44864
|
])
|
|
44831
44865
|
]),
|
|
44832
44866
|
default: withCtx(() => [
|
|
44833
|
-
createElementVNode("div", _hoisted_3$
|
|
44867
|
+
createElementVNode("div", _hoisted_3$k, [
|
|
44834
44868
|
(openBlock(), createElementBlock("svg", {
|
|
44835
44869
|
id: "svg",
|
|
44836
44870
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -44842,7 +44876,7 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
44842
44876
|
onMousemove: _cache[1] || (_cache[1] = (...args) => $options.mousemove && $options.mousemove(...args))
|
|
44843
44877
|
}, [
|
|
44844
44878
|
createElementVNode("defs", null, [
|
|
44845
|
-
_hoisted_4$
|
|
44879
|
+
_hoisted_4$f,
|
|
44846
44880
|
_hoisted_5$8,
|
|
44847
44881
|
_hoisted_6$7,
|
|
44848
44882
|
_hoisted_7$5,
|
|
@@ -45336,7 +45370,7 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
45336
45370
|
]);
|
|
45337
45371
|
}
|
|
45338
45372
|
var flowChart = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/workflow/flow-chart.vue"]]);
|
|
45339
|
-
var
|
|
45373
|
+
var __glob_25_33 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
45340
45374
|
__proto__: null,
|
|
45341
45375
|
"default": flowChart
|
|
45342
45376
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -45386,9 +45420,9 @@ const _sfc_main$Y = {
|
|
|
45386
45420
|
};
|
|
45387
45421
|
const _withScopeId$1 = (n2) => (pushScopeId("data-v-1c48c1b3"), n2 = n2(), popScopeId(), n2);
|
|
45388
45422
|
const _hoisted_1$O = { class: "signIn" };
|
|
45389
|
-
const _hoisted_2$
|
|
45390
|
-
const _hoisted_3$
|
|
45391
|
-
const _hoisted_4$
|
|
45423
|
+
const _hoisted_2$o = { class: "box cf" };
|
|
45424
|
+
const _hoisted_3$j = { class: "right" };
|
|
45425
|
+
const _hoisted_4$e = { class: "logo cf" };
|
|
45392
45426
|
const _hoisted_5$7 = ["src"];
|
|
45393
45427
|
const _hoisted_6$6 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("small", null, null, -1));
|
|
45394
45428
|
const _hoisted_7$4 = ["placeholder"];
|
|
@@ -45396,7 +45430,7 @@ const _hoisted_8$4 = ["placeholder"];
|
|
|
45396
45430
|
const _hoisted_9$4 = { class: "cpt" };
|
|
45397
45431
|
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
45398
45432
|
return openBlock(), createElementBlock("div", _hoisted_1$O, [
|
|
45399
|
-
createElementVNode("div", _hoisted_2$
|
|
45433
|
+
createElementVNode("div", _hoisted_2$o, [
|
|
45400
45434
|
createElementVNode("div", {
|
|
45401
45435
|
class: "left",
|
|
45402
45436
|
style: normalizeStyle$1({ background: "url(" + _ctx.rootPath + "images/login/signIn-img.png) center center no-repeat", "background-size": "cover" })
|
|
@@ -45404,8 +45438,8 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
45404
45438
|
createElementVNode("h3", null, toDisplayString$2(_ctx.sysInfo.banner), 1),
|
|
45405
45439
|
createElementVNode("p", null, toDisplayString$2(_ctx.sysInfo.subBanner), 1)
|
|
45406
45440
|
], 4),
|
|
45407
|
-
createElementVNode("div", _hoisted_3$
|
|
45408
|
-
createElementVNode("div", _hoisted_4$
|
|
45441
|
+
createElementVNode("div", _hoisted_3$j, [
|
|
45442
|
+
createElementVNode("div", _hoisted_4$e, [
|
|
45409
45443
|
createElementVNode("img", {
|
|
45410
45444
|
src: _ctx.rootPath + "images/login/logo.png"
|
|
45411
45445
|
}, null, 8, _hoisted_5$7),
|
|
@@ -45474,9 +45508,9 @@ const _sfc_main$X = {
|
|
|
45474
45508
|
};
|
|
45475
45509
|
const _withScopeId = (n2) => (pushScopeId("data-v-9f6133a2"), n2 = n2(), popScopeId(), n2);
|
|
45476
45510
|
const _hoisted_1$N = { class: "stat" };
|
|
45477
|
-
const _hoisted_2$
|
|
45478
|
-
const _hoisted_3$
|
|
45479
|
-
const _hoisted_4$
|
|
45511
|
+
const _hoisted_2$n = { class: "icon" };
|
|
45512
|
+
const _hoisted_3$i = { class: "content" };
|
|
45513
|
+
const _hoisted_4$d = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value1" }, "\u5F85\u5206\u6D3E", -1));
|
|
45480
45514
|
const _hoisted_5$6 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value2" }, "\u5DF2\u5206\u6D3E", -1));
|
|
45481
45515
|
const _hoisted_6$5 = { class: "stat" };
|
|
45482
45516
|
const _hoisted_7$3 = { class: "icon" };
|
|
@@ -45528,13 +45562,13 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
45528
45562
|
]),
|
|
45529
45563
|
default: withCtx(() => [
|
|
45530
45564
|
createElementVNode("div", _hoisted_1$N, [
|
|
45531
|
-
createElementVNode("div", _hoisted_2$
|
|
45565
|
+
createElementVNode("div", _hoisted_2$n, [
|
|
45532
45566
|
createVNode$1(_component_Icon, {
|
|
45533
45567
|
type: "md-speedometer",
|
|
45534
45568
|
color: "rgb(24, 144, 255)"
|
|
45535
45569
|
})
|
|
45536
45570
|
]),
|
|
45537
|
-
createElementVNode("div", _hoisted_3$
|
|
45571
|
+
createElementVNode("div", _hoisted_3$i, [
|
|
45538
45572
|
createElementVNode("div", null, [
|
|
45539
45573
|
withDirectives(createVNode$1(_component_Numeral, {
|
|
45540
45574
|
value: "85",
|
|
@@ -45542,7 +45576,7 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
45542
45576
|
}, null, 512), [
|
|
45543
45577
|
[_directive_font, 30]
|
|
45544
45578
|
]),
|
|
45545
|
-
_hoisted_4$
|
|
45579
|
+
_hoisted_4$d
|
|
45546
45580
|
]),
|
|
45547
45581
|
createElementVNode("div", null, [
|
|
45548
45582
|
withDirectives(createVNode$1(_component_Numeral, {
|
|
@@ -46039,9 +46073,9 @@ const _sfc_main$W = {
|
|
|
46039
46073
|
}
|
|
46040
46074
|
};
|
|
46041
46075
|
const _hoisted_1$M = { class: "title" };
|
|
46042
|
-
const _hoisted_2$
|
|
46043
|
-
const _hoisted_3$
|
|
46044
|
-
const _hoisted_4$
|
|
46076
|
+
const _hoisted_2$m = { class: "description" };
|
|
46077
|
+
const _hoisted_3$h = { class: "ivu-ml-8 ivu-mr-8" };
|
|
46078
|
+
const _hoisted_4$c = { class: "title" };
|
|
46045
46079
|
const _hoisted_5$5 = { class: "description" };
|
|
46046
46080
|
const _hoisted_6$4 = { class: "ivu-ml-8 ivu-mr-8" };
|
|
46047
46081
|
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -46071,7 +46105,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46071
46105
|
createCommentVNode("\r\n @slot \u9875\u5934\r\n "),
|
|
46072
46106
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
46073
46107
|
createElementVNode("span", _hoisted_1$M, toDisplayString$2($data.name), 1),
|
|
46074
|
-
createElementVNode("span", _hoisted_2$
|
|
46108
|
+
createElementVNode("span", _hoisted_2$m, toDisplayString$2($data.description), 1)
|
|
46075
46109
|
])
|
|
46076
46110
|
])
|
|
46077
46111
|
]),
|
|
@@ -46157,7 +46191,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46157
46191
|
])
|
|
46158
46192
|
]),
|
|
46159
46193
|
default: withCtx(() => [
|
|
46160
|
-
createElementVNode("div", _hoisted_3$
|
|
46194
|
+
createElementVNode("div", _hoisted_3$h, [
|
|
46161
46195
|
!$data.isCustom ? (openBlock(), createBlock(_component_view_form, {
|
|
46162
46196
|
key: 0,
|
|
46163
46197
|
ref: "form",
|
|
@@ -46202,7 +46236,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46202
46236
|
}, {
|
|
46203
46237
|
header: withCtx(() => [
|
|
46204
46238
|
createElementVNode("div", null, [
|
|
46205
|
-
createElementVNode("span", _hoisted_4$
|
|
46239
|
+
createElementVNode("span", _hoisted_4$c, toDisplayString$2(_ctx.$t("Front_Label_Leave_Message")), 1),
|
|
46206
46240
|
createElementVNode("span", _hoisted_5$5, toDisplayString$2(_ctx.$t("Front_Label_Leave_Message_Desc")), 1)
|
|
46207
46241
|
])
|
|
46208
46242
|
]),
|
|
@@ -46296,9 +46330,10 @@ const _sfc_main$V = {
|
|
|
46296
46330
|
},
|
|
46297
46331
|
computed: {},
|
|
46298
46332
|
created() {
|
|
46299
|
-
setTimeout(() => {
|
|
46300
|
-
|
|
46301
|
-
|
|
46333
|
+
setTimeout(async () => {
|
|
46334
|
+
if (this.$route.query.id != null) {
|
|
46335
|
+
const res2 = await modelApi.get("Task", this.$route.query.id);
|
|
46336
|
+
this.$refs.taskForm.open(res2);
|
|
46302
46337
|
}
|
|
46303
46338
|
});
|
|
46304
46339
|
},
|
|
@@ -46393,9 +46428,9 @@ const _sfc_main$U = {
|
|
|
46393
46428
|
}
|
|
46394
46429
|
};
|
|
46395
46430
|
const _hoisted_1$K = { class: "i-layout-page-header" };
|
|
46396
|
-
const _hoisted_2$
|
|
46397
|
-
const _hoisted_3$
|
|
46398
|
-
const _hoisted_4$
|
|
46431
|
+
const _hoisted_2$l = { class: "title" };
|
|
46432
|
+
const _hoisted_3$g = { class: "description" };
|
|
46433
|
+
const _hoisted_4$b = { class: "ivu-ml-8 ivu-mr-8" };
|
|
46399
46434
|
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
46400
46435
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
46401
46436
|
const _component_Button = resolveComponent("Button");
|
|
@@ -46457,8 +46492,8 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46457
46492
|
header: withCtx(() => [
|
|
46458
46493
|
createElementVNode("div", null, [
|
|
46459
46494
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
46460
|
-
createElementVNode("span", _hoisted_2$
|
|
46461
|
-
createElementVNode("span", _hoisted_3$
|
|
46495
|
+
createElementVNode("span", _hoisted_2$l, toDisplayString$2($data.title), 1),
|
|
46496
|
+
createElementVNode("span", _hoisted_3$g, toDisplayString$2($data.description), 1)
|
|
46462
46497
|
])
|
|
46463
46498
|
])
|
|
46464
46499
|
]),
|
|
@@ -46477,7 +46512,7 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46477
46512
|
])
|
|
46478
46513
|
]),
|
|
46479
46514
|
default: withCtx(() => [
|
|
46480
|
-
createElementVNode("div", _hoisted_4$
|
|
46515
|
+
createElementVNode("div", _hoisted_4$b, [
|
|
46481
46516
|
createVNode$1(_component_Row, {
|
|
46482
46517
|
gutter: 24,
|
|
46483
46518
|
type: "flex"
|
|
@@ -46542,9 +46577,9 @@ const _sfc_main$T = {
|
|
|
46542
46577
|
}
|
|
46543
46578
|
};
|
|
46544
46579
|
const _hoisted_1$J = { class: "i-layout-page-header" };
|
|
46545
|
-
const _hoisted_2$
|
|
46546
|
-
const _hoisted_3$
|
|
46547
|
-
const _hoisted_4$
|
|
46580
|
+
const _hoisted_2$k = { class: "title" };
|
|
46581
|
+
const _hoisted_3$f = { class: "description" };
|
|
46582
|
+
const _hoisted_4$a = { class: "ivu-ml-8 ivu-mr-8" };
|
|
46548
46583
|
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
46549
46584
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
46550
46585
|
const _component_Button = resolveComponent("Button");
|
|
@@ -46606,8 +46641,8 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46606
46641
|
header: withCtx(() => [
|
|
46607
46642
|
createElementVNode("div", null, [
|
|
46608
46643
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
46609
|
-
createElementVNode("span", _hoisted_2$
|
|
46610
|
-
createElementVNode("span", _hoisted_3$
|
|
46644
|
+
createElementVNode("span", _hoisted_2$k, toDisplayString$2($data.title), 1),
|
|
46645
|
+
createElementVNode("span", _hoisted_3$f, toDisplayString$2($data.description), 1)
|
|
46611
46646
|
])
|
|
46612
46647
|
])
|
|
46613
46648
|
]),
|
|
@@ -46626,7 +46661,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46626
46661
|
])
|
|
46627
46662
|
]),
|
|
46628
46663
|
default: withCtx(() => [
|
|
46629
|
-
createElementVNode("div", _hoisted_4$
|
|
46664
|
+
createElementVNode("div", _hoisted_4$a, [
|
|
46630
46665
|
createVNode$1(_component_Row, {
|
|
46631
46666
|
gutter: 24,
|
|
46632
46667
|
type: "flex"
|
|
@@ -46771,8 +46806,8 @@ const _sfc_main$S = {
|
|
|
46771
46806
|
}
|
|
46772
46807
|
};
|
|
46773
46808
|
const _hoisted_1$I = { class: "i-layout-page-header" };
|
|
46774
|
-
const _hoisted_2$
|
|
46775
|
-
const _hoisted_3$
|
|
46809
|
+
const _hoisted_2$j = { key: 0 };
|
|
46810
|
+
const _hoisted_3$e = { class: "title" };
|
|
46776
46811
|
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
46777
46812
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
46778
46813
|
const _component_Button = resolveComponent("Button");
|
|
@@ -46823,7 +46858,7 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46823
46858
|
onOnChange: $options.formChange
|
|
46824
46859
|
}, {
|
|
46825
46860
|
column: withCtx(({ code: code2 }) => [
|
|
46826
|
-
code2 == "titleColumn" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
46861
|
+
code2 == "titleColumn" ? (openBlock(), createElementBlock("div", _hoisted_2$j, [
|
|
46827
46862
|
createVNode$1(_component_Input, {
|
|
46828
46863
|
type: "text",
|
|
46829
46864
|
readonly: true,
|
|
@@ -46849,7 +46884,7 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46849
46884
|
size: "small"
|
|
46850
46885
|
}, {
|
|
46851
46886
|
default: withCtx(() => [
|
|
46852
|
-
createElementVNode("span", _hoisted_3$
|
|
46887
|
+
createElementVNode("span", _hoisted_3$e, toDisplayString$2(_ctx.$t("Front_Label_Process_Property_Mapping")), 1)
|
|
46853
46888
|
]),
|
|
46854
46889
|
_: 1
|
|
46855
46890
|
}),
|
|
@@ -47865,7 +47900,7 @@ const _sfc_main$K = {
|
|
|
47865
47900
|
}
|
|
47866
47901
|
};
|
|
47867
47902
|
const _hoisted_1$A = { class: "i-layout-page-header" };
|
|
47868
|
-
const _hoisted_2$
|
|
47903
|
+
const _hoisted_2$i = {
|
|
47869
47904
|
key: 0,
|
|
47870
47905
|
style: { "margin-bottom": "8px", "text-align": "center" }
|
|
47871
47906
|
};
|
|
@@ -47895,7 +47930,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47895
47930
|
"view-code": "I18nTextFilter",
|
|
47896
47931
|
onOnChange: $options.formChange
|
|
47897
47932
|
}, null, 8, ["onOnChange"]),
|
|
47898
|
-
$data.canSave ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
47933
|
+
$data.canSave ? (openBlock(), createElementBlock("div", _hoisted_2$i, [
|
|
47899
47934
|
createVNode$1(_component_Button, {
|
|
47900
47935
|
type: "primary",
|
|
47901
47936
|
style: { "margin-right": "8px" },
|
|
@@ -47973,9 +48008,9 @@ const _sfc_main$J = {
|
|
|
47973
48008
|
}
|
|
47974
48009
|
};
|
|
47975
48010
|
const _hoisted_1$z = { class: "i-layout-page-header" };
|
|
47976
|
-
const _hoisted_2$
|
|
47977
|
-
const _hoisted_3$
|
|
47978
|
-
const _hoisted_4$
|
|
48011
|
+
const _hoisted_2$h = { class: "title" };
|
|
48012
|
+
const _hoisted_3$d = { class: "description" };
|
|
48013
|
+
const _hoisted_4$9 = { class: "ivu-ml-8 ivu-mr-8" };
|
|
47979
48014
|
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
47980
48015
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
47981
48016
|
const _component_Button = resolveComponent("Button");
|
|
@@ -48027,8 +48062,8 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
48027
48062
|
header: withCtx(() => [
|
|
48028
48063
|
createElementVNode("div", null, [
|
|
48029
48064
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
48030
|
-
createElementVNode("span", _hoisted_2$
|
|
48031
|
-
createElementVNode("span", _hoisted_3$
|
|
48065
|
+
createElementVNode("span", _hoisted_2$h, toDisplayString$2(_ctx.$t("Front_Label_Stack_Info")), 1),
|
|
48066
|
+
createElementVNode("span", _hoisted_3$d, toDisplayString$2(_ctx.$t("Front_Label_Stack_Info_Desc")), 1)
|
|
48032
48067
|
])
|
|
48033
48068
|
])
|
|
48034
48069
|
]),
|
|
@@ -48047,7 +48082,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
48047
48082
|
])
|
|
48048
48083
|
]),
|
|
48049
48084
|
default: withCtx(() => [
|
|
48050
|
-
createElementVNode("div", _hoisted_4$
|
|
48085
|
+
createElementVNode("div", _hoisted_4$9, toDisplayString$2($data.log.stack), 1)
|
|
48051
48086
|
]),
|
|
48052
48087
|
_: 3
|
|
48053
48088
|
}, 8, ["modelValue", "mask-closable", "draggable"])
|
|
@@ -49528,9 +49563,9 @@ const _sfc_main$x = {
|
|
|
49528
49563
|
}
|
|
49529
49564
|
};
|
|
49530
49565
|
const _hoisted_1$n = { class: "title" };
|
|
49531
|
-
const _hoisted_2$
|
|
49532
|
-
const _hoisted_3$
|
|
49533
|
-
const _hoisted_4$
|
|
49566
|
+
const _hoisted_2$g = { class: "description" };
|
|
49567
|
+
const _hoisted_3$c = { class: "ivu-ml-8 ivu-mr-8" };
|
|
49568
|
+
const _hoisted_4$8 = { class: "title" };
|
|
49534
49569
|
const _hoisted_5$4 = { class: "description" };
|
|
49535
49570
|
const _hoisted_6$3 = { class: "i-table-no-border" };
|
|
49536
49571
|
const _hoisted_7$2 = { class: "title" };
|
|
@@ -49564,7 +49599,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
49564
49599
|
header: withCtx(() => [
|
|
49565
49600
|
createElementVNode("div", null, [
|
|
49566
49601
|
createElementVNode("span", _hoisted_1$n, toDisplayString$2(_ctx.$t("Front_Label_Property_Setting")), 1),
|
|
49567
|
-
createElementVNode("span", _hoisted_2$
|
|
49602
|
+
createElementVNode("span", _hoisted_2$g, toDisplayString$2(_ctx.$t("Front_Label_Property_Setting_Desc")), 1)
|
|
49568
49603
|
])
|
|
49569
49604
|
]),
|
|
49570
49605
|
footer: withCtx(() => [
|
|
@@ -49592,7 +49627,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
49592
49627
|
])
|
|
49593
49628
|
]),
|
|
49594
49629
|
default: withCtx(() => [
|
|
49595
|
-
createElementVNode("div", _hoisted_3$
|
|
49630
|
+
createElementVNode("div", _hoisted_3$c, [
|
|
49596
49631
|
createVNode$1(_component_Form, {
|
|
49597
49632
|
ref: "form",
|
|
49598
49633
|
model: $data.data,
|
|
@@ -49937,7 +49972,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
49937
49972
|
header: withCtx(() => [
|
|
49938
49973
|
createElementVNode("div", null, [
|
|
49939
49974
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
49940
|
-
createElementVNode("span", _hoisted_4$
|
|
49975
|
+
createElementVNode("span", _hoisted_4$8, toDisplayString$2(_ctx.$t("Front_Label_Param")), 1),
|
|
49941
49976
|
createElementVNode("span", _hoisted_5$4, toDisplayString$2(_ctx.$t("Front_Label_Param_Desc")), 1)
|
|
49942
49977
|
])
|
|
49943
49978
|
])
|
|
@@ -50332,9 +50367,9 @@ const _sfc_main$w = {
|
|
|
50332
50367
|
}
|
|
50333
50368
|
};
|
|
50334
50369
|
const _hoisted_1$m = { class: "i-layout-page-header" };
|
|
50335
|
-
const _hoisted_2$
|
|
50336
|
-
const _hoisted_3$
|
|
50337
|
-
const _hoisted_4$
|
|
50370
|
+
const _hoisted_2$f = { class: "title" };
|
|
50371
|
+
const _hoisted_3$b = { class: "description" };
|
|
50372
|
+
const _hoisted_4$7 = { class: "ivu-ml-8 ivu-mr-8" };
|
|
50338
50373
|
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
50339
50374
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
50340
50375
|
const _component_Button = resolveComponent("Button");
|
|
@@ -50582,8 +50617,8 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50582
50617
|
}, {
|
|
50583
50618
|
header: withCtx(() => [
|
|
50584
50619
|
createElementVNode("div", null, [
|
|
50585
|
-
createElementVNode("span", _hoisted_2$
|
|
50586
|
-
createElementVNode("span", _hoisted_3$
|
|
50620
|
+
createElementVNode("span", _hoisted_2$f, toDisplayString$2(_ctx.$t("Front_Label_Permission")), 1),
|
|
50621
|
+
createElementVNode("span", _hoisted_3$b, toDisplayString$2(_ctx.$t("Front_Label_Permission_Desc")), 1)
|
|
50587
50622
|
])
|
|
50588
50623
|
]),
|
|
50589
50624
|
footer: withCtx(() => [
|
|
@@ -50611,7 +50646,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50611
50646
|
])
|
|
50612
50647
|
]),
|
|
50613
50648
|
default: withCtx(() => [
|
|
50614
|
-
createElementVNode("div", _hoisted_4$
|
|
50649
|
+
createElementVNode("div", _hoisted_4$7, [
|
|
50615
50650
|
createVNode$1(_component_Form, {
|
|
50616
50651
|
"label-position": "top",
|
|
50617
50652
|
"label-colon": "\uFF1A",
|
|
@@ -50779,10 +50814,10 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50779
50814
|
}, null, 512)
|
|
50780
50815
|
]);
|
|
50781
50816
|
}
|
|
50782
|
-
var setting = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/setting.vue"]]);
|
|
50817
|
+
var setting$1 = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/setting.vue"]]);
|
|
50783
50818
|
var __glob_24_30 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
50784
50819
|
__proto__: null,
|
|
50785
|
-
"default": setting
|
|
50820
|
+
"default": setting$1
|
|
50786
50821
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
50787
50822
|
const res$4 = "System";
|
|
50788
50823
|
var systemApi = {
|
|
@@ -50830,7 +50865,7 @@ const _sfc_main$t = {
|
|
|
50830
50865
|
}
|
|
50831
50866
|
};
|
|
50832
50867
|
const _hoisted_1$j = { class: "i-layout-page-header" };
|
|
50833
|
-
const _hoisted_2$
|
|
50868
|
+
const _hoisted_2$e = { style: { "text-align": "center" } };
|
|
50834
50869
|
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
50835
50870
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
50836
50871
|
const _component_view_form = resolveComponent("view-form");
|
|
@@ -50855,7 +50890,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50855
50890
|
ref: "form",
|
|
50856
50891
|
"view-code": "SystemData"
|
|
50857
50892
|
}, null, 512),
|
|
50858
|
-
createElementVNode("div", _hoisted_2$
|
|
50893
|
+
createElementVNode("div", _hoisted_2$e, [
|
|
50859
50894
|
createVNode$1(_component_Button, {
|
|
50860
50895
|
type: "info",
|
|
50861
50896
|
"custom-icon": "fa fa-cloud-download-alt",
|
|
@@ -51083,9 +51118,9 @@ const _sfc_main$s = {
|
|
|
51083
51118
|
}
|
|
51084
51119
|
};
|
|
51085
51120
|
const _hoisted_1$i = { class: "i-layout-page-header" };
|
|
51086
|
-
const _hoisted_2$
|
|
51087
|
-
const _hoisted_3$
|
|
51088
|
-
const _hoisted_4$
|
|
51121
|
+
const _hoisted_2$d = { key: 0 };
|
|
51122
|
+
const _hoisted_3$a = { key: 1 };
|
|
51123
|
+
const _hoisted_4$6 = { key: 2 };
|
|
51089
51124
|
const _hoisted_5$3 = { key: 3 };
|
|
51090
51125
|
const _hoisted_6$2 = { key: 4 };
|
|
51091
51126
|
const _hoisted_7$1 = { key: 5 };
|
|
@@ -51192,7 +51227,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
51192
51227
|
onOnAfterSave: _cache[6] || (_cache[6] = ($event) => _ctx.$refs.table.loadData())
|
|
51193
51228
|
}, {
|
|
51194
51229
|
column: withCtx(({ data: data2, code: code2 }) => [
|
|
51195
|
-
code2 == "keywordColumn" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
51230
|
+
code2 == "keywordColumn" ? (openBlock(), createElementBlock("div", _hoisted_2$d, [
|
|
51196
51231
|
createVNode$1(_component_Input, {
|
|
51197
51232
|
type: "text",
|
|
51198
51233
|
readonly: true,
|
|
@@ -51201,7 +51236,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
51201
51236
|
onClick: _cache[1] || (_cache[1] = ($event) => $options.keywordColumnOpen())
|
|
51202
51237
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
51203
51238
|
])) : createCommentVNode("v-if", true),
|
|
51204
|
-
code2 == "sorting" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
51239
|
+
code2 == "sorting" ? (openBlock(), createElementBlock("div", _hoisted_3$a, [
|
|
51205
51240
|
createVNode$1(_component_Input, {
|
|
51206
51241
|
type: "text",
|
|
51207
51242
|
readonly: true,
|
|
@@ -51218,7 +51253,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
51218
51253
|
_: 2
|
|
51219
51254
|
}, 1032, ["modelValue", "onUpdate:modelValue", "onClick"])
|
|
51220
51255
|
])) : createCommentVNode("v-if", true),
|
|
51221
|
-
code2 == "filtering" ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
51256
|
+
code2 == "filtering" ? (openBlock(), createElementBlock("div", _hoisted_4$6, [
|
|
51222
51257
|
createVNode$1(_component_Input, {
|
|
51223
51258
|
type: "text",
|
|
51224
51259
|
readonly: true,
|
|
@@ -51496,9 +51531,9 @@ const _sfc_main$r = {
|
|
|
51496
51531
|
}
|
|
51497
51532
|
};
|
|
51498
51533
|
const _hoisted_1$h = { class: "i-layout-page-header" };
|
|
51499
|
-
const _hoisted_2$
|
|
51500
|
-
const _hoisted_3$
|
|
51501
|
-
const _hoisted_4$
|
|
51534
|
+
const _hoisted_2$c = { class: "title" };
|
|
51535
|
+
const _hoisted_3$9 = { class: "description" };
|
|
51536
|
+
const _hoisted_4$5 = { class: "ivu-ml-8 ivu-mr-8" };
|
|
51502
51537
|
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
51503
51538
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
51504
51539
|
const _component_Button = resolveComponent("Button");
|
|
@@ -51593,8 +51628,8 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
51593
51628
|
header: withCtx(() => [
|
|
51594
51629
|
createElementVNode("div", null, [
|
|
51595
51630
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
51596
|
-
createElementVNode("span", _hoisted_2$
|
|
51597
|
-
createElementVNode("span", _hoisted_3$
|
|
51631
|
+
createElementVNode("span", _hoisted_2$c, toDisplayString$2($data.title), 1),
|
|
51632
|
+
createElementVNode("span", _hoisted_3$9, toDisplayString$2($data.description), 1)
|
|
51598
51633
|
])
|
|
51599
51634
|
])
|
|
51600
51635
|
]),
|
|
@@ -51613,7 +51648,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
51613
51648
|
])
|
|
51614
51649
|
]),
|
|
51615
51650
|
default: withCtx(() => [
|
|
51616
|
-
createElementVNode("div", _hoisted_4$
|
|
51651
|
+
createElementVNode("div", _hoisted_4$5, [
|
|
51617
51652
|
createVNode$1(_component_Row, {
|
|
51618
51653
|
gutter: 24,
|
|
51619
51654
|
type: "flex"
|
|
@@ -52181,9 +52216,9 @@ const _sfc_main$p = {
|
|
|
52181
52216
|
}
|
|
52182
52217
|
};
|
|
52183
52218
|
const _hoisted_1$f = { class: "i-layout-page-header" };
|
|
52184
|
-
const _hoisted_2$
|
|
52185
|
-
const _hoisted_3$
|
|
52186
|
-
const _hoisted_4$
|
|
52219
|
+
const _hoisted_2$b = /* @__PURE__ */ createElementVNode("span", null, null, -1);
|
|
52220
|
+
const _hoisted_3$8 = /* @__PURE__ */ createElementVNode("span", null, null, -1);
|
|
52221
|
+
const _hoisted_4$4 = { class: "title" };
|
|
52187
52222
|
const _hoisted_5$2 = { class: "description" };
|
|
52188
52223
|
const _hoisted_6$1 = { class: "ivu-ml-8 ivu-mr-8" };
|
|
52189
52224
|
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -52249,7 +52284,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
52249
52284
|
onOnAfterSave: _cache[1] || (_cache[1] = ($event) => _ctx.$refs.table.loadData())
|
|
52250
52285
|
}, {
|
|
52251
52286
|
footer: withCtx(() => [
|
|
52252
|
-
_hoisted_2$
|
|
52287
|
+
_hoisted_2$b,
|
|
52253
52288
|
createVNode$1(_component_Button, {
|
|
52254
52289
|
type: "primary",
|
|
52255
52290
|
"custom-icon": "fa fa-cloud-upload-alt",
|
|
@@ -52302,7 +52337,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
52302
52337
|
onOnAfterSave: _cache[4] || (_cache[4] = ($event) => _ctx.$refs.table.loadData())
|
|
52303
52338
|
}, {
|
|
52304
52339
|
footer: withCtx(() => [
|
|
52305
|
-
_hoisted_3$
|
|
52340
|
+
_hoisted_3$8,
|
|
52306
52341
|
_ctx.$refs.showForm && _ctx.$refs.showForm.data && _ctx.$refs.showForm.data.application && _ctx.$refs.showForm.data.application.processInst && _ctx.$refs.showForm.data.application.processInst.isMessageEnable ? (openBlock(), createBlock(_component_Button, {
|
|
52307
52342
|
key: 0,
|
|
52308
52343
|
type: "primary",
|
|
@@ -52339,7 +52374,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
52339
52374
|
}, {
|
|
52340
52375
|
header: withCtx(() => [
|
|
52341
52376
|
createElementVNode("div", null, [
|
|
52342
|
-
createElementVNode("span", _hoisted_4$
|
|
52377
|
+
createElementVNode("span", _hoisted_4$4, toDisplayString$2(_ctx.$t("Front_Label_Leave_Message")), 1),
|
|
52343
52378
|
createElementVNode("span", _hoisted_5$2, toDisplayString$2(_ctx.$t("Front_Label_Leave_Message_Desc")), 1)
|
|
52344
52379
|
])
|
|
52345
52380
|
]),
|
|
@@ -52569,7 +52604,7 @@ const _sfc_main$n = {
|
|
|
52569
52604
|
}
|
|
52570
52605
|
};
|
|
52571
52606
|
const _hoisted_1$d = { class: "i-layout-page-header" };
|
|
52572
|
-
const _hoisted_2$
|
|
52607
|
+
const _hoisted_2$a = { command: "{ row }" };
|
|
52573
52608
|
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
52574
52609
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
52575
52610
|
const _component_Button = resolveComponent("Button");
|
|
@@ -52640,7 +52675,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
52640
52675
|
onEdit: ({ row, index: index2 }) => $options.edit(row, table.targetCode)
|
|
52641
52676
|
}, {
|
|
52642
52677
|
default: withCtx(() => [
|
|
52643
|
-
createElementVNode("template", _hoisted_2$
|
|
52678
|
+
createElementVNode("template", _hoisted_2$a, [
|
|
52644
52679
|
(openBlock(true), createElementBlock(Fragment, null, renderList(table.controls, (item) => {
|
|
52645
52680
|
return openBlock(), createBlock(_component_Button, {
|
|
52646
52681
|
key: item.id,
|
|
@@ -52722,12 +52757,8 @@ const off = function() {
|
|
|
52722
52757
|
setMatchMedia();
|
|
52723
52758
|
const _sfc_main$l = {
|
|
52724
52759
|
name: "app",
|
|
52725
|
-
|
|
52726
|
-
|
|
52727
|
-
rootPath() {
|
|
52728
|
-
return Setting.rootPath;
|
|
52729
|
-
}
|
|
52730
|
-
},
|
|
52760
|
+
components: { loader },
|
|
52761
|
+
computed: {},
|
|
52731
52762
|
methods: {
|
|
52732
52763
|
...mapMutations("admin/layout", ["setDevice", "setBodyHeight"]),
|
|
52733
52764
|
handleWindowResize() {
|
|
@@ -52758,26 +52789,12 @@ const _sfc_main$l = {
|
|
|
52758
52789
|
}
|
|
52759
52790
|
};
|
|
52760
52791
|
const _hoisted_1$c = { id: "app" };
|
|
52761
|
-
const _hoisted_2$a = {
|
|
52762
|
-
key: 0,
|
|
52763
|
-
class: "page-loader-wrapper"
|
|
52764
|
-
};
|
|
52765
|
-
const _hoisted_3$8 = { class: "loader" };
|
|
52766
|
-
const _hoisted_4$4 = ["src"];
|
|
52767
52792
|
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
52768
52793
|
const _component_router_view = resolveComponent("router-view");
|
|
52794
|
+
const _component_loader = resolveComponent("loader");
|
|
52769
52795
|
return openBlock(), createElementBlock("div", _hoisted_1$c, [
|
|
52770
52796
|
createVNode$1(_component_router_view),
|
|
52771
|
-
|
|
52772
|
-
createElementVNode("div", _hoisted_3$8, [
|
|
52773
|
-
createElementVNode("img", {
|
|
52774
|
-
class: "zmdi-hc-spin",
|
|
52775
|
-
src: $options.rootPath + "images/logo.svg",
|
|
52776
|
-
width: "64",
|
|
52777
|
-
height: "64"
|
|
52778
|
-
}, null, 8, _hoisted_4$4)
|
|
52779
|
-
])
|
|
52780
|
-
])) : createCommentVNode("v-if", true)
|
|
52797
|
+
createVNode$1(_component_loader)
|
|
52781
52798
|
]);
|
|
52782
52799
|
}
|
|
52783
52800
|
var App = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/App.vue"]]);
|
|
@@ -53435,9 +53452,6 @@ const _sfc_main$e = {
|
|
|
53435
53452
|
...mapState("admin/layout", ["siderTheme", "menuAccordion", "menuCollapse"]),
|
|
53436
53453
|
...mapState("admin/menu", ["activePath", "openNames"]),
|
|
53437
53454
|
...mapGetters("admin/menu", ["filterSider"]),
|
|
53438
|
-
rootPath() {
|
|
53439
|
-
return Setting.rootPath;
|
|
53440
|
-
},
|
|
53441
53455
|
siderMenuData() {
|
|
53442
53456
|
if (this.menuFilter) {
|
|
53443
53457
|
return this.getSiderMenuData(this.copy(this.filterSider));
|
|
@@ -53528,13 +53542,13 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
53528
53542
|
default: withCtx(() => [
|
|
53529
53543
|
_ctx.menuCollapse ? (openBlock(), createElementBlock("img", {
|
|
53530
53544
|
key: 0,
|
|
53531
|
-
src:
|
|
53545
|
+
src: _ctx.rootPath + "images/logo-small.png"
|
|
53532
53546
|
}, null, 8, _hoisted_1$7)) : _ctx.siderTheme === "light" ? (openBlock(), createElementBlock("img", {
|
|
53533
53547
|
key: 1,
|
|
53534
|
-
src:
|
|
53548
|
+
src: _ctx.rootPath + "images/logo.png"
|
|
53535
53549
|
}, null, 8, _hoisted_2$7)) : (openBlock(), createElementBlock("img", {
|
|
53536
53550
|
key: 2,
|
|
53537
|
-
src:
|
|
53551
|
+
src: _ctx.rootPath + "images/logo-dark.png"
|
|
53538
53552
|
}, null, 8, _hoisted_3$5))
|
|
53539
53553
|
]),
|
|
53540
53554
|
_: 1
|
|
@@ -53607,10 +53621,7 @@ const _sfc_main$d = {
|
|
|
53607
53621
|
name: "iHeaderLogo",
|
|
53608
53622
|
mixins: [mixinPage],
|
|
53609
53623
|
computed: {
|
|
53610
|
-
...mapState("admin/layout", ["isMobile", "headerTheme"])
|
|
53611
|
-
rootPath() {
|
|
53612
|
-
return Setting.rootPath;
|
|
53613
|
-
}
|
|
53624
|
+
...mapState("admin/layout", ["isMobile", "headerTheme"])
|
|
53614
53625
|
}
|
|
53615
53626
|
};
|
|
53616
53627
|
const _hoisted_1$6 = ["src"];
|
|
@@ -53625,13 +53636,13 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
53625
53636
|
default: withCtx(() => [
|
|
53626
53637
|
_ctx.isMobile ? (openBlock(), createElementBlock("img", {
|
|
53627
53638
|
key: 0,
|
|
53628
|
-
src:
|
|
53639
|
+
src: _ctx.rootPath + "images/logo-small.png"
|
|
53629
53640
|
}, null, 8, _hoisted_1$6)) : _ctx.headerTheme === "light" ? (openBlock(), createElementBlock("img", {
|
|
53630
53641
|
key: 1,
|
|
53631
|
-
src:
|
|
53642
|
+
src: _ctx.rootPath + "images/logo.png"
|
|
53632
53643
|
}, null, 8, _hoisted_2$6)) : (openBlock(), createElementBlock("img", {
|
|
53633
53644
|
key: 2,
|
|
53634
|
-
src:
|
|
53645
|
+
src: _ctx.rootPath + "images/logo-dark.png"
|
|
53635
53646
|
}, null, 8, _hoisted_3$4))
|
|
53636
53647
|
]),
|
|
53637
53648
|
_: 1
|
|
@@ -127632,7 +127643,7 @@ const pages = {};
|
|
|
127632
127643
|
Object.keys(files).forEach((key) => {
|
|
127633
127644
|
pages[key.replace(/(\.\/pages\/)/g, "")] = files[key].default;
|
|
127634
127645
|
});
|
|
127635
|
-
const componentFiles = { "./components/copyright/index.vue": __glob_25_0, "./components/home/notice-list.vue": __glob_25_1, "./components/home/shortcut.vue": __glob_25_2, "./components/input/check-group.vue": __glob_25_3, "./components/input/combo-select.vue": __glob_25_4, "./components/input/dialog-select.vue": __glob_25_5, "./components/input/item-select.vue": __glob_25_6, "./components/link/i-link.vue": __glob_25_7, "./components/
|
|
127646
|
+
const componentFiles = { "./components/copyright/index.vue": __glob_25_0, "./components/home/notice-list.vue": __glob_25_1, "./components/home/shortcut.vue": __glob_25_2, "./components/input/check-group.vue": __glob_25_3, "./components/input/combo-select.vue": __glob_25_4, "./components/input/dialog-select.vue": __glob_25_5, "./components/input/item-select.vue": __glob_25_6, "./components/link/i-link.vue": __glob_25_7, "./components/loader/index.vue": __glob_25_8, "./components/richEditor/index.vue": __glob_25_9, "./components/upload/file-upload.vue": __glob_25_10, "./components/upload/upload-attachment.vue": __glob_25_11, "./components/upload/upload-image.vue": __glob_25_12, "./components/view/column-check.vue": __glob_25_13, "./components/view/column-edit.vue": __glob_25_14, "./components/view/column-select.vue": __glob_25_15, "./components/view/condition-edit.vue": __glob_25_16, "./components/view/filter-edit.vue": __glob_25_17, "./components/view/filter-setting.vue": __glob_25_18, "./components/view/form-setting-layout.vue": __glob_25_19, "./components/view/form-setting.vue": __glob_25_20, "./components/view/group-column.vue": __glob_25_21, "./components/view/group-method.vue": __glob_25_22, "./components/view/modal-form-filter.vue": __glob_25_23, "./components/view/modal-form-sort.vue": __glob_25_24, "./components/view/modal-form.vue": __glob_25_25, "./components/view/modal-table.vue": __glob_25_26, "./components/view/table-filter.vue": __glob_25_27, "./components/view/table-setting.vue": __glob_25_28, "./components/view/view-chart.vue": __glob_25_29, "./components/view/view-form-draggable.vue": __glob_25_30, "./components/view/view-form.vue": __glob_25_31, "./components/view/view-table.vue": __glob_25_32, "./components/workflow/flow-chart.vue": __glob_25_33 };
|
|
127636
127647
|
const components = {};
|
|
127637
127648
|
Object.keys(componentFiles).forEach((key) => {
|
|
127638
127649
|
components[key.replace(/(\.\/pages\/)/g, "").split("/").pop().split(".")[0]] = componentFiles[key].default;
|