mooho-base-admin-plus 0.4.11 → 0.4.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mooho-base-admin-plus.min.esm.js +106 -82
- package/dist/mooho-base-admin-plus.min.js +7 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/view/form-setting.vue +4 -4
- package/src/components/view/modal-form.vue +1 -1
- package/src/components/view/modal-table.vue +7 -0
- package/src/components/view/view-table.vue +59 -35
- package/src/index.js +21 -1
- package/src/mixins/page.js +3 -1
- package/src/pages/system/apiLog.vue +2 -2
- package/src/pages/system/formView.vue +1 -1
|
@@ -19724,7 +19724,9 @@ var mixinPage = {
|
|
|
19724
19724
|
} else if (operator == "LessThanOrEqual") {
|
|
19725
19725
|
result2 = data2 <= value;
|
|
19726
19726
|
} else if (operator == "NotEqual") {
|
|
19727
|
-
result2 =
|
|
19727
|
+
result2 = value.split(",").every((item) => {
|
|
19728
|
+
return String(data2) != item;
|
|
19729
|
+
});
|
|
19728
19730
|
}
|
|
19729
19731
|
if (!result2) {
|
|
19730
19732
|
return false;
|
|
@@ -19998,7 +20000,7 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19998
20000
|
]);
|
|
19999
20001
|
}
|
|
20000
20002
|
var login = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o], ["__scopeId", "data-v-1988f058"]]);
|
|
20001
|
-
var
|
|
20003
|
+
var __glob_44_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
20002
20004
|
__proto__: null,
|
|
20003
20005
|
"default": login
|
|
20004
20006
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -20636,7 +20638,7 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20636
20638
|
]);
|
|
20637
20639
|
}
|
|
20638
20640
|
var home = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l], ["__scopeId", "data-v-77a1e2f3"]]);
|
|
20639
|
-
var
|
|
20641
|
+
var __glob_44_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
20640
20642
|
__proto__: null,
|
|
20641
20643
|
"default": home
|
|
20642
20644
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -21339,7 +21341,7 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21339
21341
|
]);
|
|
21340
21342
|
}
|
|
21341
21343
|
var taskForm = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k]]);
|
|
21342
|
-
var
|
|
21344
|
+
var __glob_44_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
21343
21345
|
__proto__: null,
|
|
21344
21346
|
"default": taskForm
|
|
21345
21347
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -21401,7 +21403,7 @@ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21401
21403
|
]);
|
|
21402
21404
|
}
|
|
21403
21405
|
var todo = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j]]);
|
|
21404
|
-
var
|
|
21406
|
+
var __glob_44_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
21405
21407
|
__proto__: null,
|
|
21406
21408
|
"default": todo
|
|
21407
21409
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -21468,14 +21470,14 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21468
21470
|
command: withCtx(({ row }) => [
|
|
21469
21471
|
createVNode$1(_component_Button, {
|
|
21470
21472
|
size: "small",
|
|
21471
|
-
title: _ctx.$("Front_Btn_Request"),
|
|
21473
|
+
title: _ctx.$t("Front_Btn_Request"),
|
|
21472
21474
|
type: "info",
|
|
21473
21475
|
"custom-icon": "fa fa-cloud-upload-alt",
|
|
21474
21476
|
onClick: ($event) => $options.openRequest(row)
|
|
21475
21477
|
}, null, 8, ["title", "onClick"]),
|
|
21476
21478
|
createVNode$1(_component_Button, {
|
|
21477
21479
|
size: "small",
|
|
21478
|
-
title: _ctx.$("Front_Btn_Response"),
|
|
21480
|
+
title: _ctx.$t("Front_Btn_Response"),
|
|
21479
21481
|
type: "info",
|
|
21480
21482
|
"custom-icon": "fa fa-cloud-download-alt",
|
|
21481
21483
|
onClick: ($event) => $options.openResponse(row)
|
|
@@ -21542,7 +21544,7 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21542
21544
|
]);
|
|
21543
21545
|
}
|
|
21544
21546
|
var apiLog = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i]]);
|
|
21545
|
-
var
|
|
21547
|
+
var __glob_44_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
21546
21548
|
__proto__: null,
|
|
21547
21549
|
"default": apiLog
|
|
21548
21550
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -21962,7 +21964,7 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21962
21964
|
]);
|
|
21963
21965
|
}
|
|
21964
21966
|
var applicationType = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g]]);
|
|
21965
|
-
var
|
|
21967
|
+
var __glob_44_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
21966
21968
|
__proto__: null,
|
|
21967
21969
|
"default": applicationType
|
|
21968
21970
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -22018,7 +22020,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22018
22020
|
]);
|
|
22019
22021
|
}
|
|
22020
22022
|
var customPage = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f]]);
|
|
22021
|
-
var
|
|
22023
|
+
var __glob_44_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22022
22024
|
__proto__: null,
|
|
22023
22025
|
"default": customPage
|
|
22024
22026
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -22158,7 +22160,7 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22158
22160
|
]);
|
|
22159
22161
|
}
|
|
22160
22162
|
var customTable = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e]]);
|
|
22161
|
-
var
|
|
22163
|
+
var __glob_44_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22162
22164
|
__proto__: null,
|
|
22163
22165
|
"default": customTable
|
|
22164
22166
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -22221,7 +22223,7 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22221
22223
|
]);
|
|
22222
22224
|
}
|
|
22223
22225
|
var dict = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d]]);
|
|
22224
|
-
var
|
|
22226
|
+
var __glob_44_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22225
22227
|
__proto__: null,
|
|
22226
22228
|
"default": dict
|
|
22227
22229
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -22349,7 +22351,7 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22349
22351
|
]);
|
|
22350
22352
|
}
|
|
22351
22353
|
var dictType = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c]]);
|
|
22352
|
-
var
|
|
22354
|
+
var __glob_44_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22353
22355
|
__proto__: null,
|
|
22354
22356
|
"default": dictType
|
|
22355
22357
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -22428,7 +22430,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22428
22430
|
]);
|
|
22429
22431
|
}
|
|
22430
22432
|
var entityView = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b]]);
|
|
22431
|
-
var
|
|
22433
|
+
var __glob_44_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22432
22434
|
__proto__: null,
|
|
22433
22435
|
"default": entityView
|
|
22434
22436
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -22564,7 +22566,7 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22564
22566
|
]);
|
|
22565
22567
|
}
|
|
22566
22568
|
var extendColumn = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a]]);
|
|
22567
|
-
var
|
|
22569
|
+
var __glob_44_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22568
22570
|
__proto__: null,
|
|
22569
22571
|
"default": extendColumn
|
|
22570
22572
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -22641,7 +22643,7 @@ const _sfc_main$19 = {
|
|
|
22641
22643
|
}
|
|
22642
22644
|
},
|
|
22643
22645
|
copy() {
|
|
22644
|
-
this.confirmInput("Front_Msg_Sure_To_Copy_Create_View", "Front_Label_View_Code", async () => {
|
|
22646
|
+
this.confirmInput("Front_Msg_Sure_To_Copy_Create_View", this.$t("Front_Label_View_Code"), async () => {
|
|
22645
22647
|
let dataView2 = await dataViewApi.copy(this.$refs.form.data.id, this.newCode);
|
|
22646
22648
|
this.$refs.form.open(dataView2);
|
|
22647
22649
|
this.$refs.table.loadData();
|
|
@@ -22786,7 +22788,7 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22786
22788
|
]);
|
|
22787
22789
|
}
|
|
22788
22790
|
var formView = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19]]);
|
|
22789
|
-
var
|
|
22791
|
+
var __glob_44_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22790
22792
|
__proto__: null,
|
|
22791
22793
|
"default": formView
|
|
22792
22794
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -22932,7 +22934,7 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22932
22934
|
]);
|
|
22933
22935
|
}
|
|
22934
22936
|
var i18nText = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18]]);
|
|
22935
|
-
var
|
|
22937
|
+
var __glob_44_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22936
22938
|
__proto__: null,
|
|
22937
22939
|
"default": i18nText
|
|
22938
22940
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -23038,7 +23040,7 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23038
23040
|
]);
|
|
23039
23041
|
}
|
|
23040
23042
|
var log = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17]]);
|
|
23041
|
-
var
|
|
23043
|
+
var __glob_44_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23042
23044
|
__proto__: null,
|
|
23043
23045
|
"default": log
|
|
23044
23046
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -23091,7 +23093,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23091
23093
|
]);
|
|
23092
23094
|
}
|
|
23093
23095
|
var notice = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16]]);
|
|
23094
|
-
var
|
|
23096
|
+
var __glob_44_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23095
23097
|
__proto__: null,
|
|
23096
23098
|
"default": notice
|
|
23097
23099
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -23144,7 +23146,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23144
23146
|
]);
|
|
23145
23147
|
}
|
|
23146
23148
|
var openApi = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15]]);
|
|
23147
|
-
var
|
|
23149
|
+
var __glob_44_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23148
23150
|
__proto__: null,
|
|
23149
23151
|
"default": openApi
|
|
23150
23152
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -23287,7 +23289,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23287
23289
|
]);
|
|
23288
23290
|
}
|
|
23289
23291
|
var openUser = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14]]);
|
|
23290
|
-
var
|
|
23292
|
+
var __glob_44_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23291
23293
|
__proto__: null,
|
|
23292
23294
|
"default": openUser
|
|
23293
23295
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -23406,7 +23408,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23406
23408
|
]);
|
|
23407
23409
|
}
|
|
23408
23410
|
var organization = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13]]);
|
|
23409
|
-
var
|
|
23411
|
+
var __glob_44_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23410
23412
|
__proto__: null,
|
|
23411
23413
|
"default": organization
|
|
23412
23414
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -23459,7 +23461,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23459
23461
|
]);
|
|
23460
23462
|
}
|
|
23461
23463
|
var organizationType = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12]]);
|
|
23462
|
-
var
|
|
23464
|
+
var __glob_44_19 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23463
23465
|
__proto__: null,
|
|
23464
23466
|
"default": organizationType
|
|
23465
23467
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -23668,7 +23670,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23668
23670
|
]);
|
|
23669
23671
|
}
|
|
23670
23672
|
var permission = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11]]);
|
|
23671
|
-
var
|
|
23673
|
+
var __glob_44_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23672
23674
|
__proto__: null,
|
|
23673
23675
|
"default": permission
|
|
23674
23676
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -23753,7 +23755,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23753
23755
|
]);
|
|
23754
23756
|
}
|
|
23755
23757
|
var planJob = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10]]);
|
|
23756
|
-
var
|
|
23758
|
+
var __glob_44_21 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23757
23759
|
__proto__: null,
|
|
23758
23760
|
"default": planJob
|
|
23759
23761
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -23827,7 +23829,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23827
23829
|
]);
|
|
23828
23830
|
}
|
|
23829
23831
|
var printTemplate = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
|
|
23830
|
-
var
|
|
23832
|
+
var __glob_44_22 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23831
23833
|
__proto__: null,
|
|
23832
23834
|
"default": printTemplate
|
|
23833
23835
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -25022,7 +25024,7 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25022
25024
|
]);
|
|
25023
25025
|
}
|
|
25024
25026
|
var process$1 = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z]]);
|
|
25025
|
-
var
|
|
25027
|
+
var __glob_44_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25026
25028
|
__proto__: null,
|
|
25027
25029
|
"default": process$1
|
|
25028
25030
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -25075,7 +25077,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25075
25077
|
]);
|
|
25076
25078
|
}
|
|
25077
25079
|
var processType = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y]]);
|
|
25078
|
-
var
|
|
25080
|
+
var __glob_44_24 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25079
25081
|
__proto__: null,
|
|
25080
25082
|
"default": processType
|
|
25081
25083
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -25953,7 +25955,7 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25953
25955
|
]);
|
|
25954
25956
|
}
|
|
25955
25957
|
var rolePropertyEdit = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X]]);
|
|
25956
|
-
var
|
|
25958
|
+
var __glob_44_26 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25957
25959
|
__proto__: null,
|
|
25958
25960
|
"default": rolePropertyEdit
|
|
25959
25961
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -26493,7 +26495,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26493
26495
|
]);
|
|
26494
26496
|
}
|
|
26495
26497
|
var role = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
|
|
26496
|
-
var
|
|
26498
|
+
var __glob_44_25 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26497
26499
|
__proto__: null,
|
|
26498
26500
|
"default": role
|
|
26499
26501
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -26546,7 +26548,7 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26546
26548
|
]);
|
|
26547
26549
|
}
|
|
26548
26550
|
var sequenceSetting = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
|
|
26549
|
-
var
|
|
26551
|
+
var __glob_44_27 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26550
26552
|
__proto__: null,
|
|
26551
26553
|
"default": sequenceSetting
|
|
26552
26554
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -26658,7 +26660,7 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26658
26660
|
]);
|
|
26659
26661
|
}
|
|
26660
26662
|
var systemData = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U]]);
|
|
26661
|
-
var
|
|
26663
|
+
var __glob_44_28 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26662
26664
|
__proto__: null,
|
|
26663
26665
|
"default": systemData
|
|
26664
26666
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -29251,7 +29253,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29251
29253
|
]);
|
|
29252
29254
|
}
|
|
29253
29255
|
var tableView = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N]]);
|
|
29254
|
-
var
|
|
29256
|
+
var __glob_44_29 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
29255
29257
|
__proto__: null,
|
|
29256
29258
|
"default": tableView
|
|
29257
29259
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -29352,7 +29354,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29352
29354
|
]);
|
|
29353
29355
|
}
|
|
29354
29356
|
var taskQueue = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M]]);
|
|
29355
|
-
var
|
|
29357
|
+
var __glob_44_30 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
29356
29358
|
__proto__: null,
|
|
29357
29359
|
"default": taskQueue
|
|
29358
29360
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -29739,7 +29741,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29739
29741
|
]);
|
|
29740
29742
|
}
|
|
29741
29743
|
var user = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L]]);
|
|
29742
|
-
var
|
|
29744
|
+
var __glob_44_31 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
29743
29745
|
__proto__: null,
|
|
29744
29746
|
"default": user
|
|
29745
29747
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -30115,7 +30117,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30115
30117
|
]);
|
|
30116
30118
|
}
|
|
30117
30119
|
var processPage = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K]]);
|
|
30118
|
-
var
|
|
30120
|
+
var __glob_44_32 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
30119
30121
|
__proto__: null,
|
|
30120
30122
|
"default": processPage
|
|
30121
30123
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -30647,7 +30649,7 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30647
30649
|
]);
|
|
30648
30650
|
}
|
|
30649
30651
|
var reportPage = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I]]);
|
|
30650
|
-
var
|
|
30652
|
+
var __glob_44_33 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
30651
30653
|
__proto__: null,
|
|
30652
30654
|
"default": reportPage
|
|
30653
30655
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -30808,7 +30810,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30808
30810
|
]);
|
|
30809
30811
|
}
|
|
30810
30812
|
var viewPage = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H]]);
|
|
30811
|
-
var
|
|
30813
|
+
var __glob_44_34 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
30812
30814
|
__proto__: null,
|
|
30813
30815
|
"default": viewPage
|
|
30814
30816
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -30825,7 +30827,7 @@ function _sfc_render$G(_ctx, _cache) {
|
|
|
30825
30827
|
]);
|
|
30826
30828
|
}
|
|
30827
30829
|
var _404 = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G]]);
|
|
30828
|
-
var
|
|
30830
|
+
var __glob_44_35 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
30829
30831
|
__proto__: null,
|
|
30830
30832
|
"default": _404
|
|
30831
30833
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -37357,7 +37359,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37357
37359
|
]);
|
|
37358
37360
|
}
|
|
37359
37361
|
var tableFilter = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
|
|
37360
|
-
var viewTable_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".image-group[data-v-
|
|
37362
|
+
var viewTable_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".image-group[data-v-70d42b22]{display:flex}.image-group .image[data-v-70d42b22]{border:solid 1px #ccc;width:75px;height:75px;margin:2px 1px;cursor:pointer}.image-group .image img[data-v-70d42b22]{width:75px;height:75px}\n")();
|
|
37361
37363
|
var getColumns = (view, item) => {
|
|
37362
37364
|
let children = view.viewColumns.filter((i2) => {
|
|
37363
37365
|
return i2.parentCode == item.code;
|
|
@@ -37423,7 +37425,8 @@ const _sfc_main$q = {
|
|
|
37423
37425
|
commandButtons: [],
|
|
37424
37426
|
preview: false,
|
|
37425
37427
|
imageUrl: null,
|
|
37426
|
-
isFullScreen: false
|
|
37428
|
+
isFullScreen: false,
|
|
37429
|
+
commandButtonParams: null
|
|
37427
37430
|
};
|
|
37428
37431
|
},
|
|
37429
37432
|
async created() {
|
|
@@ -37542,6 +37545,9 @@ const _sfc_main$q = {
|
|
|
37542
37545
|
},
|
|
37543
37546
|
pageSizeOpts: {
|
|
37544
37547
|
type: Array
|
|
37548
|
+
},
|
|
37549
|
+
spanMethod: {
|
|
37550
|
+
type: Function
|
|
37545
37551
|
}
|
|
37546
37552
|
},
|
|
37547
37553
|
computed: {
|
|
@@ -37767,6 +37773,9 @@ const _sfc_main$q = {
|
|
|
37767
37773
|
this.selectedData = [];
|
|
37768
37774
|
}
|
|
37769
37775
|
}
|
|
37776
|
+
this.data.forEach((item) => {
|
|
37777
|
+
this.setShowStatus(item);
|
|
37778
|
+
});
|
|
37770
37779
|
if (this.treeEnable) {
|
|
37771
37780
|
this.data.forEach((item) => {
|
|
37772
37781
|
if (this.hasChildren == null || this.hasChildren(item)) {
|
|
@@ -38190,26 +38199,7 @@ const _sfc_main$q = {
|
|
|
38190
38199
|
this.onDataChange(data2, sender, model2);
|
|
38191
38200
|
},
|
|
38192
38201
|
onDataChange(data2, sender, selected) {
|
|
38193
|
-
|
|
38194
|
-
if (!!(column.showJson || "").trim()) {
|
|
38195
|
-
if (data2._isShow == null) {
|
|
38196
|
-
data2._isShow = {};
|
|
38197
|
-
}
|
|
38198
|
-
let setting = JSON.parse(column.showJson);
|
|
38199
|
-
if (setting.type == "Condition" || setting.type == "Expression") {
|
|
38200
|
-
data2._isShow[column.code] = this.judgeCondition(setting, data2);
|
|
38201
|
-
}
|
|
38202
|
-
}
|
|
38203
|
-
if (!!(column.readonlyJson || "").trim()) {
|
|
38204
|
-
if (data2._isReadonly == null) {
|
|
38205
|
-
data2._isReadonly = {};
|
|
38206
|
-
}
|
|
38207
|
-
let setting = JSON.parse(column.readonlyJson);
|
|
38208
|
-
if (setting.type == "Condition" || setting.type == "Expression") {
|
|
38209
|
-
data2._isReadonly[column.code] = this.judgeCondition(setting, data2);
|
|
38210
|
-
}
|
|
38211
|
-
}
|
|
38212
|
-
}
|
|
38202
|
+
this.setShowStatus(data2);
|
|
38213
38203
|
this.$emit("on-change", data2, sender, selected);
|
|
38214
38204
|
this.calc(data2, sender);
|
|
38215
38205
|
if (sender == null || sender.triggers !== []) {
|
|
@@ -38486,18 +38476,21 @@ const _sfc_main$q = {
|
|
|
38486
38476
|
clickCommandButton(row, commandButton) {
|
|
38487
38477
|
if (commandButton.viewType == "TableView") {
|
|
38488
38478
|
this.$refs.modalTable.init(commandButton.viewCode, async () => {
|
|
38489
|
-
|
|
38479
|
+
if (!!(commandButton.formViewCode || "").trim()) {
|
|
38480
|
+
this.$refs.modalForm.init(commandButton.formViewCode);
|
|
38481
|
+
}
|
|
38482
|
+
this.commandButtonParams = {};
|
|
38490
38483
|
if (!!(commandButton.params || "").trim()) {
|
|
38491
38484
|
let commandButtonParams = JSON.parse(commandButton.params);
|
|
38492
38485
|
for (let i2 = 0; i2 < commandButtonParams.length; i2++) {
|
|
38493
38486
|
let value = this.parseData(row, commandButtonParams[i2].value);
|
|
38494
|
-
|
|
38487
|
+
this.commandButtonParams[commandButtonParams[i2].param] = value;
|
|
38495
38488
|
}
|
|
38496
38489
|
}
|
|
38497
|
-
this.$refs.modalTable.open(
|
|
38490
|
+
this.$refs.modalTable.open(this.commandButtonParams);
|
|
38498
38491
|
});
|
|
38499
38492
|
} else {
|
|
38500
|
-
this.$refs.modalForm.init(commandButton.
|
|
38493
|
+
this.$refs.modalForm.init(commandButton.formViewCode, async () => {
|
|
38501
38494
|
this.$refs.modalForm.open(row);
|
|
38502
38495
|
});
|
|
38503
38496
|
}
|
|
@@ -38506,7 +38499,10 @@ const _sfc_main$q = {
|
|
|
38506
38499
|
this.imageUrl = item;
|
|
38507
38500
|
this.preview = true;
|
|
38508
38501
|
},
|
|
38509
|
-
handleSpan({ row, column, rowIndex }) {
|
|
38502
|
+
handleSpan({ row, column, rowIndex, columnIndex }) {
|
|
38503
|
+
if (this.spanMethod != null) {
|
|
38504
|
+
return this.spanMethod(row, column, rowIndex, columnIndex);
|
|
38505
|
+
}
|
|
38510
38506
|
if (column.mergeSame) {
|
|
38511
38507
|
if (rowIndex != 0 && this.parseData(row, column.code) == this.parseData(this.data[rowIndex - 1], column.code)) {
|
|
38512
38508
|
return [0, 0];
|
|
@@ -38581,6 +38577,28 @@ const _sfc_main$q = {
|
|
|
38581
38577
|
});
|
|
38582
38578
|
return result2;
|
|
38583
38579
|
},
|
|
38580
|
+
setShowStatus(data2) {
|
|
38581
|
+
for (let column of this.columns) {
|
|
38582
|
+
if (!!(column.showJson || "").trim()) {
|
|
38583
|
+
if (data2._isShow == null) {
|
|
38584
|
+
data2._isShow = {};
|
|
38585
|
+
}
|
|
38586
|
+
let setting = JSON.parse(column.showJson);
|
|
38587
|
+
if (setting.type == "Condition" || setting.type == "Expression") {
|
|
38588
|
+
data2._isShow[column.code] = this.judgeCondition(setting, data2);
|
|
38589
|
+
}
|
|
38590
|
+
}
|
|
38591
|
+
if (!!(column.readonlyJson || "").trim()) {
|
|
38592
|
+
if (data2._isReadonly == null) {
|
|
38593
|
+
data2._isReadonly = {};
|
|
38594
|
+
}
|
|
38595
|
+
let setting = JSON.parse(column.readonlyJson);
|
|
38596
|
+
if (setting.type == "Condition" || setting.type == "Expression") {
|
|
38597
|
+
data2._isReadonly[column.code] = this.judgeCondition(setting, data2);
|
|
38598
|
+
}
|
|
38599
|
+
}
|
|
38600
|
+
}
|
|
38601
|
+
},
|
|
38584
38602
|
getNameI18n(column) {
|
|
38585
38603
|
if (column) {
|
|
38586
38604
|
if (this.layout.showI18n) {
|
|
@@ -39245,12 +39263,14 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39245
39263
|
}, null, 8, ["onSave"])) : createCommentVNode("", true),
|
|
39246
39264
|
$data.inited ? (openBlock(), createBlock(_component_modal_table, {
|
|
39247
39265
|
key: 4,
|
|
39248
|
-
ref: "modalTable"
|
|
39266
|
+
ref: "modalTable",
|
|
39267
|
+
onCreate: _cache[8] || (_cache[8] = ($event) => _ctx.$refs.modalForm.openDefault($data.commandButtonParams)),
|
|
39268
|
+
onEdit: _cache[9] || (_cache[9] = ({ row, index: index2 }) => _ctx.$refs.modalForm.open(row))
|
|
39249
39269
|
}, null, 512)) : createCommentVNode("", true),
|
|
39250
39270
|
$data.inited ? (openBlock(), createBlock(_component_modal_form, {
|
|
39251
39271
|
key: 5,
|
|
39252
39272
|
ref: "modalForm",
|
|
39253
|
-
|
|
39273
|
+
onOnAfterSave: _cache[10] || (_cache[10] = ($event) => _ctx.$refs.modalTable.loadData())
|
|
39254
39274
|
}, null, 512)) : createCommentVNode("", true),
|
|
39255
39275
|
$data.inited ? (openBlock(), createBlock(_component_modal_table, {
|
|
39256
39276
|
key: 6,
|
|
@@ -39263,7 +39283,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39263
39283
|
createVNode$1(_component_Button, {
|
|
39264
39284
|
type: "primary",
|
|
39265
39285
|
"custom-icon": "fa fa-save",
|
|
39266
|
-
onClick: _cache[
|
|
39286
|
+
onClick: _cache[11] || (_cache[11] = ($event) => $options.batchSave())
|
|
39267
39287
|
}, {
|
|
39268
39288
|
default: withCtx(() => [
|
|
39269
39289
|
createTextVNode(toDisplayString$1(_ctx.$t("Front_Btn_Save")), 1)
|
|
@@ -39273,7 +39293,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39273
39293
|
createVNode$1(_component_Button, {
|
|
39274
39294
|
type: "default",
|
|
39275
39295
|
"custom-icon": "fa fa-times",
|
|
39276
|
-
onClick: _cache[
|
|
39296
|
+
onClick: _cache[12] || (_cache[12] = ($event) => _ctx.$refs.batchEditTable.close())
|
|
39277
39297
|
}, {
|
|
39278
39298
|
default: withCtx(() => [
|
|
39279
39299
|
createTextVNode(toDisplayString$1(_ctx.$t("Front_Btn_Close")), 1)
|
|
@@ -39286,7 +39306,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39286
39306
|
createVNode$1(_component_Modal, {
|
|
39287
39307
|
title: _ctx.$t("Front_Label_Preview"),
|
|
39288
39308
|
modelValue: $data.preview,
|
|
39289
|
-
"onUpdate:modelValue": _cache[
|
|
39309
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => $data.preview = $event),
|
|
39290
39310
|
scrollable: "",
|
|
39291
39311
|
"mask-closable": _ctx.layout.maskClosable,
|
|
39292
39312
|
draggable: _ctx.layout.draggable,
|
|
@@ -39298,7 +39318,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39298
39318
|
createVNode$1(_component_Button, {
|
|
39299
39319
|
type: "default",
|
|
39300
39320
|
"custom-icon": "fa fa-times",
|
|
39301
|
-
onClick: _cache[
|
|
39321
|
+
onClick: _cache[13] || (_cache[13] = ($event) => $data.preview = false)
|
|
39302
39322
|
}, {
|
|
39303
39323
|
default: withCtx(() => [
|
|
39304
39324
|
createTextVNode(toDisplayString$1(_ctx.$t("Front_Btn_Close")), 1)
|
|
@@ -39326,7 +39346,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39326
39346
|
], 2)
|
|
39327
39347
|
], 2);
|
|
39328
39348
|
}
|
|
39329
|
-
var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-
|
|
39349
|
+
var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-70d42b22"]]);
|
|
39330
39350
|
const _sfc_main$p = {
|
|
39331
39351
|
mixins: [mixinPage],
|
|
39332
39352
|
components: { columnSelect, columnEdit },
|
|
@@ -39522,7 +39542,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39522
39542
|
command: withCtx(({ row, index: index2 }) => [
|
|
39523
39543
|
createVNode$1(_component_Button, {
|
|
39524
39544
|
size: "small",
|
|
39525
|
-
title: _ctx.$("Front_Btn_Edit"),
|
|
39545
|
+
title: _ctx.$t("Front_Btn_Edit"),
|
|
39526
39546
|
type: "primary",
|
|
39527
39547
|
ghost: "",
|
|
39528
39548
|
"custom-icon": "fa fa-edit",
|
|
@@ -39530,7 +39550,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39530
39550
|
}, null, 8, ["title", "onClick"]),
|
|
39531
39551
|
createVNode$1(_component_Button, {
|
|
39532
39552
|
size: "small",
|
|
39533
|
-
title: _ctx.$("Front_Btn_Up"),
|
|
39553
|
+
title: _ctx.$t("Front_Btn_Up"),
|
|
39534
39554
|
type: "primary",
|
|
39535
39555
|
ghost: "",
|
|
39536
39556
|
"custom-icon": "fa fa-chevron-up",
|
|
@@ -39538,7 +39558,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39538
39558
|
}, null, 8, ["title", "onClick"]),
|
|
39539
39559
|
createVNode$1(_component_Button, {
|
|
39540
39560
|
size: "small",
|
|
39541
|
-
title: _ctx.$("Front_Btn_Down"),
|
|
39561
|
+
title: _ctx.$t("Front_Btn_Down"),
|
|
39542
39562
|
type: "primary",
|
|
39543
39563
|
ghost: "",
|
|
39544
39564
|
"custom-icon": "fa fa-chevron-down",
|
|
@@ -39546,7 +39566,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39546
39566
|
}, null, 8, ["title", "onClick"]),
|
|
39547
39567
|
createVNode$1(_component_Button, {
|
|
39548
39568
|
size: "small",
|
|
39549
|
-
title: _ctx.$("Front_Btn_Remove"),
|
|
39569
|
+
title: _ctx.$t("Front_Btn_Remove"),
|
|
39550
39570
|
type: "primary",
|
|
39551
39571
|
ghost: "",
|
|
39552
39572
|
"custom-icon": "fa fa-times",
|
|
@@ -47478,7 +47498,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47478
47498
|
footer: withCtx(() => [
|
|
47479
47499
|
createElementVNode("div", null, [
|
|
47480
47500
|
renderSlot(_ctx.$slots, "footer", {}, () => [
|
|
47481
|
-
$options.canSave() && $props.saveEnable ? (openBlock(), createBlock(_component_Button, {
|
|
47501
|
+
$options.canSave() && $props.saveEnable && !$data.formView.editEnable ? (openBlock(), createBlock(_component_Button, {
|
|
47482
47502
|
key: 0,
|
|
47483
47503
|
type: "primary",
|
|
47484
47504
|
"custom-icon": "fa fa-save",
|
|
@@ -47671,6 +47691,9 @@ const _sfc_main$l = {
|
|
|
47671
47691
|
},
|
|
47672
47692
|
beforeClose: {
|
|
47673
47693
|
type: Function
|
|
47694
|
+
},
|
|
47695
|
+
spanMethod: {
|
|
47696
|
+
type: Function
|
|
47674
47697
|
}
|
|
47675
47698
|
},
|
|
47676
47699
|
computed: {
|
|
@@ -47845,6 +47868,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47845
47868
|
"on-search": $props.onSearch,
|
|
47846
47869
|
"summary-method": $props.summaryMethod,
|
|
47847
47870
|
"page-size-opts": $props.pageSizeOpts,
|
|
47871
|
+
"span-method": $props.spanMethod,
|
|
47848
47872
|
onCreate: $options.create,
|
|
47849
47873
|
onEdit: $options.edit,
|
|
47850
47874
|
onOnReady: $options.onReady,
|
|
@@ -47896,7 +47920,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47896
47920
|
})
|
|
47897
47921
|
]),
|
|
47898
47922
|
_: 3
|
|
47899
|
-
}, 8, ["view-code", "static", "filter", "setting-enable", "select-enable", "tree-enable", "tree-load", "has-children", "create-enable", "edit-enable", "remove-enable", "draggable", "filter-enable", "page-enable", "embedded", "before-load-data", "on-search", "summary-method", "page-size-opts", "onCreate", "onEdit", "onOnReady", "onOnLoadData", "onAfterInit", "onOnDragDrop"])
|
|
47923
|
+
}, 8, ["view-code", "static", "filter", "setting-enable", "select-enable", "tree-enable", "tree-load", "has-children", "create-enable", "edit-enable", "remove-enable", "draggable", "filter-enable", "page-enable", "embedded", "before-load-data", "on-search", "summary-method", "page-size-opts", "span-method", "onCreate", "onEdit", "onOnReady", "onOnLoadData", "onAfterInit", "onOnDragDrop"])
|
|
47900
47924
|
])
|
|
47901
47925
|
]),
|
|
47902
47926
|
_: 3
|
|
@@ -120890,7 +120914,7 @@ const install = function(app) {
|
|
|
120890
120914
|
const API = {
|
|
120891
120915
|
install
|
|
120892
120916
|
};
|
|
120893
|
-
const files = { "./pages/account/login.vue":
|
|
120917
|
+
const files = { "./pages/account/login.vue": __glob_44_0, "./pages/common/home.vue": __glob_44_1, "./pages/common/task-form.vue": __glob_44_2, "./pages/common/todo.vue": __glob_44_3, "./pages/system/apiLog.vue": __glob_44_4, "./pages/system/applicationType.vue": __glob_44_5, "./pages/system/customPage.vue": __glob_44_6, "./pages/system/customTable.vue": __glob_44_7, "./pages/system/dict.vue": __glob_44_8, "./pages/system/dictType.vue": __glob_44_9, "./pages/system/entityView.vue": __glob_44_10, "./pages/system/extendColumn.vue": __glob_44_11, "./pages/system/formView.vue": __glob_44_12, "./pages/system/i18nText.vue": __glob_44_13, "./pages/system/log.vue": __glob_44_14, "./pages/system/notice.vue": __glob_44_15, "./pages/system/openApi.vue": __glob_44_16, "./pages/system/openUser.vue": __glob_44_17, "./pages/system/organization.vue": __glob_44_18, "./pages/system/organizationType.vue": __glob_44_19, "./pages/system/permission.vue": __glob_44_20, "./pages/system/planJob.vue": __glob_44_21, "./pages/system/printTemplate.vue": __glob_44_22, "./pages/system/process.vue": __glob_44_23, "./pages/system/processType.vue": __glob_44_24, "./pages/system/role.vue": __glob_44_25, "./pages/system/rolePropertyEdit.vue": __glob_44_26, "./pages/system/sequenceSetting.vue": __glob_44_27, "./pages/system/systemData.vue": __glob_44_28, "./pages/system/tableView.vue": __glob_44_29, "./pages/system/taskQueue.vue": __glob_44_30, "./pages/system/user.vue": __glob_44_31, "./pages/template/processPage.vue": __glob_44_32, "./pages/template/reportPage.vue": __glob_44_33, "./pages/template/viewPage.vue": __glob_44_34, "./pages/system/error/404.vue": __glob_44_35 };
|
|
120894
120918
|
const pages = {};
|
|
120895
120919
|
Object.keys(files).forEach((key) => {
|
|
120896
120920
|
pages[key.replace(/(\.\/pages\/)/g, "")] = files[key].default;
|
|
@@ -120904,4 +120928,4 @@ const created = async (app) => {
|
|
|
120904
120928
|
const routeChanged = (to) => {
|
|
120905
120929
|
store.dispatch("admin/menu/setMenuList", to);
|
|
120906
120930
|
};
|
|
120907
|
-
export { App, applicationApi, index as basicLayout, create$3 as createRouter, created, dataSourceApi, API as default, i18n$1 as i18n, lodop, mixinPage, modelApi, pages, service as request, routeChanged, Setting as setting, store, taskApi, util$2 as util };
|
|
120931
|
+
export { App, applicationApi, index as basicLayout, create$3 as createRouter, created, customModelApi, dataSourceApi, API as default, i18n$1 as i18n, lodop, mixinPage, modelApi, pages, service as request, routeChanged, Setting as setting, store, taskApi, util$2 as util };
|