mooho-base-admin-plus 0.4.12 → 0.4.15
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 +116 -87
- 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-table.vue +7 -0
- package/src/components/view/view-table.vue +60 -28
- 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-f34c0fe4]{display:flex}.image-group .image[data-v-f34c0fe4]{border:solid 1px #ccc;width:75px;height:75px;margin:2px 1px;cursor:pointer}.image-group .image img[data-v-f34c0fe4]{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;
|
|
@@ -37543,6 +37545,9 @@ const _sfc_main$q = {
|
|
|
37543
37545
|
},
|
|
37544
37546
|
pageSizeOpts: {
|
|
37545
37547
|
type: Array
|
|
37548
|
+
},
|
|
37549
|
+
spanMethod: {
|
|
37550
|
+
type: Function
|
|
37546
37551
|
}
|
|
37547
37552
|
},
|
|
37548
37553
|
computed: {
|
|
@@ -37768,6 +37773,9 @@ const _sfc_main$q = {
|
|
|
37768
37773
|
this.selectedData = [];
|
|
37769
37774
|
}
|
|
37770
37775
|
}
|
|
37776
|
+
this.data.forEach((item) => {
|
|
37777
|
+
this.setShowStatus(item);
|
|
37778
|
+
});
|
|
37771
37779
|
if (this.treeEnable) {
|
|
37772
37780
|
this.data.forEach((item) => {
|
|
37773
37781
|
if (this.hasChildren == null || this.hasChildren(item)) {
|
|
@@ -38191,26 +38199,7 @@ const _sfc_main$q = {
|
|
|
38191
38199
|
this.onDataChange(data2, sender, model2);
|
|
38192
38200
|
},
|
|
38193
38201
|
onDataChange(data2, sender, selected) {
|
|
38194
|
-
|
|
38195
|
-
if (!!(column.showJson || "").trim()) {
|
|
38196
|
-
if (data2._isShow == null) {
|
|
38197
|
-
data2._isShow = {};
|
|
38198
|
-
}
|
|
38199
|
-
let setting = JSON.parse(column.showJson);
|
|
38200
|
-
if (setting.type == "Condition" || setting.type == "Expression") {
|
|
38201
|
-
data2._isShow[column.code] = this.judgeCondition(setting, data2);
|
|
38202
|
-
}
|
|
38203
|
-
}
|
|
38204
|
-
if (!!(column.readonlyJson || "").trim()) {
|
|
38205
|
-
if (data2._isReadonly == null) {
|
|
38206
|
-
data2._isReadonly = {};
|
|
38207
|
-
}
|
|
38208
|
-
let setting = JSON.parse(column.readonlyJson);
|
|
38209
|
-
if (setting.type == "Condition" || setting.type == "Expression") {
|
|
38210
|
-
data2._isReadonly[column.code] = this.judgeCondition(setting, data2);
|
|
38211
|
-
}
|
|
38212
|
-
}
|
|
38213
|
-
}
|
|
38202
|
+
this.setShowStatus(data2);
|
|
38214
38203
|
this.$emit("on-change", data2, sender, selected);
|
|
38215
38204
|
this.calc(data2, sender);
|
|
38216
38205
|
if (sender == null || sender.triggers !== []) {
|
|
@@ -38510,7 +38499,10 @@ const _sfc_main$q = {
|
|
|
38510
38499
|
this.imageUrl = item;
|
|
38511
38500
|
this.preview = true;
|
|
38512
38501
|
},
|
|
38513
|
-
handleSpan({ row, column, rowIndex }) {
|
|
38502
|
+
handleSpan({ row, column, rowIndex, columnIndex }) {
|
|
38503
|
+
if (this.spanMethod != null) {
|
|
38504
|
+
return this.spanMethod(row, column, rowIndex, columnIndex);
|
|
38505
|
+
}
|
|
38514
38506
|
if (column.mergeSame) {
|
|
38515
38507
|
if (rowIndex != 0 && this.parseData(row, column.code) == this.parseData(this.data[rowIndex - 1], column.code)) {
|
|
38516
38508
|
return [0, 0];
|
|
@@ -38585,6 +38577,28 @@ const _sfc_main$q = {
|
|
|
38585
38577
|
});
|
|
38586
38578
|
return result2;
|
|
38587
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
|
+
},
|
|
38588
38602
|
getNameI18n(column) {
|
|
38589
38603
|
if (column) {
|
|
38590
38604
|
if (this.layout.showI18n) {
|
|
@@ -38886,8 +38900,19 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38886
38900
|
placeholder: column.description,
|
|
38887
38901
|
onOnChange: ($event) => $options.onDataChange($options.rowData(row, index2), column),
|
|
38888
38902
|
onOnBlur: ($event) => $options.onBlur($options.rowData(row, index2), column)
|
|
38889
|
-
}, null, 8, ["model-value", "onUpdate:modelValue", "readonly", "style", "maxlength", "pattern", "placeholder", "onOnChange", "onOnBlur"])) : column.controlType === "
|
|
38903
|
+
}, null, 8, ["model-value", "onUpdate:modelValue", "readonly", "style", "maxlength", "pattern", "placeholder", "onOnChange", "onOnBlur"])) : column.controlType === "TextArea" ? (openBlock(), createBlock(_component_Input, {
|
|
38890
38904
|
key: 4,
|
|
38905
|
+
type: "textarea",
|
|
38906
|
+
size: "small",
|
|
38907
|
+
"model-value": _ctx.parseData($options.rowData(row, index2), column.code),
|
|
38908
|
+
"onUpdate:modelValue": ($event) => _ctx.setData($options.rowData(row, index2), column.code, $event),
|
|
38909
|
+
readonly: $options.isReadonly($options.rowData(row, index2), column),
|
|
38910
|
+
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth - 36 + "px" }),
|
|
38911
|
+
rows: column.controlHeight / 20,
|
|
38912
|
+
maxlength: column.maxLength,
|
|
38913
|
+
placeholder: column.description
|
|
38914
|
+
}, null, 8, ["model-value", "onUpdate:modelValue", "readonly", "style", "rows", "maxlength", "placeholder"])) : column.controlType === "NumberInput" ? (openBlock(), createBlock(_component_Input, {
|
|
38915
|
+
key: 5,
|
|
38891
38916
|
type: "number",
|
|
38892
38917
|
size: "small",
|
|
38893
38918
|
number: "",
|
|
@@ -38899,7 +38924,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38899
38924
|
onOnChange: ($event) => $options.onDataChange($options.rowData(row, index2), column),
|
|
38900
38925
|
onOnBlur: ($event) => $options.onBlur($options.rowData(row, index2), column)
|
|
38901
38926
|
}, null, 8, ["model-value", "onUpdate:modelValue", "readonly", "style", "placeholder", "onOnChange", "onOnBlur"])) : column.controlType === "Select" ? (openBlock(), createBlock(_component_Select, {
|
|
38902
|
-
key:
|
|
38927
|
+
key: 6,
|
|
38903
38928
|
size: "small",
|
|
38904
38929
|
"model-value": _ctx.parseData($options.rowData(row, index2), column.code),
|
|
38905
38930
|
"onUpdate:modelValue": ($event) => _ctx.setData($options.rowData(row, index2), column.code, $event),
|
|
@@ -38925,7 +38950,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38925
38950
|
]),
|
|
38926
38951
|
_: 2
|
|
38927
38952
|
}, 1032, ["model-value", "onUpdate:modelValue", "disabled", "style", "placeholder", "onOnChange"])) : column.controlType === "MultiSelect" ? (openBlock(), createBlock(_component_Select, {
|
|
38928
|
-
key:
|
|
38953
|
+
key: 7,
|
|
38929
38954
|
size: "small",
|
|
38930
38955
|
"model-value": _ctx.parseArrayData($options.rowData(row, index2), column.code),
|
|
38931
38956
|
"onUpdate:modelValue": ($event) => _ctx.setArrayData($options.rowData(row, index2), column.code, $event),
|
|
@@ -38952,7 +38977,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38952
38977
|
]),
|
|
38953
38978
|
_: 2
|
|
38954
38979
|
}, 1032, ["model-value", "onUpdate:modelValue", "disabled", "style", "placeholder", "onOnChange"])) : column.controlType === "ComboSelect" ? (openBlock(), createBlock(_component_Select, {
|
|
38955
|
-
key:
|
|
38980
|
+
key: 8,
|
|
38956
38981
|
size: "small",
|
|
38957
38982
|
"model-value": _ctx.parseData($options.rowData(row, index2), column.code),
|
|
38958
38983
|
"onUpdate:modelValue": ($event) => _ctx.setData($options.rowData(row, index2), column.code, $event),
|
|
@@ -38979,7 +39004,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38979
39004
|
]),
|
|
38980
39005
|
_: 2
|
|
38981
39006
|
}, 1032, ["model-value", "onUpdate:modelValue", "disabled", "style", "placeholder", "onOnChange"])) : column.controlType === "DialogSelect" ? (openBlock(), createBlock(_component_dialog_select, {
|
|
38982
|
-
key:
|
|
39007
|
+
key: 9,
|
|
38983
39008
|
"model-value": _ctx.parseData($options.rowData(row, index2), column.code),
|
|
38984
39009
|
size: "small",
|
|
38985
39010
|
"onUpdate:modelValue": ($event) => _ctx.setData($options.rowData(row, index2), column.code, $event),
|
|
@@ -38991,7 +39016,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38991
39016
|
controlWidth: column.controlWidth,
|
|
38992
39017
|
onOnChange: (selected) => $options.onSelectDataChange($options.rowData(row, index2), column, selected)
|
|
38993
39018
|
}, null, 8, ["model-value", "onUpdate:modelValue", "readonly", "source", "source-data-code", "source-display-code", "param", "controlWidth", "onOnChange"])) : column.controlType === "MultiDialogSelect" ? (openBlock(), createBlock(_component_dialog_select, {
|
|
38994
|
-
key:
|
|
39019
|
+
key: 10,
|
|
38995
39020
|
"model-value": _ctx.parseData($options.rowData(row, index2), column.code),
|
|
38996
39021
|
size: "small",
|
|
38997
39022
|
"onUpdate:modelValue": ($event) => _ctx.setData($options.rowData(row, index2), column.code, $event),
|
|
@@ -39004,7 +39029,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39004
39029
|
controlWidth: column.controlWidth,
|
|
39005
39030
|
onOnChange: (selected) => $options.onSelectDataChange($options.rowData(row, index2), column, selected)
|
|
39006
39031
|
}, null, 8, ["model-value", "onUpdate:modelValue", "readonly", "source", "source-data-code", "source-display-code", "param", "controlWidth", "onOnChange"])) : column.controlType === "Date" || column.controlType === "DateTime" || column.controlType === "Year" || column.controlType === "Month" ? (openBlock(), createBlock(_component_DatePicker, {
|
|
39007
|
-
key:
|
|
39032
|
+
key: 11,
|
|
39008
39033
|
size: "small",
|
|
39009
39034
|
type: column.controlType.toLowerCase(),
|
|
39010
39035
|
"model-value": _ctx.parseDateTimeData($options.rowData(row, index2), column.code),
|
|
@@ -39015,7 +39040,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39015
39040
|
transfer: true,
|
|
39016
39041
|
onOnChange: ($event) => $options.onDataChange($options.rowData(row, index2), column)
|
|
39017
39042
|
}, null, 8, ["type", "model-value", "onUpdate:modelValue", "readonly", "placeholder", "style", "onOnChange"])) : column.controlType === "DateRange" ? (openBlock(), createBlock(_component_DatePicker, {
|
|
39018
|
-
key:
|
|
39043
|
+
key: 12,
|
|
39019
39044
|
size: "small",
|
|
39020
39045
|
type: column.controlType.toLowerCase(),
|
|
39021
39046
|
"model-value": _ctx.parseDateRangeData($options.rowData(row, index2), column.code),
|
|
@@ -39026,7 +39051,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39026
39051
|
transfer: true,
|
|
39027
39052
|
onOnChange: ($event) => $options.onDataChange($options.rowData(row, index2), column)
|
|
39028
39053
|
}, null, 8, ["type", "model-value", "onUpdate:modelValue", "readonly", "placeholder", "style", "onOnChange"])) : column.controlType === "Time" ? (openBlock(), createBlock(_component_TimePicker, {
|
|
39029
|
-
key:
|
|
39054
|
+
key: 13,
|
|
39030
39055
|
size: "small",
|
|
39031
39056
|
type: "time",
|
|
39032
39057
|
"model-value": _ctx.parseDateTimeData($options.rowData(row, index2), column.code),
|
|
@@ -39037,19 +39062,19 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39037
39062
|
transfer: true,
|
|
39038
39063
|
onOnChange: ($event) => $options.onDataChange($options.rowData(row, index2), column)
|
|
39039
39064
|
}, null, 8, ["model-value", "onUpdate:modelValue", "readonly", "placeholder", "style", "onOnChange"])) : column.controlType === "Check" ? (openBlock(), createBlock(_component_Checkbox, {
|
|
39040
|
-
key:
|
|
39065
|
+
key: 14,
|
|
39041
39066
|
"model-value": !!_ctx.parseData($options.rowData(row, index2), column.code),
|
|
39042
39067
|
"onUpdate:modelValue": ($event) => _ctx.setData($options.rowData(row, index2), column.code, $event),
|
|
39043
39068
|
disabled: $options.isReadonly($options.rowData(row, index2), column),
|
|
39044
39069
|
onOnChange: ($event) => $options.onDataChange($options.rowData(row, index2), column)
|
|
39045
39070
|
}, null, 8, ["model-value", "onUpdate:modelValue", "disabled", "onOnChange"])) : column.controlType === "Switch" ? (openBlock(), createBlock(_component_Switch, {
|
|
39046
|
-
key:
|
|
39071
|
+
key: 15,
|
|
39047
39072
|
"model-value": !!_ctx.parseData($options.rowData(row, index2), column.code),
|
|
39048
39073
|
"onUpdate:modelValue": ($event) => _ctx.setData($options.rowData(row, index2), column.code, $event),
|
|
39049
39074
|
disabled: $options.isReadonly($options.rowData(row, index2), column),
|
|
39050
39075
|
onOnChange: ($event) => $options.onDataChange($options.rowData(row, index2), column)
|
|
39051
39076
|
}, null, 8, ["model-value", "onUpdate:modelValue", "disabled", "onOnChange"])) : column.controlType === "Radio" ? (openBlock(), createBlock(_component_RadioGroup, {
|
|
39052
|
-
key:
|
|
39077
|
+
key: 16,
|
|
39053
39078
|
"model-value": _ctx.parseData($options.rowData(row, index2), column.code),
|
|
39054
39079
|
"onUpdate:modelValue": ($event) => _ctx.setData($options.rowData(row, index2), column.code, $event),
|
|
39055
39080
|
onOnChange: (selected) => $options.onSelectDataChange($options.rowData(row, index2), column, selected)
|
|
@@ -39070,7 +39095,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39070
39095
|
]),
|
|
39071
39096
|
_: 2
|
|
39072
39097
|
}, 1032, ["model-value", "onUpdate:modelValue", "onOnChange"])) : column.controlType === "CheckGroup" ? (openBlock(), createBlock(_component_CheckboxGroup, {
|
|
39073
|
-
key:
|
|
39098
|
+
key: 17,
|
|
39074
39099
|
"model-value": _ctx.parseArrayData($options.rowData(row, index2), column.code),
|
|
39075
39100
|
"onUpdate:modelValue": ($event) => _ctx.setArrayData($options.rowData(row, index2), column.code, $event),
|
|
39076
39101
|
onOnChange: ($event) => $options.onDataChange($options.rowData(row, index2), column)
|
|
@@ -39090,7 +39115,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39090
39115
|
}), 128))
|
|
39091
39116
|
]),
|
|
39092
39117
|
_: 2
|
|
39093
|
-
}, 1032, ["model-value", "onUpdate:modelValue", "onOnChange"])) : column.controlType === "Attachment" ? (openBlock(), createElementBlock(Fragment, { key:
|
|
39118
|
+
}, 1032, ["model-value", "onUpdate:modelValue", "onOnChange"])) : column.controlType === "Attachment" ? (openBlock(), createElementBlock(Fragment, { key: 18 }, [
|
|
39094
39119
|
!!(_ctx.parseData($options.rowData(row, index2), column.code) || "").trim() ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(JSON.parse(_ctx.parseData(row, column.code)), (attachment, attachmentIndex) => {
|
|
39095
39120
|
return openBlock(), createElementBlock("a", {
|
|
39096
39121
|
href: _ctx.getAttachmentUrl(attachment.file, attachment.name),
|
|
@@ -39103,7 +39128,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39103
39128
|
], 8, _hoisted_6$3);
|
|
39104
39129
|
}), 128)) : createCommentVNode("", true)
|
|
39105
39130
|
], 64)) : column.controlType === "Image" ? (openBlock(), createElementBlock("div", {
|
|
39106
|
-
key:
|
|
39131
|
+
key: 19,
|
|
39107
39132
|
class: "image-group",
|
|
39108
39133
|
style: normalizeStyle$1({ "justify-content": column.align ? column.align.toLowerCase() : "center" })
|
|
39109
39134
|
}, [
|
|
@@ -39119,7 +39144,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39119
39144
|
}, null, 8, _hoisted_8$3)) : createCommentVNode("", true)
|
|
39120
39145
|
]);
|
|
39121
39146
|
}), 128))
|
|
39122
|
-
], 4)) : column.controlType === "Slider" ? (openBlock(), createElementBlock(Fragment, { key:
|
|
39147
|
+
], 4)) : column.controlType === "Slider" ? (openBlock(), createElementBlock(Fragment, { key: 20 }, [
|
|
39123
39148
|
createVNode$1(_component_Slider, {
|
|
39124
39149
|
"model-value": _ctx.parseData($options.rowData(row, index2), column.code),
|
|
39125
39150
|
"onUpdate:modelValue": ($event) => _ctx.setData($options.rowData(row, index2), column.code, $event),
|
|
@@ -39146,7 +39171,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39146
39171
|
style: normalizeStyle$1({ width: column.controlWidth == null ? "100px" : column.controlWidth + "px" }),
|
|
39147
39172
|
placeholder: column.description
|
|
39148
39173
|
}, null, 8, ["model-value", "style", "placeholder"])) : createCommentVNode("", true)
|
|
39149
|
-
], 64)) : column.controlType === "Placeholder" ? (openBlock(), createElementBlock(Fragment, { key:
|
|
39174
|
+
], 64)) : column.controlType === "Placeholder" ? (openBlock(), createElementBlock(Fragment, { key: 21 }, [], 64)) : (openBlock(), createElementBlock(Fragment, { key: 22 }, [
|
|
39150
39175
|
createTextVNode(toDisplayString$1(_ctx.$t("Front_Label_Control_Type_Not_Supported")) + " " + toDisplayString$1(column.controlType), 1)
|
|
39151
39176
|
], 64))
|
|
39152
39177
|
], 64)) : createCommentVNode("", true)
|
|
@@ -39332,7 +39357,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39332
39357
|
], 2)
|
|
39333
39358
|
], 2);
|
|
39334
39359
|
}
|
|
39335
|
-
var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-
|
|
39360
|
+
var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-f34c0fe4"]]);
|
|
39336
39361
|
const _sfc_main$p = {
|
|
39337
39362
|
mixins: [mixinPage],
|
|
39338
39363
|
components: { columnSelect, columnEdit },
|
|
@@ -39528,7 +39553,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39528
39553
|
command: withCtx(({ row, index: index2 }) => [
|
|
39529
39554
|
createVNode$1(_component_Button, {
|
|
39530
39555
|
size: "small",
|
|
39531
|
-
title: _ctx.$("Front_Btn_Edit"),
|
|
39556
|
+
title: _ctx.$t("Front_Btn_Edit"),
|
|
39532
39557
|
type: "primary",
|
|
39533
39558
|
ghost: "",
|
|
39534
39559
|
"custom-icon": "fa fa-edit",
|
|
@@ -39536,7 +39561,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39536
39561
|
}, null, 8, ["title", "onClick"]),
|
|
39537
39562
|
createVNode$1(_component_Button, {
|
|
39538
39563
|
size: "small",
|
|
39539
|
-
title: _ctx.$("Front_Btn_Up"),
|
|
39564
|
+
title: _ctx.$t("Front_Btn_Up"),
|
|
39540
39565
|
type: "primary",
|
|
39541
39566
|
ghost: "",
|
|
39542
39567
|
"custom-icon": "fa fa-chevron-up",
|
|
@@ -39544,7 +39569,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39544
39569
|
}, null, 8, ["title", "onClick"]),
|
|
39545
39570
|
createVNode$1(_component_Button, {
|
|
39546
39571
|
size: "small",
|
|
39547
|
-
title: _ctx.$("Front_Btn_Down"),
|
|
39572
|
+
title: _ctx.$t("Front_Btn_Down"),
|
|
39548
39573
|
type: "primary",
|
|
39549
39574
|
ghost: "",
|
|
39550
39575
|
"custom-icon": "fa fa-chevron-down",
|
|
@@ -39552,7 +39577,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39552
39577
|
}, null, 8, ["title", "onClick"]),
|
|
39553
39578
|
createVNode$1(_component_Button, {
|
|
39554
39579
|
size: "small",
|
|
39555
|
-
title: _ctx.$("Front_Btn_Remove"),
|
|
39580
|
+
title: _ctx.$t("Front_Btn_Remove"),
|
|
39556
39581
|
type: "primary",
|
|
39557
39582
|
ghost: "",
|
|
39558
39583
|
"custom-icon": "fa fa-times",
|
|
@@ -47677,6 +47702,9 @@ const _sfc_main$l = {
|
|
|
47677
47702
|
},
|
|
47678
47703
|
beforeClose: {
|
|
47679
47704
|
type: Function
|
|
47705
|
+
},
|
|
47706
|
+
spanMethod: {
|
|
47707
|
+
type: Function
|
|
47680
47708
|
}
|
|
47681
47709
|
},
|
|
47682
47710
|
computed: {
|
|
@@ -47851,6 +47879,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47851
47879
|
"on-search": $props.onSearch,
|
|
47852
47880
|
"summary-method": $props.summaryMethod,
|
|
47853
47881
|
"page-size-opts": $props.pageSizeOpts,
|
|
47882
|
+
"span-method": $props.spanMethod,
|
|
47854
47883
|
onCreate: $options.create,
|
|
47855
47884
|
onEdit: $options.edit,
|
|
47856
47885
|
onOnReady: $options.onReady,
|
|
@@ -47902,7 +47931,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47902
47931
|
})
|
|
47903
47932
|
]),
|
|
47904
47933
|
_: 3
|
|
47905
|
-
}, 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"])
|
|
47934
|
+
}, 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"])
|
|
47906
47935
|
])
|
|
47907
47936
|
]),
|
|
47908
47937
|
_: 3
|
|
@@ -120896,7 +120925,7 @@ const install = function(app) {
|
|
|
120896
120925
|
const API = {
|
|
120897
120926
|
install
|
|
120898
120927
|
};
|
|
120899
|
-
const files = { "./pages/account/login.vue":
|
|
120928
|
+
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 };
|
|
120900
120929
|
const pages = {};
|
|
120901
120930
|
Object.keys(files).forEach((key) => {
|
|
120902
120931
|
pages[key.replace(/(\.\/pages\/)/g, "")] = files[key].default;
|
|
@@ -120910,4 +120939,4 @@ const created = async (app) => {
|
|
|
120910
120939
|
const routeChanged = (to) => {
|
|
120911
120940
|
store.dispatch("admin/menu/setMenuList", to);
|
|
120912
120941
|
};
|
|
120913
|
-
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 };
|
|
120942
|
+
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 };
|