mooho-base-admin-plus 0.4.69 → 0.4.70
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.
|
@@ -12735,11 +12735,11 @@ service.interceptors.response.use((response) => {
|
|
|
12735
12735
|
errorLog(error2);
|
|
12736
12736
|
return Promise.reject(error2);
|
|
12737
12737
|
});
|
|
12738
|
-
const res$
|
|
12738
|
+
const res$o = "User";
|
|
12739
12739
|
var userlApi = {
|
|
12740
12740
|
get(id) {
|
|
12741
12741
|
return service({
|
|
12742
|
-
url: `api/${res$
|
|
12742
|
+
url: `api/${res$o}/get`,
|
|
12743
12743
|
method: "get",
|
|
12744
12744
|
params: {
|
|
12745
12745
|
id
|
|
@@ -12748,14 +12748,14 @@ var userlApi = {
|
|
|
12748
12748
|
},
|
|
12749
12749
|
login(data2) {
|
|
12750
12750
|
return service({
|
|
12751
|
-
url: `api/${res$
|
|
12751
|
+
url: `api/${res$o}/login`,
|
|
12752
12752
|
method: "post",
|
|
12753
12753
|
data: data2
|
|
12754
12754
|
});
|
|
12755
12755
|
},
|
|
12756
12756
|
resetPassword(id) {
|
|
12757
12757
|
return service({
|
|
12758
|
-
url: `api/${res$
|
|
12758
|
+
url: `api/${res$o}/resetPassword`,
|
|
12759
12759
|
method: "post",
|
|
12760
12760
|
data: {
|
|
12761
12761
|
id
|
|
@@ -12764,14 +12764,14 @@ var userlApi = {
|
|
|
12764
12764
|
},
|
|
12765
12765
|
updatePassword(data2) {
|
|
12766
12766
|
return service({
|
|
12767
|
-
url: `api/${res$
|
|
12767
|
+
url: `api/${res$o}/updatePassword`,
|
|
12768
12768
|
method: "post",
|
|
12769
12769
|
data: data2
|
|
12770
12770
|
});
|
|
12771
12771
|
},
|
|
12772
12772
|
updateUser(data2) {
|
|
12773
12773
|
return service({
|
|
12774
|
-
url: `api/${res$
|
|
12774
|
+
url: `api/${res$o}/updateUserInfo`,
|
|
12775
12775
|
method: "put",
|
|
12776
12776
|
data: data2
|
|
12777
12777
|
});
|
|
@@ -12827,11 +12827,11 @@ var __glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
|
|
|
12827
12827
|
__proto__: null,
|
|
12828
12828
|
"default": account
|
|
12829
12829
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
12830
|
-
const res$
|
|
12830
|
+
const res$n = "Enum";
|
|
12831
12831
|
var enumApi = {
|
|
12832
12832
|
query(enumType) {
|
|
12833
12833
|
return service({
|
|
12834
|
-
url: `api/${res$
|
|
12834
|
+
url: `api/${res$n}/queryEnumItem`,
|
|
12835
12835
|
method: "get",
|
|
12836
12836
|
params: {
|
|
12837
12837
|
enumType
|
|
@@ -14815,11 +14815,11 @@ var __glob_0_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
|
|
|
14815
14815
|
__proto__: null,
|
|
14816
14816
|
"default": cache$1
|
|
14817
14817
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
14818
|
-
const res$
|
|
14818
|
+
const res$m = "DataView";
|
|
14819
14819
|
var dataViewApi = {
|
|
14820
14820
|
getByCode(code) {
|
|
14821
14821
|
return service({
|
|
14822
|
-
url: `api/${res$
|
|
14822
|
+
url: `api/${res$m}/getByCode`,
|
|
14823
14823
|
method: "get",
|
|
14824
14824
|
params: {
|
|
14825
14825
|
code
|
|
@@ -14828,7 +14828,7 @@ var dataViewApi = {
|
|
|
14828
14828
|
},
|
|
14829
14829
|
save(code, viewColumns) {
|
|
14830
14830
|
return service({
|
|
14831
|
-
url: `api/${res$
|
|
14831
|
+
url: `api/${res$m}/saveDataView`,
|
|
14832
14832
|
method: "post",
|
|
14833
14833
|
data: {
|
|
14834
14834
|
code,
|
|
@@ -14838,7 +14838,7 @@ var dataViewApi = {
|
|
|
14838
14838
|
},
|
|
14839
14839
|
copy(id, newCode) {
|
|
14840
14840
|
return service({
|
|
14841
|
-
url: `api/${res$
|
|
14841
|
+
url: `api/${res$m}/copyDataView`,
|
|
14842
14842
|
method: "post",
|
|
14843
14843
|
data: {
|
|
14844
14844
|
id,
|
|
@@ -14848,14 +14848,14 @@ var dataViewApi = {
|
|
|
14848
14848
|
},
|
|
14849
14849
|
saveSetting(data2) {
|
|
14850
14850
|
return service({
|
|
14851
|
-
url: `api/${res$
|
|
14851
|
+
url: `api/${res$m}/saveSetting`,
|
|
14852
14852
|
method: "post",
|
|
14853
14853
|
data: data2
|
|
14854
14854
|
});
|
|
14855
14855
|
},
|
|
14856
14856
|
saveUserView(code, viewColumns) {
|
|
14857
14857
|
return service({
|
|
14858
|
-
url: `api/${res$
|
|
14858
|
+
url: `api/${res$m}/saveUserView`,
|
|
14859
14859
|
method: "post",
|
|
14860
14860
|
data: {
|
|
14861
14861
|
code,
|
|
@@ -14865,7 +14865,7 @@ var dataViewApi = {
|
|
|
14865
14865
|
},
|
|
14866
14866
|
saveFilterColumn(code, filterColumns) {
|
|
14867
14867
|
return service({
|
|
14868
|
-
url: `api/${res$
|
|
14868
|
+
url: `api/${res$m}/saveFilterColumn`,
|
|
14869
14869
|
method: "post",
|
|
14870
14870
|
data: {
|
|
14871
14871
|
code,
|
|
@@ -14875,7 +14875,7 @@ var dataViewApi = {
|
|
|
14875
14875
|
},
|
|
14876
14876
|
reset(code) {
|
|
14877
14877
|
return service({
|
|
14878
|
-
url: `api/${res$
|
|
14878
|
+
url: `api/${res$m}/removeUserView`,
|
|
14879
14879
|
method: "post",
|
|
14880
14880
|
data: {
|
|
14881
14881
|
code
|
|
@@ -14884,7 +14884,7 @@ var dataViewApi = {
|
|
|
14884
14884
|
},
|
|
14885
14885
|
queryColumnByModel(model2) {
|
|
14886
14886
|
return service({
|
|
14887
|
-
url: `api/${res$
|
|
14887
|
+
url: `api/${res$m}/queryColumnByModel`,
|
|
14888
14888
|
method: "get",
|
|
14889
14889
|
params: {
|
|
14890
14890
|
model: model2
|
|
@@ -14893,7 +14893,7 @@ var dataViewApi = {
|
|
|
14893
14893
|
},
|
|
14894
14894
|
queryColumnByView(view) {
|
|
14895
14895
|
return service({
|
|
14896
|
-
url: `api/${res$
|
|
14896
|
+
url: `api/${res$m}/queryColumnByView`,
|
|
14897
14897
|
method: "get",
|
|
14898
14898
|
params: {
|
|
14899
14899
|
view
|
|
@@ -14902,7 +14902,7 @@ var dataViewApi = {
|
|
|
14902
14902
|
},
|
|
14903
14903
|
queryColumnByDataSource(dataSource) {
|
|
14904
14904
|
return service({
|
|
14905
|
-
url: `api/${res$
|
|
14905
|
+
url: `api/${res$m}/queryColumnByDataSource`,
|
|
14906
14906
|
method: "get",
|
|
14907
14907
|
params: {
|
|
14908
14908
|
dataSource
|
|
@@ -14911,7 +14911,7 @@ var dataViewApi = {
|
|
|
14911
14911
|
},
|
|
14912
14912
|
queryFilterByDataSource(dataSource) {
|
|
14913
14913
|
return service({
|
|
14914
|
-
url: `api/${res$
|
|
14914
|
+
url: `api/${res$m}/queryFilterByDataSource`,
|
|
14915
14915
|
method: "get",
|
|
14916
14916
|
params: {
|
|
14917
14917
|
dataSource
|
|
@@ -14920,7 +14920,7 @@ var dataViewApi = {
|
|
|
14920
14920
|
},
|
|
14921
14921
|
getSchemaByModel(model2) {
|
|
14922
14922
|
return service({
|
|
14923
|
-
url: `api/${res$
|
|
14923
|
+
url: `api/${res$m}/getSchemaByModel`,
|
|
14924
14924
|
method: "get",
|
|
14925
14925
|
params: {
|
|
14926
14926
|
model: model2
|
|
@@ -14929,7 +14929,7 @@ var dataViewApi = {
|
|
|
14929
14929
|
},
|
|
14930
14930
|
async exportFile(ids) {
|
|
14931
14931
|
const result2 = await service({
|
|
14932
|
-
url: `api/${res$
|
|
14932
|
+
url: `api/${res$m}/exportFile`,
|
|
14933
14933
|
method: "post",
|
|
14934
14934
|
responseType: "blob",
|
|
14935
14935
|
data: {
|
|
@@ -14943,7 +14943,7 @@ var dataViewApi = {
|
|
|
14943
14943
|
},
|
|
14944
14944
|
async exportExcel(tableView2, data2, viewColumns) {
|
|
14945
14945
|
const result2 = await service({
|
|
14946
|
-
url: `api/${res$
|
|
14946
|
+
url: `api/${res$m}/export`,
|
|
14947
14947
|
method: "post",
|
|
14948
14948
|
responseType: "blob",
|
|
14949
14949
|
data: {
|
|
@@ -14960,7 +14960,7 @@ var dataViewApi = {
|
|
|
14960
14960
|
},
|
|
14961
14961
|
async exportPdf(tableView2, data2, viewColumns) {
|
|
14962
14962
|
const result2 = await service({
|
|
14963
|
-
url: `api/${res$
|
|
14963
|
+
url: `api/${res$m}/export`,
|
|
14964
14964
|
method: "post",
|
|
14965
14965
|
responseType: "blob",
|
|
14966
14966
|
data: {
|
|
@@ -14982,7 +14982,7 @@ var dataViewApi = {
|
|
|
14982
14982
|
return;
|
|
14983
14983
|
}
|
|
14984
14984
|
const result2 = await service({
|
|
14985
|
-
url: `api/${res$
|
|
14985
|
+
url: `api/${res$m}/export`,
|
|
14986
14986
|
method: "post",
|
|
14987
14987
|
data: {
|
|
14988
14988
|
data: data2,
|
|
@@ -18916,11 +18916,11 @@ var i18n$1 = vueI18n.exports.createI18n({
|
|
|
18916
18916
|
globalInjection: true,
|
|
18917
18917
|
legacy: false
|
|
18918
18918
|
});
|
|
18919
|
-
const res$
|
|
18919
|
+
const res$l = "I18nText";
|
|
18920
18920
|
var i18nTextApi = {
|
|
18921
18921
|
queryForEdit(i18nType, category) {
|
|
18922
18922
|
return service({
|
|
18923
|
-
url: `api/${res$
|
|
18923
|
+
url: `api/${res$l}/queryForEdit`,
|
|
18924
18924
|
method: "get",
|
|
18925
18925
|
params: {
|
|
18926
18926
|
i18nType,
|
|
@@ -18930,7 +18930,7 @@ var i18nTextApi = {
|
|
|
18930
18930
|
},
|
|
18931
18931
|
save(i18nType, category, data2) {
|
|
18932
18932
|
return service({
|
|
18933
|
-
url: `api/${res$
|
|
18933
|
+
url: `api/${res$l}/save`,
|
|
18934
18934
|
method: "post",
|
|
18935
18935
|
data: {
|
|
18936
18936
|
i18nType,
|
|
@@ -18941,7 +18941,7 @@ var i18nTextApi = {
|
|
|
18941
18941
|
},
|
|
18942
18942
|
getAll() {
|
|
18943
18943
|
return service({
|
|
18944
|
-
url: `api/${res$
|
|
18944
|
+
url: `api/${res$l}/getAll`,
|
|
18945
18945
|
method: "get"
|
|
18946
18946
|
});
|
|
18947
18947
|
}
|
|
@@ -19457,11 +19457,11 @@ function setNativePermission(data2) {
|
|
|
19457
19457
|
function getNativePermission() {
|
|
19458
19458
|
return JSON.parse(localStorage.getItem(`admin-plus-${Setting.appID}-permission`) || "[]");
|
|
19459
19459
|
}
|
|
19460
|
-
const res$
|
|
19460
|
+
const res$k = "Permission";
|
|
19461
19461
|
var permissionApi = {
|
|
19462
19462
|
query() {
|
|
19463
19463
|
return service({
|
|
19464
|
-
url: `api/${res$
|
|
19464
|
+
url: `api/${res$k}/query`,
|
|
19465
19465
|
method: "get",
|
|
19466
19466
|
params: {
|
|
19467
19467
|
clientType: "Admin"
|
|
@@ -19470,7 +19470,7 @@ var permissionApi = {
|
|
|
19470
19470
|
},
|
|
19471
19471
|
queryByRoleID(roleID, clientType) {
|
|
19472
19472
|
return service({
|
|
19473
|
-
url: `api/${res$
|
|
19473
|
+
url: `api/${res$k}/queryByRoleID`,
|
|
19474
19474
|
method: "get",
|
|
19475
19475
|
params: {
|
|
19476
19476
|
roleID,
|
|
@@ -19480,7 +19480,7 @@ var permissionApi = {
|
|
|
19480
19480
|
},
|
|
19481
19481
|
queryRouter() {
|
|
19482
19482
|
return service({
|
|
19483
|
-
url: `api/${res$
|
|
19483
|
+
url: `api/${res$k}/queryRouter`,
|
|
19484
19484
|
method: "get",
|
|
19485
19485
|
params: {
|
|
19486
19486
|
clientType: "Admin"
|
|
@@ -19489,7 +19489,7 @@ var permissionApi = {
|
|
|
19489
19489
|
},
|
|
19490
19490
|
async exportFile(ids) {
|
|
19491
19491
|
const result2 = await service({
|
|
19492
|
-
url: `api/${res$
|
|
19492
|
+
url: `api/${res$k}/exportFile`,
|
|
19493
19493
|
method: "post",
|
|
19494
19494
|
responseType: "blob",
|
|
19495
19495
|
data: {
|
|
@@ -20112,11 +20112,11 @@ var __glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
20112
20112
|
__proto__: null,
|
|
20113
20113
|
"default": user$1
|
|
20114
20114
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
20115
|
-
const res$
|
|
20115
|
+
const res$j = "CustomPage";
|
|
20116
20116
|
var customPageApi = {
|
|
20117
20117
|
get(id) {
|
|
20118
20118
|
return service({
|
|
20119
|
-
url: `api/${res$
|
|
20119
|
+
url: `api/${res$j}/get`,
|
|
20120
20120
|
method: "get",
|
|
20121
20121
|
params: {
|
|
20122
20122
|
id
|
|
@@ -20795,21 +20795,21 @@ var mixinPage = {
|
|
|
20795
20795
|
}
|
|
20796
20796
|
return data;
|
|
20797
20797
|
},
|
|
20798
|
-
judgeCondition(
|
|
20799
|
-
if (!
|
|
20798
|
+
judgeCondition(setting2, model2) {
|
|
20799
|
+
if (!setting2) {
|
|
20800
20800
|
return false;
|
|
20801
20801
|
}
|
|
20802
|
-
if (
|
|
20803
|
-
for (let i2 = 0; i2 <
|
|
20804
|
-
let data2 = this.parseData(model2,
|
|
20802
|
+
if (setting2.type == "Condition") {
|
|
20803
|
+
for (let i2 = 0; i2 < setting2.condition.length; i2++) {
|
|
20804
|
+
let data2 = this.parseData(model2, setting2.condition[i2].code);
|
|
20805
20805
|
if (data2 == null) {
|
|
20806
20806
|
data2 = "";
|
|
20807
20807
|
}
|
|
20808
|
-
let value =
|
|
20808
|
+
let value = setting2.condition[i2].value;
|
|
20809
20809
|
if (value == null) {
|
|
20810
20810
|
value = "";
|
|
20811
20811
|
}
|
|
20812
|
-
let operator =
|
|
20812
|
+
let operator = setting2.condition[i2].operator;
|
|
20813
20813
|
let result2 = false;
|
|
20814
20814
|
if (operator == "Equal") {
|
|
20815
20815
|
result2 = value.split(",").some((item) => {
|
|
@@ -20837,8 +20837,8 @@ var mixinPage = {
|
|
|
20837
20837
|
}
|
|
20838
20838
|
}
|
|
20839
20839
|
return true;
|
|
20840
|
-
} else if (
|
|
20841
|
-
return this.calculate(
|
|
20840
|
+
} else if (setting2.type == "Expression") {
|
|
20841
|
+
return this.calculate(setting2.expression, model2) == true;
|
|
20842
20842
|
}
|
|
20843
20843
|
},
|
|
20844
20844
|
confirm(title, onConfirm) {
|
|
@@ -20998,7 +20998,7 @@ var _export_sfc = (sfc, props) => {
|
|
|
20998
20998
|
}
|
|
20999
20999
|
return target;
|
|
21000
21000
|
};
|
|
21001
|
-
const _sfc_main$
|
|
21001
|
+
const _sfc_main$1q = {
|
|
21002
21002
|
mixins: [mixinPage],
|
|
21003
21003
|
components: {},
|
|
21004
21004
|
data() {
|
|
@@ -21042,7 +21042,7 @@ const _sfc_main$1p = {
|
|
|
21042
21042
|
}
|
|
21043
21043
|
};
|
|
21044
21044
|
const _withScopeId$1 = (n2) => (pushScopeId("data-v-1c48c1b3"), n2 = n2(), popScopeId(), n2);
|
|
21045
|
-
const _hoisted_1$
|
|
21045
|
+
const _hoisted_1$1a = { class: "signIn" };
|
|
21046
21046
|
const _hoisted_2$H = { class: "box cf" };
|
|
21047
21047
|
const _hoisted_3$C = { class: "right" };
|
|
21048
21048
|
const _hoisted_4$q = { class: "logo cf" };
|
|
@@ -21051,8 +21051,8 @@ const _hoisted_6$f = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ create
|
|
|
21051
21051
|
const _hoisted_7$d = ["placeholder"];
|
|
21052
21052
|
const _hoisted_8$b = ["placeholder"];
|
|
21053
21053
|
const _hoisted_9$a = { class: "cpt" };
|
|
21054
|
-
function _sfc_render$
|
|
21055
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
21054
|
+
function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21055
|
+
return openBlock(), createElementBlock("div", _hoisted_1$1a, [
|
|
21056
21056
|
createElementVNode("div", _hoisted_2$H, [
|
|
21057
21057
|
createElementVNode("div", {
|
|
21058
21058
|
class: "left",
|
|
@@ -21104,30 +21104,30 @@ function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21104
21104
|
createElementVNode("div", _hoisted_9$a, toDisplayString$1(_ctx.sysInfo.copyright), 1)
|
|
21105
21105
|
]);
|
|
21106
21106
|
}
|
|
21107
|
-
var login = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21107
|
+
var login = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1q], ["__scopeId", "data-v-1c48c1b3"], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/account/login.vue"]]);
|
|
21108
21108
|
var __glob_45_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
21109
21109
|
__proto__: null,
|
|
21110
21110
|
"default": login
|
|
21111
21111
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
21112
|
-
const res$
|
|
21112
|
+
const res$i = "Shortcut";
|
|
21113
21113
|
var shortcutApi = {
|
|
21114
21114
|
queryMy() {
|
|
21115
21115
|
return service({
|
|
21116
|
-
url: `api/${res$
|
|
21116
|
+
url: `api/${res$i}/queryMy`,
|
|
21117
21117
|
method: "post",
|
|
21118
21118
|
data: {}
|
|
21119
21119
|
});
|
|
21120
21120
|
},
|
|
21121
21121
|
save(data2) {
|
|
21122
21122
|
return service({
|
|
21123
|
-
url: `api/${res$
|
|
21123
|
+
url: `api/${res$i}/save`,
|
|
21124
21124
|
method: "post",
|
|
21125
21125
|
data: data2
|
|
21126
21126
|
});
|
|
21127
21127
|
}
|
|
21128
21128
|
};
|
|
21129
21129
|
var shortcut_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".shortcut p[data-v-a9e726d4]{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}\n")();
|
|
21130
|
-
const _sfc_main$
|
|
21130
|
+
const _sfc_main$1p = {
|
|
21131
21131
|
name: "home",
|
|
21132
21132
|
mixins: [mixinPage],
|
|
21133
21133
|
components: {},
|
|
@@ -21188,13 +21188,13 @@ const _sfc_main$1o = {
|
|
|
21188
21188
|
}
|
|
21189
21189
|
}
|
|
21190
21190
|
};
|
|
21191
|
-
const _hoisted_1$
|
|
21191
|
+
const _hoisted_1$19 = { class: "ivu-pl-8" };
|
|
21192
21192
|
const _hoisted_2$G = {
|
|
21193
21193
|
class: "ivu-text-center",
|
|
21194
21194
|
style: { "height": "250px" }
|
|
21195
21195
|
};
|
|
21196
21196
|
const _hoisted_3$B = { class: "ivu-pt-8" };
|
|
21197
|
-
function _sfc_render$
|
|
21197
|
+
function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21198
21198
|
const _component_Avatar = resolveComponent("Avatar");
|
|
21199
21199
|
const _component_Icon = resolveComponent("Icon");
|
|
21200
21200
|
const _component_Tooltip = resolveComponent("Tooltip");
|
|
@@ -21221,7 +21221,7 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21221
21221
|
[_directive_color, "#1890ff"],
|
|
21222
21222
|
[_directive_bg_color, "#e6f7ff"]
|
|
21223
21223
|
]),
|
|
21224
|
-
createElementVNode("span", _hoisted_1$
|
|
21224
|
+
createElementVNode("span", _hoisted_1$19, toDisplayString$1(_ctx.$t("Front_Label_Shortcut")), 1)
|
|
21225
21225
|
])
|
|
21226
21226
|
]),
|
|
21227
21227
|
extra: withCtx(() => [
|
|
@@ -21332,8 +21332,8 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21332
21332
|
}, 8, ["onOnDragDrop"])
|
|
21333
21333
|
]);
|
|
21334
21334
|
}
|
|
21335
|
-
var Shortcut = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21336
|
-
const _sfc_main$
|
|
21335
|
+
var Shortcut = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1p], ["__scopeId", "data-v-a9e726d4"], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/home/shortcut.vue"]]);
|
|
21336
|
+
const _sfc_main$1o = {
|
|
21337
21337
|
name: "notice-list",
|
|
21338
21338
|
mixins: [mixinPage],
|
|
21339
21339
|
components: {},
|
|
@@ -21353,13 +21353,13 @@ const _sfc_main$1n = {
|
|
|
21353
21353
|
}
|
|
21354
21354
|
}
|
|
21355
21355
|
};
|
|
21356
|
-
const _hoisted_1$
|
|
21356
|
+
const _hoisted_1$18 = { class: "ivu-pl-8" };
|
|
21357
21357
|
const _hoisted_2$F = ["onClick"];
|
|
21358
21358
|
const _hoisted_3$A = { class: "title" };
|
|
21359
21359
|
const _hoisted_4$p = /* @__PURE__ */ createElementVNode("span", { class: "description" }, null, -1);
|
|
21360
21360
|
const _hoisted_5$j = { style: { "margin": "16px", "max-height": "500px" } };
|
|
21361
21361
|
const _hoisted_6$e = ["innerHTML"];
|
|
21362
|
-
function _sfc_render$
|
|
21362
|
+
function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21363
21363
|
const _component_Avatar = resolveComponent("Avatar");
|
|
21364
21364
|
const _component_view_table = resolveComponent("view-table");
|
|
21365
21365
|
const _component_Card = resolveComponent("Card");
|
|
@@ -21382,7 +21382,7 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21382
21382
|
[_directive_color, "#1890ff"],
|
|
21383
21383
|
[_directive_bg_color, "#e6f7ff"]
|
|
21384
21384
|
]),
|
|
21385
|
-
createElementVNode("span", _hoisted_1$
|
|
21385
|
+
createElementVNode("span", _hoisted_1$18, toDisplayString$1(_ctx.$t("Front_Label_Notice")), 1)
|
|
21386
21386
|
])
|
|
21387
21387
|
]),
|
|
21388
21388
|
default: withCtx(() => [
|
|
@@ -21446,9 +21446,9 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21446
21446
|
}, 8, ["modelValue", "mask-closable", "draggable"])
|
|
21447
21447
|
]);
|
|
21448
21448
|
}
|
|
21449
|
-
var NoticeList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21449
|
+
var NoticeList = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/home/notice-list.vue"]]);
|
|
21450
21450
|
var home_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".stat[data-v-9f6133a2]{display:flex}.stat .icon[data-v-9f6133a2]{width:50%;margin-left:auto;margin-right:auto;text-align:center}.stat .icon i[data-v-9f6133a2]{font-size:64px}.stat .content[data-v-9f6133a2]{width:50%}.stat .content .value1[data-v-9f6133a2]{font-size:12px;float:right;margin-top:18px}.stat .content .value2[data-v-9f6133a2]{font-size:12px;float:right;margin-top:8px}\n")();
|
|
21451
|
-
const _sfc_main$
|
|
21451
|
+
const _sfc_main$1n = {
|
|
21452
21452
|
name: "home",
|
|
21453
21453
|
mixins: [mixinPage],
|
|
21454
21454
|
components: { noticeList: NoticeList, shortcut: Shortcut },
|
|
@@ -21468,7 +21468,7 @@ const _sfc_main$1m = {
|
|
|
21468
21468
|
methods: {}
|
|
21469
21469
|
};
|
|
21470
21470
|
const _withScopeId = (n2) => (pushScopeId("data-v-9f6133a2"), n2 = n2(), popScopeId(), n2);
|
|
21471
|
-
const _hoisted_1$
|
|
21471
|
+
const _hoisted_1$17 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("p", null, [
|
|
21472
21472
|
/* @__PURE__ */ createElementVNode("span", null, "\u68C0\u6D4B\u4EFB\u52A1")
|
|
21473
21473
|
], -1));
|
|
21474
21474
|
const _hoisted_2$E = { class: "stat" };
|
|
@@ -21500,7 +21500,7 @@ const _hoisted_21$2 = { class: "icon" };
|
|
|
21500
21500
|
const _hoisted_22$2 = { class: "content" };
|
|
21501
21501
|
const _hoisted_23$2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value1" }, "\u5F85\u5206\u6D3E", -1));
|
|
21502
21502
|
const _hoisted_24$2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value2" }, "\u5DF2\u5206\u6D3E", -1));
|
|
21503
|
-
function _sfc_render$
|
|
21503
|
+
function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21504
21504
|
const _component_Icon = resolveComponent("Icon");
|
|
21505
21505
|
const _component_Numeral = resolveComponent("Numeral");
|
|
21506
21506
|
const _component_Card = resolveComponent("Card");
|
|
@@ -21535,7 +21535,7 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21535
21535
|
padding: 12
|
|
21536
21536
|
}, {
|
|
21537
21537
|
title: withCtx(() => [
|
|
21538
|
-
_hoisted_1$
|
|
21538
|
+
_hoisted_1$17
|
|
21539
21539
|
]),
|
|
21540
21540
|
default: withCtx(() => [
|
|
21541
21541
|
createElementVNode("div", _hoisted_2$E, [
|
|
@@ -21742,16 +21742,16 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21742
21742
|
})
|
|
21743
21743
|
]);
|
|
21744
21744
|
}
|
|
21745
|
-
var home = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21745
|
+
var home = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n], ["__scopeId", "data-v-9f6133a2"], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/common/home.vue"]]);
|
|
21746
21746
|
var __glob_45_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
21747
21747
|
__proto__: null,
|
|
21748
21748
|
"default": home
|
|
21749
21749
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
21750
|
-
const res$
|
|
21750
|
+
const res$h = "CustomModel";
|
|
21751
21751
|
var customModelApi = {
|
|
21752
21752
|
add(modelName, model2) {
|
|
21753
21753
|
return service({
|
|
21754
|
-
url: `api/${res$
|
|
21754
|
+
url: `api/${res$h}/add`,
|
|
21755
21755
|
method: "post",
|
|
21756
21756
|
data: {
|
|
21757
21757
|
modelName,
|
|
@@ -21761,7 +21761,7 @@ var customModelApi = {
|
|
|
21761
21761
|
},
|
|
21762
21762
|
update(modelName, model2) {
|
|
21763
21763
|
return service({
|
|
21764
|
-
url: `api/${res$
|
|
21764
|
+
url: `api/${res$h}/update`,
|
|
21765
21765
|
method: "put",
|
|
21766
21766
|
data: {
|
|
21767
21767
|
modelName,
|
|
@@ -21771,7 +21771,7 @@ var customModelApi = {
|
|
|
21771
21771
|
},
|
|
21772
21772
|
remove(modelName, id) {
|
|
21773
21773
|
return service({
|
|
21774
|
-
url: `api/${res$
|
|
21774
|
+
url: `api/${res$h}/remove`,
|
|
21775
21775
|
method: "delete",
|
|
21776
21776
|
data: {
|
|
21777
21777
|
modelName,
|
|
@@ -21781,7 +21781,7 @@ var customModelApi = {
|
|
|
21781
21781
|
},
|
|
21782
21782
|
batchSave(modelName, data2) {
|
|
21783
21783
|
return service({
|
|
21784
|
-
url: `api/${res$
|
|
21784
|
+
url: `api/${res$h}/batchSave`,
|
|
21785
21785
|
method: "post",
|
|
21786
21786
|
data: {
|
|
21787
21787
|
modelName,
|
|
@@ -21791,7 +21791,7 @@ var customModelApi = {
|
|
|
21791
21791
|
},
|
|
21792
21792
|
get(modelName, id) {
|
|
21793
21793
|
return service({
|
|
21794
|
-
url: `api/${res$
|
|
21794
|
+
url: `api/${res$h}/get`,
|
|
21795
21795
|
method: "get",
|
|
21796
21796
|
params: {
|
|
21797
21797
|
modelName,
|
|
@@ -21802,7 +21802,7 @@ var customModelApi = {
|
|
|
21802
21802
|
query(modelName, filter2) {
|
|
21803
21803
|
let path = filter2.isGroupBy ? "group" : "query";
|
|
21804
21804
|
return service({
|
|
21805
|
-
url: `api/${res$
|
|
21805
|
+
url: `api/${res$h}/${path}`,
|
|
21806
21806
|
method: "post",
|
|
21807
21807
|
data: {
|
|
21808
21808
|
...filter2,
|
|
@@ -21823,14 +21823,14 @@ var customModelApi = {
|
|
|
21823
21823
|
data2.groupColumn = JSON.parse(tableView2.groupColumn);
|
|
21824
21824
|
data2.groupMethod = JSON.parse(tableView2.groupMethod);
|
|
21825
21825
|
await service({
|
|
21826
|
-
url: `api/${res$
|
|
21826
|
+
url: `api/${res$h}/group`,
|
|
21827
21827
|
method: "post",
|
|
21828
21828
|
responseType: "blob",
|
|
21829
21829
|
data: data2
|
|
21830
21830
|
});
|
|
21831
21831
|
} else {
|
|
21832
21832
|
await service({
|
|
21833
|
-
url: `api/${res$
|
|
21833
|
+
url: `api/${res$h}/query`,
|
|
21834
21834
|
method: "post",
|
|
21835
21835
|
responseType: "blob",
|
|
21836
21836
|
data: data2
|
|
@@ -21854,14 +21854,14 @@ var customModelApi = {
|
|
|
21854
21854
|
data2.groupColumn = JSON.parse(tableView2.groupColumn);
|
|
21855
21855
|
data2.groupMethod = JSON.parse(tableView2.groupMethod);
|
|
21856
21856
|
await service({
|
|
21857
|
-
url: `api/${res$
|
|
21857
|
+
url: `api/${res$h}/group`,
|
|
21858
21858
|
method: "post",
|
|
21859
21859
|
responseType: "blob",
|
|
21860
21860
|
data: data2
|
|
21861
21861
|
});
|
|
21862
21862
|
} else {
|
|
21863
21863
|
await service({
|
|
21864
|
-
url: `api/${res$
|
|
21864
|
+
url: `api/${res$h}/query`,
|
|
21865
21865
|
method: "post",
|
|
21866
21866
|
responseType: "blob",
|
|
21867
21867
|
data: data2
|
|
@@ -21890,14 +21890,14 @@ var customModelApi = {
|
|
|
21890
21890
|
data2.groupColumn = JSON.parse(tableView2.groupColumn);
|
|
21891
21891
|
data2.groupMethod = JSON.parse(tableView2.groupMethod);
|
|
21892
21892
|
result2 = await service({
|
|
21893
|
-
url: `api/${res$
|
|
21893
|
+
url: `api/${res$h}/group`,
|
|
21894
21894
|
method: "post",
|
|
21895
21895
|
responseType: "blob",
|
|
21896
21896
|
data: data2
|
|
21897
21897
|
});
|
|
21898
21898
|
} else {
|
|
21899
21899
|
result2 = await service({
|
|
21900
|
-
url: `api/${res$
|
|
21900
|
+
url: `api/${res$h}/query`,
|
|
21901
21901
|
method: "post",
|
|
21902
21902
|
responseType: "blob",
|
|
21903
21903
|
data: data2
|
|
@@ -21914,11 +21914,11 @@ var customModelApi = {
|
|
|
21914
21914
|
LODOP.PRINTA();
|
|
21915
21915
|
}
|
|
21916
21916
|
};
|
|
21917
|
-
const res$
|
|
21917
|
+
const res$g = "ProcessInst";
|
|
21918
21918
|
var processInstApi = {
|
|
21919
21919
|
addMessage(id, message) {
|
|
21920
21920
|
return service({
|
|
21921
|
-
url: `api/${res$
|
|
21921
|
+
url: `api/${res$g}/addMessage`,
|
|
21922
21922
|
method: "post",
|
|
21923
21923
|
data: {
|
|
21924
21924
|
id,
|
|
@@ -21927,11 +21927,11 @@ var processInstApi = {
|
|
|
21927
21927
|
});
|
|
21928
21928
|
}
|
|
21929
21929
|
};
|
|
21930
|
-
const res$
|
|
21930
|
+
const res$f = "Task";
|
|
21931
21931
|
var taskApi = {
|
|
21932
21932
|
do(id, outcomeID, data2, comment) {
|
|
21933
21933
|
return service({
|
|
21934
|
-
url: `api/${res$
|
|
21934
|
+
url: `api/${res$f}/do`,
|
|
21935
21935
|
method: "post",
|
|
21936
21936
|
data: {
|
|
21937
21937
|
id,
|
|
@@ -21943,7 +21943,7 @@ var taskApi = {
|
|
|
21943
21943
|
},
|
|
21944
21944
|
reject(id, comment) {
|
|
21945
21945
|
return service({
|
|
21946
|
-
url: `api/${res$
|
|
21946
|
+
url: `api/${res$f}/reject`,
|
|
21947
21947
|
method: "post",
|
|
21948
21948
|
data: {
|
|
21949
21949
|
id,
|
|
@@ -21953,7 +21953,7 @@ var taskApi = {
|
|
|
21953
21953
|
},
|
|
21954
21954
|
back(id, comment) {
|
|
21955
21955
|
return service({
|
|
21956
|
-
url: `api/${res$
|
|
21956
|
+
url: `api/${res$f}/back`,
|
|
21957
21957
|
method: "post",
|
|
21958
21958
|
data: {
|
|
21959
21959
|
id,
|
|
@@ -21963,7 +21963,7 @@ var taskApi = {
|
|
|
21963
21963
|
},
|
|
21964
21964
|
redirect(id, targetID, comment) {
|
|
21965
21965
|
return service({
|
|
21966
|
-
url: `api/${res$
|
|
21966
|
+
url: `api/${res$f}/redirect`,
|
|
21967
21967
|
method: "post",
|
|
21968
21968
|
data: {
|
|
21969
21969
|
id,
|
|
@@ -21974,13 +21974,13 @@ var taskApi = {
|
|
|
21974
21974
|
},
|
|
21975
21975
|
queryMy(filter2) {
|
|
21976
21976
|
return service({
|
|
21977
|
-
url: `api/${res$
|
|
21977
|
+
url: `api/${res$f}/queryMy`,
|
|
21978
21978
|
method: "post",
|
|
21979
21979
|
data: filter2
|
|
21980
21980
|
});
|
|
21981
21981
|
}
|
|
21982
21982
|
};
|
|
21983
|
-
const _sfc_main$
|
|
21983
|
+
const _sfc_main$1m = {
|
|
21984
21984
|
mixins: [mixinPage],
|
|
21985
21985
|
components: {},
|
|
21986
21986
|
data() {
|
|
@@ -22212,13 +22212,13 @@ const _sfc_main$1l = {
|
|
|
22212
22212
|
}
|
|
22213
22213
|
}
|
|
22214
22214
|
};
|
|
22215
|
-
const _hoisted_1$
|
|
22215
|
+
const _hoisted_1$16 = { class: "title" };
|
|
22216
22216
|
const _hoisted_2$D = { class: "description" };
|
|
22217
22217
|
const _hoisted_3$y = { class: "ivu-ml-8 ivu-mr-8" };
|
|
22218
22218
|
const _hoisted_4$n = { class: "title" };
|
|
22219
22219
|
const _hoisted_5$h = { class: "description" };
|
|
22220
22220
|
const _hoisted_6$c = { class: "ivu-ml-8 ivu-mr-8" };
|
|
22221
|
-
function _sfc_render$
|
|
22221
|
+
function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22222
22222
|
const _component_view_form = resolveComponent("view-form");
|
|
22223
22223
|
const _component_Button = resolveComponent("Button");
|
|
22224
22224
|
const _component_Modal = resolveComponent("Modal");
|
|
@@ -22244,7 +22244,7 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22244
22244
|
createElementVNode("div", null, [
|
|
22245
22245
|
createCommentVNode("\r\n @slot \u9875\u5934\r\n "),
|
|
22246
22246
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
22247
|
-
createElementVNode("span", _hoisted_1$
|
|
22247
|
+
createElementVNode("span", _hoisted_1$16, toDisplayString$1($data.name), 1),
|
|
22248
22248
|
createElementVNode("span", _hoisted_2$D, toDisplayString$1($data.description), 1)
|
|
22249
22249
|
])
|
|
22250
22250
|
])
|
|
@@ -22456,12 +22456,12 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22456
22456
|
}, 8, ["modelValue"])
|
|
22457
22457
|
]);
|
|
22458
22458
|
}
|
|
22459
|
-
var taskForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22459
|
+
var taskForm = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/common/task-form.vue"]]);
|
|
22460
22460
|
var __glob_45_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22461
22461
|
__proto__: null,
|
|
22462
22462
|
"default": taskForm
|
|
22463
22463
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
22464
|
-
const _sfc_main$
|
|
22464
|
+
const _sfc_main$1l = {
|
|
22465
22465
|
name: "common-myTask",
|
|
22466
22466
|
mixins: [mixinPage],
|
|
22467
22467
|
components: { taskForm },
|
|
@@ -22478,15 +22478,15 @@ const _sfc_main$1k = {
|
|
|
22478
22478
|
},
|
|
22479
22479
|
methods: {}
|
|
22480
22480
|
};
|
|
22481
|
-
const _hoisted_1$
|
|
22482
|
-
function _sfc_render$
|
|
22481
|
+
const _hoisted_1$15 = { class: "i-layout-page-header" };
|
|
22482
|
+
function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22483
22483
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
22484
22484
|
const _component_Button = resolveComponent("Button");
|
|
22485
22485
|
const _component_view_table = resolveComponent("view-table");
|
|
22486
22486
|
const _component_Card = resolveComponent("Card");
|
|
22487
22487
|
const _component_task_form = resolveComponent("task-form");
|
|
22488
22488
|
return openBlock(), createElementBlock("div", null, [
|
|
22489
|
-
createElementVNode("div", _hoisted_1$
|
|
22489
|
+
createElementVNode("div", _hoisted_1$15, [
|
|
22490
22490
|
createVNode$1(_component_PageHeader, {
|
|
22491
22491
|
title: _ctx.$route.meta.title,
|
|
22492
22492
|
content: _ctx.$route.meta.description,
|
|
@@ -22524,12 +22524,12 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22524
22524
|
}, null, 512)
|
|
22525
22525
|
]);
|
|
22526
22526
|
}
|
|
22527
|
-
var todo = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22527
|
+
var todo = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/common/todo.vue"]]);
|
|
22528
22528
|
var __glob_45_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22529
22529
|
__proto__: null,
|
|
22530
22530
|
"default": todo
|
|
22531
22531
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
22532
|
-
const _sfc_main$
|
|
22532
|
+
const _sfc_main$1k = {
|
|
22533
22533
|
name: "system-apiLog",
|
|
22534
22534
|
mixins: [mixinPage],
|
|
22535
22535
|
components: {},
|
|
@@ -22559,11 +22559,11 @@ const _sfc_main$1j = {
|
|
|
22559
22559
|
}
|
|
22560
22560
|
}
|
|
22561
22561
|
};
|
|
22562
|
-
const _hoisted_1$
|
|
22562
|
+
const _hoisted_1$14 = { class: "i-layout-page-header" };
|
|
22563
22563
|
const _hoisted_2$C = { class: "title" };
|
|
22564
22564
|
const _hoisted_3$x = { class: "description" };
|
|
22565
22565
|
const _hoisted_4$m = { class: "ivu-ml-8 ivu-mr-8" };
|
|
22566
|
-
function _sfc_render$
|
|
22566
|
+
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22567
22567
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
22568
22568
|
const _component_Button = resolveComponent("Button");
|
|
22569
22569
|
const _component_view_table = resolveComponent("view-table");
|
|
@@ -22572,7 +22572,7 @@ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22572
22572
|
const _component_Row = resolveComponent("Row");
|
|
22573
22573
|
const _component_Modal = resolveComponent("Modal");
|
|
22574
22574
|
return openBlock(), createElementBlock("div", null, [
|
|
22575
|
-
createElementVNode("div", _hoisted_1$
|
|
22575
|
+
createElementVNode("div", _hoisted_1$14, [
|
|
22576
22576
|
createVNode$1(_component_PageHeader, {
|
|
22577
22577
|
title: _ctx.$route.meta.title,
|
|
22578
22578
|
content: _ctx.$route.meta.description,
|
|
@@ -22665,7 +22665,7 @@ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22665
22665
|
}, 8, ["modelValue", "mask-closable", "draggable"])
|
|
22666
22666
|
]);
|
|
22667
22667
|
}
|
|
22668
|
-
var apiLog = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22668
|
+
var apiLog = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/apiLog.vue"]]);
|
|
22669
22669
|
var __glob_45_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22670
22670
|
__proto__: null,
|
|
22671
22671
|
"default": apiLog
|
|
@@ -22748,7 +22748,7 @@ var getObjColumn = (code, data2) => {
|
|
|
22748
22748
|
}
|
|
22749
22749
|
return null;
|
|
22750
22750
|
};
|
|
22751
|
-
const _sfc_main$
|
|
22751
|
+
const _sfc_main$1j = {
|
|
22752
22752
|
mixins: [mixinPage],
|
|
22753
22753
|
components: {},
|
|
22754
22754
|
data() {
|
|
@@ -22827,10 +22827,10 @@ const _sfc_main$1i = {
|
|
|
22827
22827
|
}
|
|
22828
22828
|
}
|
|
22829
22829
|
};
|
|
22830
|
-
const _hoisted_1$
|
|
22830
|
+
const _hoisted_1$13 = { class: "title" };
|
|
22831
22831
|
const _hoisted_2$B = { class: "description" };
|
|
22832
22832
|
const _hoisted_3$w = { class: "ivu-ml-8 ivu-mr-8" };
|
|
22833
|
-
function _sfc_render$
|
|
22833
|
+
function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22834
22834
|
const _component_Tree = resolveComponent("Tree");
|
|
22835
22835
|
const _component_Button = resolveComponent("Button");
|
|
22836
22836
|
const _component_Modal = resolveComponent("Modal");
|
|
@@ -22846,7 +22846,7 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22846
22846
|
}, {
|
|
22847
22847
|
header: withCtx(() => [
|
|
22848
22848
|
createElementVNode("div", null, [
|
|
22849
|
-
createElementVNode("span", _hoisted_1$
|
|
22849
|
+
createElementVNode("span", _hoisted_1$13, toDisplayString$1(_ctx.$t("Front_Label_Column_Select")), 1),
|
|
22850
22850
|
createElementVNode("span", _hoisted_2$B, toDisplayString$1(_ctx.$t("Front_Label_Column_Select_Desc")), 1)
|
|
22851
22851
|
])
|
|
22852
22852
|
]),
|
|
@@ -22875,8 +22875,8 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22875
22875
|
_: 1
|
|
22876
22876
|
}, 8, ["modelValue", "mask-closable", "draggable"]);
|
|
22877
22877
|
}
|
|
22878
|
-
var columnCheck = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22879
|
-
const _sfc_main$
|
|
22878
|
+
var columnCheck = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/view/column-check.vue"]]);
|
|
22879
|
+
const _sfc_main$1i = {
|
|
22880
22880
|
name: "system-applicationType",
|
|
22881
22881
|
mixins: [mixinPage],
|
|
22882
22882
|
components: { columnCheck },
|
|
@@ -22970,11 +22970,11 @@ const _sfc_main$1h = {
|
|
|
22970
22970
|
},
|
|
22971
22971
|
notificationSetting(row) {
|
|
22972
22972
|
this.applicationType = row;
|
|
22973
|
-
let
|
|
22973
|
+
let setting2 = {};
|
|
22974
22974
|
if (!!(row.notificationSetting || "").trim()) {
|
|
22975
|
-
|
|
22975
|
+
setting2 = JSON.parse(row.notificationSetting);
|
|
22976
22976
|
}
|
|
22977
|
-
this.$refs.notificationSettingForm.open(
|
|
22977
|
+
this.$refs.notificationSettingForm.open(setting2);
|
|
22978
22978
|
},
|
|
22979
22979
|
async saveSetting() {
|
|
22980
22980
|
let isOK = await this.$refs.notificationSettingForm.validate();
|
|
@@ -22994,10 +22994,10 @@ const _sfc_main$1h = {
|
|
|
22994
22994
|
}
|
|
22995
22995
|
}
|
|
22996
22996
|
};
|
|
22997
|
-
const _hoisted_1$
|
|
22997
|
+
const _hoisted_1$12 = { class: "i-layout-page-header" };
|
|
22998
22998
|
const _hoisted_2$A = { key: 0 };
|
|
22999
22999
|
const _hoisted_3$v = { class: "title" };
|
|
23000
|
-
function _sfc_render$
|
|
23000
|
+
function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23001
23001
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
23002
23002
|
const _component_Button = resolveComponent("Button");
|
|
23003
23003
|
const _component_view_table = resolveComponent("view-table");
|
|
@@ -23007,7 +23007,7 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23007
23007
|
const _component_modal_form = resolveComponent("modal-form");
|
|
23008
23008
|
const _component_column_check = resolveComponent("column-check");
|
|
23009
23009
|
return openBlock(), createElementBlock("div", null, [
|
|
23010
|
-
createElementVNode("div", _hoisted_1$
|
|
23010
|
+
createElementVNode("div", _hoisted_1$12, [
|
|
23011
23011
|
createVNode$1(_component_PageHeader, {
|
|
23012
23012
|
title: _ctx.$route.meta.title,
|
|
23013
23013
|
content: _ctx.$route.meta.description,
|
|
@@ -23140,12 +23140,12 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23140
23140
|
createVNode$1(_component_column_check, { ref: "columnCheck" }, null, 512)
|
|
23141
23141
|
]);
|
|
23142
23142
|
}
|
|
23143
|
-
var applicationType = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23143
|
+
var applicationType = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/applicationType.vue"]]);
|
|
23144
23144
|
var __glob_45_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23145
23145
|
__proto__: null,
|
|
23146
23146
|
"default": applicationType
|
|
23147
23147
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23148
|
-
const _sfc_main$
|
|
23148
|
+
const _sfc_main$1h = {
|
|
23149
23149
|
name: "system-page",
|
|
23150
23150
|
mixins: [mixinPage],
|
|
23151
23151
|
components: {},
|
|
@@ -23157,14 +23157,14 @@ const _sfc_main$1g = {
|
|
|
23157
23157
|
},
|
|
23158
23158
|
methods: {}
|
|
23159
23159
|
};
|
|
23160
|
-
const _hoisted_1$
|
|
23161
|
-
function _sfc_render$
|
|
23160
|
+
const _hoisted_1$11 = { class: "i-layout-page-header" };
|
|
23161
|
+
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23162
23162
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
23163
23163
|
const _component_view_table = resolveComponent("view-table");
|
|
23164
23164
|
const _component_Card = resolveComponent("Card");
|
|
23165
23165
|
const _component_modal_form = resolveComponent("modal-form");
|
|
23166
23166
|
return openBlock(), createElementBlock("div", null, [
|
|
23167
|
-
createElementVNode("div", _hoisted_1$
|
|
23167
|
+
createElementVNode("div", _hoisted_1$11, [
|
|
23168
23168
|
createVNode$1(_component_PageHeader, {
|
|
23169
23169
|
title: _ctx.$route.meta.title,
|
|
23170
23170
|
content: _ctx.$route.meta.description,
|
|
@@ -23199,12 +23199,12 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23199
23199
|
createCommentVNode(' <modal-table ref="componentTable"\r\n view-code="CustomPageComponent"\r\n @create="(param)=>$refs.componentForm.openDefault(param)"\r\n @edit="({row, index})=>$refs.componentForm.open(row)">\r\n <template slot-scope="{ row }"\r\n slot="command">\r\n <Button size="small"\r\n title="\u9875\u9762\u63A7\u4EF6"\r\n type="info"\r\n custom-icon="fa fa-clone"\r\n @click="$refs.controlTable.open({customPageID: row.customPageID, customPageComponentID: row.id})"></Button>\r\n </template>\r\n </modal-table>\r\n <modal-form ref="componentForm"\r\n view-code="CustomPageComponentEdit"\r\n @on-after-save="$refs.componentTable.loadData()" />\r\n <modal-table ref="controlTable"\r\n view-code="CustomPageControl"\r\n @create="(param)=>$refs.controlForm.openDefault(param)"\r\n @edit="({row, index})=>$refs.controlForm.open(row)" />\r\n <modal-form ref="controlForm"\r\n view-code="CustomPageControlEdit"\r\n @on-after-save="$refs.controlTable.loadData()" /> ')
|
|
23200
23200
|
]);
|
|
23201
23201
|
}
|
|
23202
|
-
var customPage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23202
|
+
var customPage = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/customPage.vue"]]);
|
|
23203
23203
|
var __glob_45_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23204
23204
|
__proto__: null,
|
|
23205
23205
|
"default": customPage
|
|
23206
23206
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23207
|
-
const _sfc_main$
|
|
23207
|
+
const _sfc_main$1g = {
|
|
23208
23208
|
name: "system-customTable",
|
|
23209
23209
|
mixins: [mixinPage],
|
|
23210
23210
|
components: {},
|
|
@@ -23267,8 +23267,8 @@ const _sfc_main$1f = {
|
|
|
23267
23267
|
}
|
|
23268
23268
|
}
|
|
23269
23269
|
};
|
|
23270
|
-
const _hoisted_1
|
|
23271
|
-
function _sfc_render$
|
|
23270
|
+
const _hoisted_1$10 = { class: "i-layout-page-header" };
|
|
23271
|
+
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23272
23272
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
23273
23273
|
const _component_Button = resolveComponent("Button");
|
|
23274
23274
|
const _component_view_table = resolveComponent("view-table");
|
|
@@ -23276,7 +23276,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23276
23276
|
const _component_modal_form = resolveComponent("modal-form");
|
|
23277
23277
|
const _component_modal_table = resolveComponent("modal-table");
|
|
23278
23278
|
return openBlock(), createElementBlock("div", null, [
|
|
23279
|
-
createElementVNode("div", _hoisted_1
|
|
23279
|
+
createElementVNode("div", _hoisted_1$10, [
|
|
23280
23280
|
createVNode$1(_component_PageHeader, {
|
|
23281
23281
|
title: _ctx.$route.meta.title,
|
|
23282
23282
|
content: _ctx.$route.meta.description,
|
|
@@ -23339,12 +23339,12 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23339
23339
|
}, null, 8, ["onOnChange"])
|
|
23340
23340
|
]);
|
|
23341
23341
|
}
|
|
23342
|
-
var customTable = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23342
|
+
var customTable = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/customTable.vue"]]);
|
|
23343
23343
|
var __glob_45_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23344
23344
|
__proto__: null,
|
|
23345
23345
|
"default": customTable
|
|
23346
23346
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23347
|
-
const _sfc_main$
|
|
23347
|
+
const _sfc_main$1f = {
|
|
23348
23348
|
name: "system-dict",
|
|
23349
23349
|
mixins: [mixinPage],
|
|
23350
23350
|
components: {},
|
|
@@ -23366,14 +23366,14 @@ const _sfc_main$1e = {
|
|
|
23366
23366
|
}
|
|
23367
23367
|
}
|
|
23368
23368
|
};
|
|
23369
|
-
const _hoisted_1
|
|
23370
|
-
function _sfc_render$
|
|
23369
|
+
const _hoisted_1$$ = { class: "i-layout-page-header" };
|
|
23370
|
+
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23371
23371
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
23372
23372
|
const _component_view_table = resolveComponent("view-table");
|
|
23373
23373
|
const _component_Card = resolveComponent("Card");
|
|
23374
23374
|
const _component_modal_form = resolveComponent("modal-form");
|
|
23375
23375
|
return openBlock(), createElementBlock("div", null, [
|
|
23376
|
-
createElementVNode("div", _hoisted_1
|
|
23376
|
+
createElementVNode("div", _hoisted_1$$, [
|
|
23377
23377
|
createVNode$1(_component_PageHeader, {
|
|
23378
23378
|
title: _ctx.$route.meta.title,
|
|
23379
23379
|
content: _ctx.$route.meta.description,
|
|
@@ -23402,16 +23402,16 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23402
23402
|
}, null, 512)
|
|
23403
23403
|
]);
|
|
23404
23404
|
}
|
|
23405
|
-
var dict = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23405
|
+
var dict = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/dict.vue"]]);
|
|
23406
23406
|
var __glob_45_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23407
23407
|
__proto__: null,
|
|
23408
23408
|
"default": dict
|
|
23409
23409
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23410
|
-
const res$
|
|
23410
|
+
const res$e = "DictType";
|
|
23411
23411
|
var dictTypeApi = {
|
|
23412
23412
|
async exportFile(ids) {
|
|
23413
23413
|
const result2 = await service({
|
|
23414
|
-
url: `api/${res$
|
|
23414
|
+
url: `api/${res$e}/exportFile`,
|
|
23415
23415
|
method: "post",
|
|
23416
23416
|
responseType: "blob",
|
|
23417
23417
|
data: {
|
|
@@ -23424,7 +23424,7 @@ var dictTypeApi = {
|
|
|
23424
23424
|
saveAs(blob, "Dict-" + format$3(new Date(), "yyyyMMddHHmmss") + ".dict");
|
|
23425
23425
|
}
|
|
23426
23426
|
};
|
|
23427
|
-
const _sfc_main$
|
|
23427
|
+
const _sfc_main$1e = {
|
|
23428
23428
|
name: "system-dictType",
|
|
23429
23429
|
mixins: [mixinPage],
|
|
23430
23430
|
components: {},
|
|
@@ -23456,8 +23456,8 @@ const _sfc_main$1d = {
|
|
|
23456
23456
|
}
|
|
23457
23457
|
}
|
|
23458
23458
|
};
|
|
23459
|
-
const _hoisted_1$
|
|
23460
|
-
function _sfc_render$
|
|
23459
|
+
const _hoisted_1$_ = { class: "i-layout-page-header" };
|
|
23460
|
+
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23461
23461
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
23462
23462
|
const _component_Button = resolveComponent("Button");
|
|
23463
23463
|
const _component_file_upload = resolveComponent("file-upload");
|
|
@@ -23465,7 +23465,7 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23465
23465
|
const _component_Card = resolveComponent("Card");
|
|
23466
23466
|
const _component_modal_form = resolveComponent("modal-form");
|
|
23467
23467
|
return openBlock(), createElementBlock("div", null, [
|
|
23468
|
-
createElementVNode("div", _hoisted_1$
|
|
23468
|
+
createElementVNode("div", _hoisted_1$_, [
|
|
23469
23469
|
createVNode$1(_component_PageHeader, {
|
|
23470
23470
|
title: _ctx.$route.meta.title,
|
|
23471
23471
|
content: _ctx.$route.meta.description,
|
|
@@ -23529,22 +23529,22 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23529
23529
|
}, null, 512)
|
|
23530
23530
|
]);
|
|
23531
23531
|
}
|
|
23532
|
-
var dictType = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23532
|
+
var dictType = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/dictType.vue"]]);
|
|
23533
23533
|
var __glob_45_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23534
23534
|
__proto__: null,
|
|
23535
23535
|
"default": dictType
|
|
23536
23536
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23537
|
-
const res$
|
|
23537
|
+
const res$d = "EntityView";
|
|
23538
23538
|
var entityViewApi = {
|
|
23539
23539
|
save(data2) {
|
|
23540
23540
|
return service({
|
|
23541
|
-
url: `api/${res$
|
|
23541
|
+
url: `api/${res$d}/save`,
|
|
23542
23542
|
method: "post",
|
|
23543
23543
|
data: data2
|
|
23544
23544
|
});
|
|
23545
23545
|
}
|
|
23546
23546
|
};
|
|
23547
|
-
const _sfc_main$
|
|
23547
|
+
const _sfc_main$1d = {
|
|
23548
23548
|
name: "system-entityView",
|
|
23549
23549
|
mixins: [mixinPage],
|
|
23550
23550
|
components: {},
|
|
@@ -23564,14 +23564,14 @@ const _sfc_main$1c = {
|
|
|
23564
23564
|
}
|
|
23565
23565
|
}
|
|
23566
23566
|
};
|
|
23567
|
-
const _hoisted_1$
|
|
23568
|
-
function _sfc_render$
|
|
23567
|
+
const _hoisted_1$Z = { class: "i-layout-page-header" };
|
|
23568
|
+
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23569
23569
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
23570
23570
|
const _component_Button = resolveComponent("Button");
|
|
23571
23571
|
const _component_view_table = resolveComponent("view-table");
|
|
23572
23572
|
const _component_Card = resolveComponent("Card");
|
|
23573
23573
|
return openBlock(), createElementBlock("div", null, [
|
|
23574
|
-
createElementVNode("div", _hoisted_1$
|
|
23574
|
+
createElementVNode("div", _hoisted_1$Z, [
|
|
23575
23575
|
createVNode$1(_component_PageHeader, {
|
|
23576
23576
|
title: _ctx.$route.meta.title,
|
|
23577
23577
|
content: _ctx.$route.meta.description,
|
|
@@ -23608,12 +23608,12 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23608
23608
|
})
|
|
23609
23609
|
]);
|
|
23610
23610
|
}
|
|
23611
|
-
var entityView = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23611
|
+
var entityView = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/entityView.vue"]]);
|
|
23612
23612
|
var __glob_45_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23613
23613
|
__proto__: null,
|
|
23614
23614
|
"default": entityView
|
|
23615
23615
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23616
|
-
const _sfc_main$
|
|
23616
|
+
const _sfc_main$1c = {
|
|
23617
23617
|
name: "system-extendColumn",
|
|
23618
23618
|
mixins: [mixinPage],
|
|
23619
23619
|
components: {},
|
|
@@ -23678,8 +23678,8 @@ const _sfc_main$1b = {
|
|
|
23678
23678
|
}
|
|
23679
23679
|
}
|
|
23680
23680
|
};
|
|
23681
|
-
const _hoisted_1$
|
|
23682
|
-
function _sfc_render$
|
|
23681
|
+
const _hoisted_1$Y = { class: "i-layout-page-header" };
|
|
23682
|
+
function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23683
23683
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
23684
23684
|
const _component_Button = resolveComponent("Button");
|
|
23685
23685
|
const _component_view_table = resolveComponent("view-table");
|
|
@@ -23687,7 +23687,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23687
23687
|
const _component_modal_table = resolveComponent("modal-table");
|
|
23688
23688
|
const _component_modal_form = resolveComponent("modal-form");
|
|
23689
23689
|
return openBlock(), createElementBlock("div", null, [
|
|
23690
|
-
createElementVNode("div", _hoisted_1$
|
|
23690
|
+
createElementVNode("div", _hoisted_1$Y, [
|
|
23691
23691
|
createVNode$1(_component_PageHeader, {
|
|
23692
23692
|
title: _ctx.$route.meta.title,
|
|
23693
23693
|
content: _ctx.$route.meta.description,
|
|
@@ -23744,16 +23744,16 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23744
23744
|
}, null, 8, ["onOnChange"])
|
|
23745
23745
|
]);
|
|
23746
23746
|
}
|
|
23747
|
-
var extendColumn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23747
|
+
var extendColumn = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/extendColumn.vue"]]);
|
|
23748
23748
|
var __glob_45_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23749
23749
|
__proto__: null,
|
|
23750
23750
|
"default": extendColumn
|
|
23751
23751
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23752
|
-
const res$
|
|
23752
|
+
const res$c = "ViewColumn";
|
|
23753
23753
|
var viewColumnApi = {
|
|
23754
23754
|
queryByDataViewID(dataViewID) {
|
|
23755
23755
|
return service({
|
|
23756
|
-
url: `api/${res$
|
|
23756
|
+
url: `api/${res$c}/query`,
|
|
23757
23757
|
method: "post",
|
|
23758
23758
|
data: {
|
|
23759
23759
|
dataViewID,
|
|
@@ -23762,7 +23762,7 @@ var viewColumnApi = {
|
|
|
23762
23762
|
});
|
|
23763
23763
|
}
|
|
23764
23764
|
};
|
|
23765
|
-
const _sfc_main$
|
|
23765
|
+
const _sfc_main$1b = {
|
|
23766
23766
|
name: "system-ui-formView",
|
|
23767
23767
|
mixins: [mixinPage],
|
|
23768
23768
|
components: {},
|
|
@@ -23846,8 +23846,8 @@ const _sfc_main$1a = {
|
|
|
23846
23846
|
}
|
|
23847
23847
|
}
|
|
23848
23848
|
};
|
|
23849
|
-
const _hoisted_1$
|
|
23850
|
-
function _sfc_render$
|
|
23849
|
+
const _hoisted_1$X = { class: "i-layout-page-header" };
|
|
23850
|
+
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23851
23851
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
23852
23852
|
const _component_Button = resolveComponent("Button");
|
|
23853
23853
|
const _component_file_upload = resolveComponent("file-upload");
|
|
@@ -23857,7 +23857,7 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23857
23857
|
const _component_form_setting = resolveComponent("form-setting");
|
|
23858
23858
|
const _component_form_setting_layout = resolveComponent("form-setting-layout");
|
|
23859
23859
|
return openBlock(), createElementBlock("div", null, [
|
|
23860
|
-
createElementVNode("div", _hoisted_1$
|
|
23860
|
+
createElementVNode("div", _hoisted_1$X, [
|
|
23861
23861
|
createVNode$1(_component_PageHeader, {
|
|
23862
23862
|
title: _ctx.$route.meta.title,
|
|
23863
23863
|
content: _ctx.$route.meta.description,
|
|
@@ -23965,12 +23965,12 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23965
23965
|
}, null, 8, ["onListMode"])
|
|
23966
23966
|
]);
|
|
23967
23967
|
}
|
|
23968
|
-
var formView = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23968
|
+
var formView = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/formView.vue"]]);
|
|
23969
23969
|
var __glob_45_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23970
23970
|
__proto__: null,
|
|
23971
23971
|
"default": formView
|
|
23972
23972
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23973
|
-
const _sfc_main$
|
|
23973
|
+
const _sfc_main$1a = {
|
|
23974
23974
|
name: "system-i18nText",
|
|
23975
23975
|
mixins: [mixinPage],
|
|
23976
23976
|
components: {},
|
|
@@ -24028,12 +24028,12 @@ const _sfc_main$19 = {
|
|
|
24028
24028
|
}
|
|
24029
24029
|
}
|
|
24030
24030
|
};
|
|
24031
|
-
const _hoisted_1$
|
|
24031
|
+
const _hoisted_1$W = { class: "i-layout-page-header" };
|
|
24032
24032
|
const _hoisted_2$z = {
|
|
24033
24033
|
key: 0,
|
|
24034
24034
|
style: { "margin-bottom": "8px", "text-align": "center" }
|
|
24035
24035
|
};
|
|
24036
|
-
function _sfc_render$
|
|
24036
|
+
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24037
24037
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
24038
24038
|
const _component_view_form = resolveComponent("view-form");
|
|
24039
24039
|
const _component_Button = resolveComponent("Button");
|
|
@@ -24041,7 +24041,7 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24041
24041
|
const _component_modal_form = resolveComponent("modal-form");
|
|
24042
24042
|
const _component_Card = resolveComponent("Card");
|
|
24043
24043
|
return openBlock(), createElementBlock("div", null, [
|
|
24044
|
-
createElementVNode("div", _hoisted_1$
|
|
24044
|
+
createElementVNode("div", _hoisted_1$W, [
|
|
24045
24045
|
createVNode$1(_component_PageHeader, {
|
|
24046
24046
|
title: _ctx.$route.meta.title,
|
|
24047
24047
|
content: _ctx.$route.meta.description,
|
|
@@ -24111,12 +24111,12 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24111
24111
|
})
|
|
24112
24112
|
]);
|
|
24113
24113
|
}
|
|
24114
|
-
var i18nText = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24114
|
+
var i18nText = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/i18nText.vue"]]);
|
|
24115
24115
|
var __glob_45_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24116
24116
|
__proto__: null,
|
|
24117
24117
|
"default": i18nText
|
|
24118
24118
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24119
|
-
const _sfc_main$
|
|
24119
|
+
const _sfc_main$19 = {
|
|
24120
24120
|
name: "system-log",
|
|
24121
24121
|
mixins: [mixinPage],
|
|
24122
24122
|
components: {},
|
|
@@ -24136,18 +24136,18 @@ const _sfc_main$18 = {
|
|
|
24136
24136
|
}
|
|
24137
24137
|
}
|
|
24138
24138
|
};
|
|
24139
|
-
const _hoisted_1$
|
|
24139
|
+
const _hoisted_1$V = { class: "i-layout-page-header" };
|
|
24140
24140
|
const _hoisted_2$y = { class: "title" };
|
|
24141
24141
|
const _hoisted_3$u = { class: "description" };
|
|
24142
24142
|
const _hoisted_4$l = { class: "ivu-ml-8 ivu-mr-8" };
|
|
24143
|
-
function _sfc_render$
|
|
24143
|
+
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24144
24144
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
24145
24145
|
const _component_Button = resolveComponent("Button");
|
|
24146
24146
|
const _component_view_table = resolveComponent("view-table");
|
|
24147
24147
|
const _component_Card = resolveComponent("Card");
|
|
24148
24148
|
const _component_Modal = resolveComponent("Modal");
|
|
24149
24149
|
return openBlock(), createElementBlock("div", null, [
|
|
24150
|
-
createElementVNode("div", _hoisted_1$
|
|
24150
|
+
createElementVNode("div", _hoisted_1$V, [
|
|
24151
24151
|
createVNode$1(_component_PageHeader, {
|
|
24152
24152
|
title: _ctx.$route.meta.title,
|
|
24153
24153
|
content: _ctx.$route.meta.description,
|
|
@@ -24217,12 +24217,29 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24217
24217
|
}, 8, ["modelValue", "mask-closable", "draggable"])
|
|
24218
24218
|
]);
|
|
24219
24219
|
}
|
|
24220
|
-
var log$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24220
|
+
var log$1 = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/log.vue"]]);
|
|
24221
24221
|
var __glob_45_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24222
24222
|
__proto__: null,
|
|
24223
24223
|
"default": log$1
|
|
24224
24224
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24225
|
-
const
|
|
24225
|
+
const res$b = "MailTemplate";
|
|
24226
|
+
var mailTemplateApi = {
|
|
24227
|
+
async exportFile(ids) {
|
|
24228
|
+
const result2 = await service({
|
|
24229
|
+
url: `api/${res$b}/exportFile`,
|
|
24230
|
+
method: "post",
|
|
24231
|
+
responseType: "blob",
|
|
24232
|
+
data: {
|
|
24233
|
+
ids
|
|
24234
|
+
}
|
|
24235
|
+
});
|
|
24236
|
+
const blob = new Blob([result2], {
|
|
24237
|
+
type: "application/octet-stream"
|
|
24238
|
+
});
|
|
24239
|
+
saveAs(blob, "MailTemplate-" + format$3(new Date(), "yyyyMMddHHmmss") + ".mt");
|
|
24240
|
+
}
|
|
24241
|
+
};
|
|
24242
|
+
const _sfc_main$18 = {
|
|
24226
24243
|
name: "system-mailTemplate",
|
|
24227
24244
|
mixins: [mixinPage],
|
|
24228
24245
|
components: {},
|
|
@@ -24232,16 +24249,38 @@ const _sfc_main$17 = {
|
|
|
24232
24249
|
computed: {},
|
|
24233
24250
|
created() {
|
|
24234
24251
|
},
|
|
24235
|
-
methods: {
|
|
24252
|
+
methods: {
|
|
24253
|
+
exportFile() {
|
|
24254
|
+
let ids = this.$refs.table.getSelected().map((x) => {
|
|
24255
|
+
return x.id;
|
|
24256
|
+
});
|
|
24257
|
+
if (ids.length > 0) {
|
|
24258
|
+
mailTemplateApi.exportFile(ids);
|
|
24259
|
+
} else {
|
|
24260
|
+
this.error("Front_Msg_Please_Select_Export_Item");
|
|
24261
|
+
}
|
|
24262
|
+
},
|
|
24263
|
+
importFileSuccess(res2) {
|
|
24264
|
+
if (res2.code == 0) {
|
|
24265
|
+
this.success("Front_Msg_Success", () => {
|
|
24266
|
+
this.$refs.table.loadData();
|
|
24267
|
+
});
|
|
24268
|
+
} else {
|
|
24269
|
+
this.error(res2.message);
|
|
24270
|
+
}
|
|
24271
|
+
}
|
|
24272
|
+
}
|
|
24236
24273
|
};
|
|
24237
|
-
const _hoisted_1$
|
|
24238
|
-
function _sfc_render$
|
|
24274
|
+
const _hoisted_1$U = { class: "i-layout-page-header" };
|
|
24275
|
+
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24239
24276
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
24277
|
+
const _component_Button = resolveComponent("Button");
|
|
24278
|
+
const _component_file_upload = resolveComponent("file-upload");
|
|
24240
24279
|
const _component_view_table = resolveComponent("view-table");
|
|
24241
24280
|
const _component_Card = resolveComponent("Card");
|
|
24242
24281
|
const _component_modal_form = resolveComponent("modal-form");
|
|
24243
24282
|
return openBlock(), createElementBlock("div", null, [
|
|
24244
|
-
createElementVNode("div", _hoisted_1$
|
|
24283
|
+
createElementVNode("div", _hoisted_1$U, [
|
|
24245
24284
|
createVNode$1(_component_PageHeader, {
|
|
24246
24285
|
title: _ctx.$route.meta.title,
|
|
24247
24286
|
content: _ctx.$route.meta.description,
|
|
@@ -24257,25 +24296,60 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24257
24296
|
createVNode$1(_component_view_table, {
|
|
24258
24297
|
ref: "table",
|
|
24259
24298
|
"view-code": "MailTemplate",
|
|
24260
|
-
|
|
24261
|
-
|
|
24262
|
-
|
|
24299
|
+
selectEnable: true,
|
|
24300
|
+
onCreate: _cache[1] || (_cache[1] = ($event) => _ctx.$refs.form.open()),
|
|
24301
|
+
onEdit: _cache[2] || (_cache[2] = ({ row, index: index2 }) => _ctx.$refs.form.open(row))
|
|
24302
|
+
}, {
|
|
24303
|
+
filterCommand: withCtx(() => [
|
|
24304
|
+
createVNode$1(_component_Button, {
|
|
24305
|
+
size: "small",
|
|
24306
|
+
type: "info",
|
|
24307
|
+
"custom-icon": "fa fa-cloud-download-alt",
|
|
24308
|
+
onClick: _cache[0] || (_cache[0] = ($event) => $options.exportFile())
|
|
24309
|
+
}, {
|
|
24310
|
+
default: withCtx(() => [
|
|
24311
|
+
createTextVNode(toDisplayString$1(_ctx.$t("Front_Btn_Export")), 1)
|
|
24312
|
+
]),
|
|
24313
|
+
_: 1
|
|
24314
|
+
}),
|
|
24315
|
+
createVNode$1(_component_file_upload, {
|
|
24316
|
+
url: "api/MailTemplate/importFile",
|
|
24317
|
+
accept: ".mt",
|
|
24318
|
+
onOnSuccess: $options.importFileSuccess
|
|
24319
|
+
}, {
|
|
24320
|
+
default: withCtx(() => [
|
|
24321
|
+
createVNode$1(_component_Button, {
|
|
24322
|
+
type: "primary",
|
|
24323
|
+
"custom-icon": "fa fa-cloud-upload-alt",
|
|
24324
|
+
size: "small"
|
|
24325
|
+
}, {
|
|
24326
|
+
default: withCtx(() => [
|
|
24327
|
+
createTextVNode(toDisplayString$1(_ctx.$t("Front_Btn_Import")), 1)
|
|
24328
|
+
]),
|
|
24329
|
+
_: 1
|
|
24330
|
+
})
|
|
24331
|
+
]),
|
|
24332
|
+
_: 1
|
|
24333
|
+
}, 8, ["onOnSuccess"])
|
|
24334
|
+
]),
|
|
24335
|
+
_: 1
|
|
24336
|
+
}, 512)
|
|
24263
24337
|
]),
|
|
24264
24338
|
_: 1
|
|
24265
24339
|
}),
|
|
24266
24340
|
createVNode$1(_component_modal_form, {
|
|
24267
24341
|
ref: "form",
|
|
24268
24342
|
"view-code": "MailTemplateEdit",
|
|
24269
|
-
onOnAfterSave: _cache[
|
|
24343
|
+
onOnAfterSave: _cache[3] || (_cache[3] = ($event) => _ctx.$refs.table.loadData())
|
|
24270
24344
|
}, null, 512)
|
|
24271
24345
|
]);
|
|
24272
24346
|
}
|
|
24273
|
-
var mailTemplate = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24347
|
+
var mailTemplate = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/mailTemplate.vue"]]);
|
|
24274
24348
|
var __glob_45_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24275
24349
|
__proto__: null,
|
|
24276
24350
|
"default": mailTemplate
|
|
24277
24351
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24278
|
-
const _sfc_main$
|
|
24352
|
+
const _sfc_main$17 = {
|
|
24279
24353
|
name: "system-notice",
|
|
24280
24354
|
mixins: [mixinPage],
|
|
24281
24355
|
components: {},
|
|
@@ -24287,14 +24361,14 @@ const _sfc_main$16 = {
|
|
|
24287
24361
|
},
|
|
24288
24362
|
methods: {}
|
|
24289
24363
|
};
|
|
24290
|
-
const _hoisted_1$
|
|
24291
|
-
function _sfc_render$
|
|
24364
|
+
const _hoisted_1$T = { class: "i-layout-page-header" };
|
|
24365
|
+
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24292
24366
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
24293
24367
|
const _component_view_table = resolveComponent("view-table");
|
|
24294
24368
|
const _component_Card = resolveComponent("Card");
|
|
24295
24369
|
const _component_modal_form = resolveComponent("modal-form");
|
|
24296
24370
|
return openBlock(), createElementBlock("div", null, [
|
|
24297
|
-
createElementVNode("div", _hoisted_1$
|
|
24371
|
+
createElementVNode("div", _hoisted_1$T, [
|
|
24298
24372
|
createVNode$1(_component_PageHeader, {
|
|
24299
24373
|
title: _ctx.$route.meta.title,
|
|
24300
24374
|
content: _ctx.$route.meta.description,
|
|
@@ -24323,12 +24397,12 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24323
24397
|
}, null, 512)
|
|
24324
24398
|
]);
|
|
24325
24399
|
}
|
|
24326
|
-
var notice = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24400
|
+
var notice = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/notice.vue"]]);
|
|
24327
24401
|
var __glob_45_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24328
24402
|
__proto__: null,
|
|
24329
24403
|
"default": notice
|
|
24330
24404
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24331
|
-
const _sfc_main$
|
|
24405
|
+
const _sfc_main$16 = {
|
|
24332
24406
|
name: "system-openApi",
|
|
24333
24407
|
mixins: [mixinPage],
|
|
24334
24408
|
components: {},
|
|
@@ -24340,14 +24414,14 @@ const _sfc_main$15 = {
|
|
|
24340
24414
|
},
|
|
24341
24415
|
methods: {}
|
|
24342
24416
|
};
|
|
24343
|
-
const _hoisted_1$
|
|
24344
|
-
function _sfc_render$
|
|
24417
|
+
const _hoisted_1$S = { class: "i-layout-page-header" };
|
|
24418
|
+
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24345
24419
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
24346
24420
|
const _component_view_table = resolveComponent("view-table");
|
|
24347
24421
|
const _component_Card = resolveComponent("Card");
|
|
24348
24422
|
const _component_modal_form = resolveComponent("modal-form");
|
|
24349
24423
|
return openBlock(), createElementBlock("div", null, [
|
|
24350
|
-
createElementVNode("div", _hoisted_1$
|
|
24424
|
+
createElementVNode("div", _hoisted_1$S, [
|
|
24351
24425
|
createVNode$1(_component_PageHeader, {
|
|
24352
24426
|
title: _ctx.$route.meta.title,
|
|
24353
24427
|
content: _ctx.$route.meta.description,
|
|
@@ -24376,7 +24450,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24376
24450
|
}, null, 512)
|
|
24377
24451
|
]);
|
|
24378
24452
|
}
|
|
24379
|
-
var openApi = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24453
|
+
var openApi = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/openApi.vue"]]);
|
|
24380
24454
|
var __glob_45_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24381
24455
|
__proto__: null,
|
|
24382
24456
|
"default": openApi
|
|
@@ -24403,7 +24477,7 @@ var openApiPermissionApi = {
|
|
|
24403
24477
|
});
|
|
24404
24478
|
}
|
|
24405
24479
|
};
|
|
24406
|
-
const _sfc_main$
|
|
24480
|
+
const _sfc_main$15 = {
|
|
24407
24481
|
name: "system-openUser",
|
|
24408
24482
|
mixins: [mixinPage],
|
|
24409
24483
|
components: {},
|
|
@@ -24439,8 +24513,8 @@ const _sfc_main$14 = {
|
|
|
24439
24513
|
}
|
|
24440
24514
|
}
|
|
24441
24515
|
};
|
|
24442
|
-
const _hoisted_1$
|
|
24443
|
-
function _sfc_render$
|
|
24516
|
+
const _hoisted_1$R = { class: "i-layout-page-header" };
|
|
24517
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24444
24518
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
24445
24519
|
const _component_Button = resolveComponent("Button");
|
|
24446
24520
|
const _component_view_table = resolveComponent("view-table");
|
|
@@ -24448,7 +24522,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24448
24522
|
const _component_modal_form = resolveComponent("modal-form");
|
|
24449
24523
|
const _component_modal_table = resolveComponent("modal-table");
|
|
24450
24524
|
return openBlock(), createElementBlock("div", null, [
|
|
24451
|
-
createElementVNode("div", _hoisted_1$
|
|
24525
|
+
createElementVNode("div", _hoisted_1$R, [
|
|
24452
24526
|
createVNode$1(_component_PageHeader, {
|
|
24453
24527
|
title: _ctx.$route.meta.title,
|
|
24454
24528
|
content: _ctx.$route.meta.description,
|
|
@@ -24519,12 +24593,12 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24519
24593
|
}, 512)
|
|
24520
24594
|
]);
|
|
24521
24595
|
}
|
|
24522
|
-
var openUser = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24596
|
+
var openUser = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/openUser.vue"]]);
|
|
24523
24597
|
var __glob_45_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24524
24598
|
__proto__: null,
|
|
24525
24599
|
"default": openUser
|
|
24526
24600
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24527
|
-
const _sfc_main$
|
|
24601
|
+
const _sfc_main$14 = {
|
|
24528
24602
|
name: "system-organization",
|
|
24529
24603
|
mixins: [mixinPage],
|
|
24530
24604
|
components: {},
|
|
@@ -24578,15 +24652,15 @@ const _sfc_main$13 = {
|
|
|
24578
24652
|
}
|
|
24579
24653
|
}
|
|
24580
24654
|
};
|
|
24581
|
-
const _hoisted_1$
|
|
24582
|
-
function _sfc_render$
|
|
24655
|
+
const _hoisted_1$Q = { class: "i-layout-page-header" };
|
|
24656
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24583
24657
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
24584
24658
|
const _component_Button = resolveComponent("Button");
|
|
24585
24659
|
const _component_view_table = resolveComponent("view-table");
|
|
24586
24660
|
const _component_Card = resolveComponent("Card");
|
|
24587
24661
|
const _component_modal_form = resolveComponent("modal-form");
|
|
24588
24662
|
return openBlock(), createElementBlock("div", null, [
|
|
24589
|
-
createElementVNode("div", _hoisted_1$
|
|
24663
|
+
createElementVNode("div", _hoisted_1$Q, [
|
|
24590
24664
|
createVNode$1(_component_PageHeader, {
|
|
24591
24665
|
title: _ctx.$route.meta.title,
|
|
24592
24666
|
content: _ctx.$route.meta.description,
|
|
@@ -24638,12 +24712,12 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24638
24712
|
}, null, 8, ["onOnAfterSave"])
|
|
24639
24713
|
]);
|
|
24640
24714
|
}
|
|
24641
|
-
var organization = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24715
|
+
var organization = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/organization.vue"]]);
|
|
24642
24716
|
var __glob_45_19 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24643
24717
|
__proto__: null,
|
|
24644
24718
|
"default": organization
|
|
24645
24719
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24646
|
-
const _sfc_main$
|
|
24720
|
+
const _sfc_main$13 = {
|
|
24647
24721
|
name: "system-organizationType",
|
|
24648
24722
|
mixins: [mixinPage],
|
|
24649
24723
|
components: {},
|
|
@@ -24655,14 +24729,14 @@ const _sfc_main$12 = {
|
|
|
24655
24729
|
},
|
|
24656
24730
|
methods: {}
|
|
24657
24731
|
};
|
|
24658
|
-
const _hoisted_1$
|
|
24659
|
-
function _sfc_render$
|
|
24732
|
+
const _hoisted_1$P = { class: "i-layout-page-header" };
|
|
24733
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24660
24734
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
24661
24735
|
const _component_view_table = resolveComponent("view-table");
|
|
24662
24736
|
const _component_Card = resolveComponent("Card");
|
|
24663
24737
|
const _component_modal_form = resolveComponent("modal-form");
|
|
24664
24738
|
return openBlock(), createElementBlock("div", null, [
|
|
24665
|
-
createElementVNode("div", _hoisted_1$
|
|
24739
|
+
createElementVNode("div", _hoisted_1$P, [
|
|
24666
24740
|
createVNode$1(_component_PageHeader, {
|
|
24667
24741
|
title: _ctx.$route.meta.title,
|
|
24668
24742
|
content: _ctx.$route.meta.description,
|
|
@@ -24691,12 +24765,12 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24691
24765
|
}, null, 512)
|
|
24692
24766
|
]);
|
|
24693
24767
|
}
|
|
24694
|
-
var organizationType = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24768
|
+
var organizationType = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/organizationType.vue"]]);
|
|
24695
24769
|
var __glob_45_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24696
24770
|
__proto__: null,
|
|
24697
24771
|
"default": organizationType
|
|
24698
24772
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24699
|
-
const _sfc_main$
|
|
24773
|
+
const _sfc_main$12 = {
|
|
24700
24774
|
name: "system-permission",
|
|
24701
24775
|
mixins: [mixinPage],
|
|
24702
24776
|
components: {},
|
|
@@ -24849,8 +24923,8 @@ const _sfc_main$11 = {
|
|
|
24849
24923
|
}
|
|
24850
24924
|
}
|
|
24851
24925
|
};
|
|
24852
|
-
const _hoisted_1$
|
|
24853
|
-
function _sfc_render$
|
|
24926
|
+
const _hoisted_1$O = { class: "i-layout-page-header" };
|
|
24927
|
+
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24854
24928
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
24855
24929
|
const _component_Button = resolveComponent("Button");
|
|
24856
24930
|
const _component_file_upload = resolveComponent("file-upload");
|
|
@@ -24858,7 +24932,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24858
24932
|
const _component_Card = resolveComponent("Card");
|
|
24859
24933
|
const _component_modal_form = resolveComponent("modal-form");
|
|
24860
24934
|
return openBlock(), createElementBlock("div", null, [
|
|
24861
|
-
createElementVNode("div", _hoisted_1$
|
|
24935
|
+
createElementVNode("div", _hoisted_1$O, [
|
|
24862
24936
|
createVNode$1(_component_PageHeader, {
|
|
24863
24937
|
title: _ctx.$route.meta.title,
|
|
24864
24938
|
content: _ctx.$route.meta.description,
|
|
@@ -24946,7 +25020,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24946
25020
|
}, null, 8, ["onOnChange", "onOnAfterSave"])
|
|
24947
25021
|
]);
|
|
24948
25022
|
}
|
|
24949
|
-
var permission = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25023
|
+
var permission = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/permission.vue"]]);
|
|
24950
25024
|
var __glob_45_21 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24951
25025
|
__proto__: null,
|
|
24952
25026
|
"default": permission
|
|
@@ -24963,7 +25037,7 @@ var planJobApi = {
|
|
|
24963
25037
|
});
|
|
24964
25038
|
}
|
|
24965
25039
|
};
|
|
24966
|
-
const _sfc_main$
|
|
25040
|
+
const _sfc_main$11 = {
|
|
24967
25041
|
name: "system-planJob",
|
|
24968
25042
|
mixins: [mixinPage],
|
|
24969
25043
|
components: {},
|
|
@@ -24983,15 +25057,15 @@ const _sfc_main$10 = {
|
|
|
24983
25057
|
}
|
|
24984
25058
|
}
|
|
24985
25059
|
};
|
|
24986
|
-
const _hoisted_1$
|
|
24987
|
-
function _sfc_render$
|
|
25060
|
+
const _hoisted_1$N = { class: "i-layout-page-header" };
|
|
25061
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24988
25062
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
24989
25063
|
const _component_Button = resolveComponent("Button");
|
|
24990
25064
|
const _component_view_table = resolveComponent("view-table");
|
|
24991
25065
|
const _component_Card = resolveComponent("Card");
|
|
24992
25066
|
const _component_modal_form = resolveComponent("modal-form");
|
|
24993
25067
|
return openBlock(), createElementBlock("div", null, [
|
|
24994
|
-
createElementVNode("div", _hoisted_1$
|
|
25068
|
+
createElementVNode("div", _hoisted_1$N, [
|
|
24995
25069
|
createVNode$1(_component_PageHeader, {
|
|
24996
25070
|
title: _ctx.$route.meta.title,
|
|
24997
25071
|
content: _ctx.$route.meta.description,
|
|
@@ -25031,12 +25105,12 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25031
25105
|
}, null, 512)
|
|
25032
25106
|
]);
|
|
25033
25107
|
}
|
|
25034
|
-
var planJob = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25108
|
+
var planJob = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/planJob.vue"]]);
|
|
25035
25109
|
var __glob_45_22 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25036
25110
|
__proto__: null,
|
|
25037
25111
|
"default": planJob
|
|
25038
25112
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25039
|
-
const _sfc_main
|
|
25113
|
+
const _sfc_main$10 = {
|
|
25040
25114
|
name: "system-printTemplate",
|
|
25041
25115
|
mixins: [mixinPage],
|
|
25042
25116
|
components: {},
|
|
@@ -25068,14 +25142,14 @@ const _sfc_main$$ = {
|
|
|
25068
25142
|
}
|
|
25069
25143
|
}
|
|
25070
25144
|
};
|
|
25071
|
-
const _hoisted_1$
|
|
25072
|
-
function _sfc_render
|
|
25145
|
+
const _hoisted_1$M = { class: "i-layout-page-header" };
|
|
25146
|
+
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25073
25147
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
25074
25148
|
const _component_view_table = resolveComponent("view-table");
|
|
25075
25149
|
const _component_Card = resolveComponent("Card");
|
|
25076
25150
|
const _component_modal_form = resolveComponent("modal-form");
|
|
25077
25151
|
return openBlock(), createElementBlock("div", null, [
|
|
25078
|
-
createElementVNode("div", _hoisted_1$
|
|
25152
|
+
createElementVNode("div", _hoisted_1$M, [
|
|
25079
25153
|
createVNode$1(_component_PageHeader, {
|
|
25080
25154
|
title: _ctx.$route.meta.title,
|
|
25081
25155
|
content: _ctx.$route.meta.description,
|
|
@@ -25105,7 +25179,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25105
25179
|
}, null, 8, ["onOnChange"])
|
|
25106
25180
|
]);
|
|
25107
25181
|
}
|
|
25108
|
-
var printTemplate = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
25182
|
+
var printTemplate = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/printTemplate.vue"]]);
|
|
25109
25183
|
var __glob_45_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25110
25184
|
__proto__: null,
|
|
25111
25185
|
"default": printTemplate
|
|
@@ -25143,7 +25217,7 @@ var processDefApi = {
|
|
|
25143
25217
|
});
|
|
25144
25218
|
}
|
|
25145
25219
|
};
|
|
25146
|
-
const _sfc_main
|
|
25220
|
+
const _sfc_main$$ = {
|
|
25147
25221
|
mixins: [mixinPage],
|
|
25148
25222
|
components: {},
|
|
25149
25223
|
props: {},
|
|
@@ -25492,7 +25566,7 @@ const _sfc_main$_ = {
|
|
|
25492
25566
|
}
|
|
25493
25567
|
}
|
|
25494
25568
|
};
|
|
25495
|
-
const _hoisted_1$
|
|
25569
|
+
const _hoisted_1$L = { class: "title" };
|
|
25496
25570
|
const _hoisted_2$x = /* @__PURE__ */ createElementVNode("span", { class: "description" }, null, -1);
|
|
25497
25571
|
const _hoisted_3$t = { class: "ivu-ml-8 ivu-mr-8" };
|
|
25498
25572
|
const _hoisted_4$k = /* @__PURE__ */ createElementVNode("symbol", {
|
|
@@ -25566,7 +25640,7 @@ const _hoisted_35$1 = ["x1", "y1", "x2", "y2", "onDblclick"];
|
|
|
25566
25640
|
const _hoisted_36$1 = ["font-size", "onDblclick"];
|
|
25567
25641
|
const _hoisted_37$1 = ["href"];
|
|
25568
25642
|
const _hoisted_38$1 = ["x1", "y1", "x2", "y2"];
|
|
25569
|
-
function _sfc_render
|
|
25643
|
+
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25570
25644
|
const _component_Button = resolveComponent("Button");
|
|
25571
25645
|
const _component_Modal = resolveComponent("Modal");
|
|
25572
25646
|
const _component_view_table = resolveComponent("view-table");
|
|
@@ -25588,7 +25662,7 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25588
25662
|
header: withCtx(() => [
|
|
25589
25663
|
createElementVNode("div", null, [
|
|
25590
25664
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
25591
|
-
createElementVNode("span", _hoisted_1$
|
|
25665
|
+
createElementVNode("span", _hoisted_1$L, toDisplayString$1($data.data.process ? $data.data.process.name : _ctx.$t("Front_Label_Process_Definition")), 1),
|
|
25592
25666
|
_hoisted_2$x
|
|
25593
25667
|
])
|
|
25594
25668
|
])
|
|
@@ -26135,7 +26209,7 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26135
26209
|
}, 512)
|
|
26136
26210
|
]);
|
|
26137
26211
|
}
|
|
26138
|
-
var flowChart = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
26212
|
+
var flowChart = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/components/workflow/flow-chart.vue"]]);
|
|
26139
26213
|
const res$7 = "Process";
|
|
26140
26214
|
var processApi = {
|
|
26141
26215
|
async exportFile(ids) {
|
|
@@ -26153,7 +26227,7 @@ var processApi = {
|
|
|
26153
26227
|
saveAs(blob, "Process-" + format$3(new Date(), "yyyyMMddHHmmss") + ".proc");
|
|
26154
26228
|
}
|
|
26155
26229
|
};
|
|
26156
|
-
const _sfc_main$
|
|
26230
|
+
const _sfc_main$_ = {
|
|
26157
26231
|
name: "system-process",
|
|
26158
26232
|
mixins: [mixinPage],
|
|
26159
26233
|
components: { flowChart },
|
|
@@ -26192,8 +26266,8 @@ const _sfc_main$Z = {
|
|
|
26192
26266
|
}
|
|
26193
26267
|
}
|
|
26194
26268
|
};
|
|
26195
|
-
const _hoisted_1$
|
|
26196
|
-
function _sfc_render$
|
|
26269
|
+
const _hoisted_1$K = { class: "i-layout-page-header" };
|
|
26270
|
+
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26197
26271
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
26198
26272
|
const _component_Button = resolveComponent("Button");
|
|
26199
26273
|
const _component_file_upload = resolveComponent("file-upload");
|
|
@@ -26203,7 +26277,7 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26203
26277
|
const _component_modal_table = resolveComponent("modal-table");
|
|
26204
26278
|
const _component_flow_chart = resolveComponent("flow-chart");
|
|
26205
26279
|
return openBlock(), createElementBlock("div", null, [
|
|
26206
|
-
createElementVNode("div", _hoisted_1$
|
|
26280
|
+
createElementVNode("div", _hoisted_1$K, [
|
|
26207
26281
|
createVNode$1(_component_PageHeader, {
|
|
26208
26282
|
title: _ctx.$route.meta.title,
|
|
26209
26283
|
content: _ctx.$route.meta.description,
|
|
@@ -26307,12 +26381,12 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26307
26381
|
createVNode$1(_component_flow_chart, { ref: "flowChart" }, null, 512)
|
|
26308
26382
|
]);
|
|
26309
26383
|
}
|
|
26310
|
-
var process$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26384
|
+
var process$1 = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/process.vue"]]);
|
|
26311
26385
|
var __glob_45_24 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26312
26386
|
__proto__: null,
|
|
26313
26387
|
"default": process$1
|
|
26314
26388
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
26315
|
-
const _sfc_main$
|
|
26389
|
+
const _sfc_main$Z = {
|
|
26316
26390
|
name: "system-processType",
|
|
26317
26391
|
mixins: [mixinPage],
|
|
26318
26392
|
components: {},
|
|
@@ -26324,14 +26398,14 @@ const _sfc_main$Y = {
|
|
|
26324
26398
|
},
|
|
26325
26399
|
methods: {}
|
|
26326
26400
|
};
|
|
26327
|
-
const _hoisted_1$
|
|
26328
|
-
function _sfc_render$
|
|
26401
|
+
const _hoisted_1$J = { class: "i-layout-page-header" };
|
|
26402
|
+
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26329
26403
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
26330
26404
|
const _component_view_table = resolveComponent("view-table");
|
|
26331
26405
|
const _component_Card = resolveComponent("Card");
|
|
26332
26406
|
const _component_modal_form = resolveComponent("modal-form");
|
|
26333
26407
|
return openBlock(), createElementBlock("div", null, [
|
|
26334
|
-
createElementVNode("div", _hoisted_1$
|
|
26408
|
+
createElementVNode("div", _hoisted_1$J, [
|
|
26335
26409
|
createVNode$1(_component_PageHeader, {
|
|
26336
26410
|
title: _ctx.$route.meta.title,
|
|
26337
26411
|
content: _ctx.$route.meta.description,
|
|
@@ -26360,7 +26434,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26360
26434
|
}, null, 512)
|
|
26361
26435
|
]);
|
|
26362
26436
|
}
|
|
26363
|
-
var processType = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26437
|
+
var processType = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/processType.vue"]]);
|
|
26364
26438
|
var __glob_45_25 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26365
26439
|
__proto__: null,
|
|
26366
26440
|
"default": processType
|
|
@@ -26379,7 +26453,7 @@ var rolePermissionApi = {
|
|
|
26379
26453
|
});
|
|
26380
26454
|
}
|
|
26381
26455
|
};
|
|
26382
|
-
const _sfc_main$
|
|
26456
|
+
const _sfc_main$Y = {
|
|
26383
26457
|
mixins: [mixinPage],
|
|
26384
26458
|
components: { columnCheck },
|
|
26385
26459
|
data() {
|
|
@@ -26625,7 +26699,7 @@ const _sfc_main$X = {
|
|
|
26625
26699
|
}
|
|
26626
26700
|
}
|
|
26627
26701
|
};
|
|
26628
|
-
const _hoisted_1$
|
|
26702
|
+
const _hoisted_1$I = { class: "title" };
|
|
26629
26703
|
const _hoisted_2$w = { class: "description" };
|
|
26630
26704
|
const _hoisted_3$s = { class: "ivu-ml-8 ivu-mr-8" };
|
|
26631
26705
|
const _hoisted_4$j = /* @__PURE__ */ createTextVNode("\u5355\u884C\u6587\u672C\u6846");
|
|
@@ -26641,7 +26715,7 @@ const _hoisted_13$1 = { class: "i-table-no-border" };
|
|
|
26641
26715
|
const _hoisted_14$1 = { class: "title" };
|
|
26642
26716
|
const _hoisted_15$1 = { class: "description" };
|
|
26643
26717
|
const _hoisted_16$1 = { class: "ivu-ml-8 ivu-mr-8" };
|
|
26644
|
-
function _sfc_render$
|
|
26718
|
+
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26645
26719
|
const _component_Input = resolveComponent("Input");
|
|
26646
26720
|
const _component_FormItem = resolveComponent("FormItem");
|
|
26647
26721
|
const _component_Col = resolveComponent("Col");
|
|
@@ -26668,7 +26742,7 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26668
26742
|
}, {
|
|
26669
26743
|
header: withCtx(() => [
|
|
26670
26744
|
createElementVNode("div", null, [
|
|
26671
|
-
createElementVNode("span", _hoisted_1$
|
|
26745
|
+
createElementVNode("span", _hoisted_1$I, toDisplayString$1(_ctx.$t("Front_Label_Property_Setting")), 1),
|
|
26672
26746
|
createElementVNode("span", _hoisted_2$w, toDisplayString$1(_ctx.$t("Front_Label_Property_Setting_Desc")), 1)
|
|
26673
26747
|
])
|
|
26674
26748
|
]),
|
|
@@ -27238,7 +27312,7 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27238
27312
|
createVNode$1(_component_column_check, { ref: "columnParamCheck" }, null, 512)
|
|
27239
27313
|
]);
|
|
27240
27314
|
}
|
|
27241
|
-
var rolePropertyEdit = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
27315
|
+
var rolePropertyEdit = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/rolePropertyEdit.vue"]]);
|
|
27242
27316
|
var __glob_45_27 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27243
27317
|
__proto__: null,
|
|
27244
27318
|
"default": rolePropertyEdit
|
|
@@ -27286,7 +27360,7 @@ var getChecked$1 = (data2) => {
|
|
|
27286
27360
|
});
|
|
27287
27361
|
return checked;
|
|
27288
27362
|
};
|
|
27289
|
-
const _sfc_main$
|
|
27363
|
+
const _sfc_main$X = {
|
|
27290
27364
|
name: "system-role",
|
|
27291
27365
|
mixins: [mixinPage],
|
|
27292
27366
|
components: { rolePropertyEdit },
|
|
@@ -27436,11 +27510,11 @@ const _sfc_main$W = {
|
|
|
27436
27510
|
}
|
|
27437
27511
|
}
|
|
27438
27512
|
};
|
|
27439
|
-
const _hoisted_1$
|
|
27513
|
+
const _hoisted_1$H = { class: "i-layout-page-header" };
|
|
27440
27514
|
const _hoisted_2$v = { class: "title" };
|
|
27441
27515
|
const _hoisted_3$r = { class: "description" };
|
|
27442
27516
|
const _hoisted_4$i = { class: "ivu-ml-8 ivu-mr-8" };
|
|
27443
|
-
function _sfc_render$
|
|
27517
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27444
27518
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
27445
27519
|
const _component_Button = resolveComponent("Button");
|
|
27446
27520
|
const _component_view_table = resolveComponent("view-table");
|
|
@@ -27462,7 +27536,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27462
27536
|
const _component_Tree = resolveComponent("Tree");
|
|
27463
27537
|
const _component_Modal = resolveComponent("Modal");
|
|
27464
27538
|
return openBlock(), createElementBlock("div", null, [
|
|
27465
|
-
createElementVNode("div", _hoisted_1$
|
|
27539
|
+
createElementVNode("div", _hoisted_1$H, [
|
|
27466
27540
|
createVNode$1(_component_PageHeader, {
|
|
27467
27541
|
title: _ctx.$route.meta.title,
|
|
27468
27542
|
content: _ctx.$route.meta.description,
|
|
@@ -27778,12 +27852,12 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27778
27852
|
}, 8, ["modelValue", "mask-closable", "draggable"])
|
|
27779
27853
|
]);
|
|
27780
27854
|
}
|
|
27781
|
-
var role = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
27855
|
+
var role = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/role.vue"]]);
|
|
27782
27856
|
var __glob_45_26 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27783
27857
|
__proto__: null,
|
|
27784
27858
|
"default": role
|
|
27785
27859
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
27786
|
-
const _sfc_main$
|
|
27860
|
+
const _sfc_main$W = {
|
|
27787
27861
|
name: "system-sequenceSetting",
|
|
27788
27862
|
mixins: [mixinPage],
|
|
27789
27863
|
components: {},
|
|
@@ -27795,14 +27869,14 @@ const _sfc_main$V = {
|
|
|
27795
27869
|
},
|
|
27796
27870
|
methods: {}
|
|
27797
27871
|
};
|
|
27798
|
-
const _hoisted_1$
|
|
27799
|
-
function _sfc_render$
|
|
27872
|
+
const _hoisted_1$G = { class: "i-layout-page-header" };
|
|
27873
|
+
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27800
27874
|
const _component_PageHeader = resolveComponent("PageHeader");
|
|
27801
27875
|
const _component_view_table = resolveComponent("view-table");
|
|
27802
27876
|
const _component_Card = resolveComponent("Card");
|
|
27803
27877
|
const _component_modal_form = resolveComponent("modal-form");
|
|
27804
27878
|
return openBlock(), createElementBlock("div", null, [
|
|
27805
|
-
createElementVNode("div", _hoisted_1$
|
|
27879
|
+
createElementVNode("div", _hoisted_1$G, [
|
|
27806
27880
|
createVNode$1(_component_PageHeader, {
|
|
27807
27881
|
title: _ctx.$route.meta.title,
|
|
27808
27882
|
content: _ctx.$route.meta.description,
|
|
@@ -27831,11 +27905,64 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27831
27905
|
}, null, 512)
|
|
27832
27906
|
]);
|
|
27833
27907
|
}
|
|
27834
|
-
var sequenceSetting = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
27908
|
+
var sequenceSetting = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/sequenceSetting.vue"]]);
|
|
27835
27909
|
var __glob_45_28 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27836
27910
|
__proto__: null,
|
|
27837
27911
|
"default": sequenceSetting
|
|
27838
27912
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
27913
|
+
const _sfc_main$V = {
|
|
27914
|
+
name: "system-setting",
|
|
27915
|
+
mixins: [mixinPage],
|
|
27916
|
+
components: {},
|
|
27917
|
+
data() {
|
|
27918
|
+
return {};
|
|
27919
|
+
},
|
|
27920
|
+
computed: {},
|
|
27921
|
+
created() {
|
|
27922
|
+
},
|
|
27923
|
+
methods: {}
|
|
27924
|
+
};
|
|
27925
|
+
const _hoisted_1$F = { class: "i-layout-page-header" };
|
|
27926
|
+
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27927
|
+
const _component_PageHeader = resolveComponent("PageHeader");
|
|
27928
|
+
const _component_view_table = resolveComponent("view-table");
|
|
27929
|
+
const _component_Card = resolveComponent("Card");
|
|
27930
|
+
const _component_modal_form = resolveComponent("modal-form");
|
|
27931
|
+
return openBlock(), createElementBlock("div", null, [
|
|
27932
|
+
createElementVNode("div", _hoisted_1$F, [
|
|
27933
|
+
createVNode$1(_component_PageHeader, {
|
|
27934
|
+
title: _ctx.$route.meta.title,
|
|
27935
|
+
content: _ctx.$route.meta.description,
|
|
27936
|
+
"hidden-breadcrumb": ""
|
|
27937
|
+
}, null, 8, ["title", "content"])
|
|
27938
|
+
]),
|
|
27939
|
+
createVNode$1(_component_Card, {
|
|
27940
|
+
bordered: false,
|
|
27941
|
+
"dis-hover": "",
|
|
27942
|
+
class: "ivu-mt"
|
|
27943
|
+
}, {
|
|
27944
|
+
default: withCtx(() => [
|
|
27945
|
+
createVNode$1(_component_view_table, {
|
|
27946
|
+
ref: "table",
|
|
27947
|
+
"view-code": "Setting",
|
|
27948
|
+
onCreate: _cache[0] || (_cache[0] = ($event) => _ctx.$refs.form.open()),
|
|
27949
|
+
onEdit: _cache[1] || (_cache[1] = ({ row, index: index2 }) => _ctx.$refs.form.open(row))
|
|
27950
|
+
}, null, 512)
|
|
27951
|
+
]),
|
|
27952
|
+
_: 1
|
|
27953
|
+
}),
|
|
27954
|
+
createVNode$1(_component_modal_form, {
|
|
27955
|
+
ref: "form",
|
|
27956
|
+
"view-code": "SettingEdit",
|
|
27957
|
+
onOnAfterSave: _cache[2] || (_cache[2] = ($event) => _ctx.$refs.table.loadData())
|
|
27958
|
+
}, null, 512)
|
|
27959
|
+
]);
|
|
27960
|
+
}
|
|
27961
|
+
var setting = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/setting.vue"]]);
|
|
27962
|
+
var __glob_45_29 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27963
|
+
__proto__: null,
|
|
27964
|
+
"default": setting
|
|
27965
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
27839
27966
|
const res$5 = "System";
|
|
27840
27967
|
var systemApi = {
|
|
27841
27968
|
async exportFile(types) {
|
|
@@ -27944,7 +28071,7 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27944
28071
|
]);
|
|
27945
28072
|
}
|
|
27946
28073
|
var systemData = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/systemData.vue"]]);
|
|
27947
|
-
var
|
|
28074
|
+
var __glob_45_30 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27948
28075
|
__proto__: null,
|
|
27949
28076
|
"default": systemData
|
|
27950
28077
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -30213,19 +30340,19 @@ const _sfc_main$N = {
|
|
|
30213
30340
|
if (!(json || "").trim()) {
|
|
30214
30341
|
return true;
|
|
30215
30342
|
} else {
|
|
30216
|
-
let
|
|
30217
|
-
return
|
|
30343
|
+
let setting2 = JSON.parse(json);
|
|
30344
|
+
return setting2.type == "True" || setting2.type == "False";
|
|
30218
30345
|
}
|
|
30219
30346
|
},
|
|
30220
30347
|
checkChange(jsonKey, checkKey) {
|
|
30221
30348
|
if (!!(this.data[jsonKey] || "").trim()) {
|
|
30222
|
-
let
|
|
30349
|
+
let setting2 = JSON.parse(this.data[jsonKey]);
|
|
30223
30350
|
if (this.data[checkKey]) {
|
|
30224
|
-
|
|
30351
|
+
setting2.type = "True";
|
|
30225
30352
|
} else {
|
|
30226
|
-
|
|
30353
|
+
setting2.type = "False";
|
|
30227
30354
|
}
|
|
30228
|
-
this.data[jsonKey] = JSON.stringify(
|
|
30355
|
+
this.data[jsonKey] = JSON.stringify(setting2);
|
|
30229
30356
|
}
|
|
30230
30357
|
}
|
|
30231
30358
|
}
|
|
@@ -30541,7 +30668,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30541
30668
|
]);
|
|
30542
30669
|
}
|
|
30543
30670
|
var tableView = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/tableView.vue"]]);
|
|
30544
|
-
var
|
|
30671
|
+
var __glob_45_31 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
30545
30672
|
__proto__: null,
|
|
30546
30673
|
"default": tableView
|
|
30547
30674
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -30642,7 +30769,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30642
30769
|
]);
|
|
30643
30770
|
}
|
|
30644
30771
|
var taskQueue = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/taskQueue.vue"]]);
|
|
30645
|
-
var
|
|
30772
|
+
var __glob_45_32 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
30646
30773
|
__proto__: null,
|
|
30647
30774
|
"default": taskQueue
|
|
30648
30775
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -31029,7 +31156,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31029
31156
|
]);
|
|
31030
31157
|
}
|
|
31031
31158
|
var user = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/user.vue"]]);
|
|
31032
|
-
var
|
|
31159
|
+
var __glob_45_33 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
31033
31160
|
__proto__: null,
|
|
31034
31161
|
"default": user
|
|
31035
31162
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -31421,7 +31548,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31421
31548
|
]);
|
|
31422
31549
|
}
|
|
31423
31550
|
var processPage = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/template/processPage.vue"]]);
|
|
31424
|
-
var
|
|
31551
|
+
var __glob_45_34 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
31425
31552
|
__proto__: null,
|
|
31426
31553
|
"default": processPage
|
|
31427
31554
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -31989,7 +32116,7 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31989
32116
|
]);
|
|
31990
32117
|
}
|
|
31991
32118
|
var reportPage = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/template/reportPage.vue"]]);
|
|
31992
|
-
var
|
|
32119
|
+
var __glob_45_35 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
31993
32120
|
__proto__: null,
|
|
31994
32121
|
"default": reportPage
|
|
31995
32122
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -32150,7 +32277,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32150
32277
|
]);
|
|
32151
32278
|
}
|
|
32152
32279
|
var viewPage = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/template/viewPage.vue"]]);
|
|
32153
|
-
var
|
|
32280
|
+
var __glob_45_36 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
32154
32281
|
__proto__: null,
|
|
32155
32282
|
"default": viewPage
|
|
32156
32283
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -32167,7 +32294,7 @@ function _sfc_render$G(_ctx, _cache) {
|
|
|
32167
32294
|
]);
|
|
32168
32295
|
}
|
|
32169
32296
|
var _404 = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/pages/system/error/404.vue"]]);
|
|
32170
|
-
var
|
|
32297
|
+
var __glob_45_37 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
32171
32298
|
__proto__: null,
|
|
32172
32299
|
"default": _404
|
|
32173
32300
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -34221,22 +34348,22 @@ const _sfc_main$w = {
|
|
|
34221
34348
|
async onDataChange(sender, selected) {
|
|
34222
34349
|
for (let column of this.columns) {
|
|
34223
34350
|
if (!!(column.showJson || "").trim()) {
|
|
34224
|
-
let
|
|
34225
|
-
if (
|
|
34226
|
-
column.isShow = this.judgeCondition(
|
|
34351
|
+
let setting2 = JSON.parse(column.showJson);
|
|
34352
|
+
if (setting2.type == "Condition" || setting2.type == "Expression") {
|
|
34353
|
+
column.isShow = this.judgeCondition(setting2, this.data);
|
|
34227
34354
|
}
|
|
34228
34355
|
}
|
|
34229
34356
|
if (!!(column.readonlyJson || "").trim()) {
|
|
34230
|
-
let
|
|
34231
|
-
if (
|
|
34232
|
-
column.isReadonly = this.judgeCondition(
|
|
34357
|
+
let setting2 = JSON.parse(column.readonlyJson);
|
|
34358
|
+
if (setting2.type == "Condition" || setting2.type == "Expression") {
|
|
34359
|
+
column.isReadonly = this.judgeCondition(setting2, this.data);
|
|
34233
34360
|
}
|
|
34234
34361
|
}
|
|
34235
34362
|
if (!!(column.requiredJson || "").trim()) {
|
|
34236
|
-
let
|
|
34237
|
-
if (
|
|
34363
|
+
let setting2 = JSON.parse(column.requiredJson);
|
|
34364
|
+
if (setting2.type == "Condition" || setting2.type == "Expression") {
|
|
34238
34365
|
let before = column.isRequired;
|
|
34239
|
-
column.isRequired = this.judgeCondition(
|
|
34366
|
+
column.isRequired = this.judgeCondition(setting2, this.data);
|
|
34240
34367
|
if (before != column.isRequired) {
|
|
34241
34368
|
let field = this.$refs.form.fields.find((field2) => {
|
|
34242
34369
|
return field2.prop == column.code;
|
|
@@ -35266,19 +35393,19 @@ const _sfc_main$v = {
|
|
|
35266
35393
|
if (!(json || "").trim()) {
|
|
35267
35394
|
return true;
|
|
35268
35395
|
} else {
|
|
35269
|
-
let
|
|
35270
|
-
return
|
|
35396
|
+
let setting2 = JSON.parse(json);
|
|
35397
|
+
return setting2.type == "True" || setting2.type == "False";
|
|
35271
35398
|
}
|
|
35272
35399
|
},
|
|
35273
35400
|
checkChange(jsonKey, checkKey) {
|
|
35274
35401
|
if (!!(this.data[jsonKey] || "").trim()) {
|
|
35275
|
-
let
|
|
35402
|
+
let setting2 = JSON.parse(this.data[jsonKey]);
|
|
35276
35403
|
if (this.data[checkKey]) {
|
|
35277
|
-
|
|
35404
|
+
setting2.type = "True";
|
|
35278
35405
|
} else {
|
|
35279
|
-
|
|
35406
|
+
setting2.type = "False";
|
|
35280
35407
|
}
|
|
35281
|
-
this.data[jsonKey] = JSON.stringify(
|
|
35408
|
+
this.data[jsonKey] = JSON.stringify(setting2);
|
|
35282
35409
|
}
|
|
35283
35410
|
}
|
|
35284
35411
|
}
|
|
@@ -37699,19 +37826,19 @@ const _sfc_main$s = {
|
|
|
37699
37826
|
if (!(json || "").trim()) {
|
|
37700
37827
|
return true;
|
|
37701
37828
|
} else {
|
|
37702
|
-
let
|
|
37703
|
-
return
|
|
37829
|
+
let setting2 = JSON.parse(json);
|
|
37830
|
+
return setting2.type == "True" || setting2.type == "False";
|
|
37704
37831
|
}
|
|
37705
37832
|
},
|
|
37706
37833
|
checkChange(jsonKey, checkKey) {
|
|
37707
37834
|
if (!!(this.data[jsonKey] || "").trim()) {
|
|
37708
|
-
let
|
|
37835
|
+
let setting2 = JSON.parse(this.data[jsonKey]);
|
|
37709
37836
|
if (this.data[checkKey]) {
|
|
37710
|
-
|
|
37837
|
+
setting2.type = "True";
|
|
37711
37838
|
} else {
|
|
37712
|
-
|
|
37839
|
+
setting2.type = "False";
|
|
37713
37840
|
}
|
|
37714
|
-
this.data[jsonKey] = JSON.stringify(
|
|
37841
|
+
this.data[jsonKey] = JSON.stringify(setting2);
|
|
37715
37842
|
}
|
|
37716
37843
|
}
|
|
37717
37844
|
}
|
|
@@ -39336,9 +39463,9 @@ const _sfc_main$q = {
|
|
|
39336
39463
|
}
|
|
39337
39464
|
let isRequired = column.isRequired;
|
|
39338
39465
|
if (!!(column.requiredJson || "").trim()) {
|
|
39339
|
-
let
|
|
39340
|
-
if (
|
|
39341
|
-
isRequired = this.judgeCondition(
|
|
39466
|
+
let setting2 = JSON.parse(column.requiredJson);
|
|
39467
|
+
if (setting2.type == "Condition" || setting2.type == "Expression") {
|
|
39468
|
+
isRequired = this.judgeCondition(setting2, row);
|
|
39342
39469
|
}
|
|
39343
39470
|
}
|
|
39344
39471
|
if (isRequired) {
|
|
@@ -39961,9 +40088,9 @@ const _sfc_main$q = {
|
|
|
39961
40088
|
},
|
|
39962
40089
|
judge(enable, json, data2) {
|
|
39963
40090
|
if (!!(json || "").trim()) {
|
|
39964
|
-
let
|
|
39965
|
-
if (
|
|
39966
|
-
return this.judgeCondition(
|
|
40091
|
+
let setting2 = JSON.parse(json);
|
|
40092
|
+
if (setting2.type == "Condition" || setting2.type == "Expression") {
|
|
40093
|
+
return this.judgeCondition(setting2, data2);
|
|
39967
40094
|
}
|
|
39968
40095
|
}
|
|
39969
40096
|
return enable;
|
|
@@ -40024,18 +40151,18 @@ const _sfc_main$q = {
|
|
|
40024
40151
|
if (data2._isShow == null) {
|
|
40025
40152
|
data2._isShow = {};
|
|
40026
40153
|
}
|
|
40027
|
-
let
|
|
40028
|
-
if (
|
|
40029
|
-
data2._isShow[column.code] = this.judgeCondition(
|
|
40154
|
+
let setting2 = JSON.parse(column.showJson);
|
|
40155
|
+
if (setting2.type == "Condition" || setting2.type == "Expression") {
|
|
40156
|
+
data2._isShow[column.code] = this.judgeCondition(setting2, data2);
|
|
40030
40157
|
}
|
|
40031
40158
|
}
|
|
40032
40159
|
if (!!(column.readonlyJson || "").trim()) {
|
|
40033
40160
|
if (data2._isReadonly == null) {
|
|
40034
40161
|
data2._isReadonly = {};
|
|
40035
40162
|
}
|
|
40036
|
-
let
|
|
40037
|
-
if (
|
|
40038
|
-
data2._isReadonly[column.code] = this.judgeCondition(
|
|
40163
|
+
let setting2 = JSON.parse(column.readonlyJson);
|
|
40164
|
+
if (setting2.type == "Condition" || setting2.type == "Expression") {
|
|
40165
|
+
data2._isReadonly[column.code] = this.judgeCondition(setting2, data2);
|
|
40039
40166
|
}
|
|
40040
40167
|
}
|
|
40041
40168
|
}
|
|
@@ -77803,8 +77930,8 @@ function firstDataNotNull(arr) {
|
|
|
77803
77930
|
return arr[i2];
|
|
77804
77931
|
}
|
|
77805
77932
|
var Scale = function() {
|
|
77806
|
-
function Scale2(
|
|
77807
|
-
this._setting =
|
|
77933
|
+
function Scale2(setting2) {
|
|
77934
|
+
this._setting = setting2 || {};
|
|
77808
77935
|
this._extent = [Infinity, -Infinity];
|
|
77809
77936
|
}
|
|
77810
77937
|
Scale2.prototype.getSetting = function(name) {
|
|
@@ -77967,8 +78094,8 @@ function scale(val, extent3) {
|
|
|
77967
78094
|
}
|
|
77968
78095
|
var OrdinalScale = function(_super) {
|
|
77969
78096
|
__extends(OrdinalScale2, _super);
|
|
77970
|
-
function OrdinalScale2(
|
|
77971
|
-
var _this = _super.call(this,
|
|
78097
|
+
function OrdinalScale2(setting2) {
|
|
78098
|
+
var _this = _super.call(this, setting2) || this;
|
|
77972
78099
|
_this.type = "ordinal";
|
|
77973
78100
|
var ordinalMeta = _this.getSetting("ordinalMeta");
|
|
77974
78101
|
if (!ordinalMeta) {
|
|
@@ -90770,8 +90897,8 @@ function trigger$1(controller, eventName, behaviorToCheck, e2, contollerEvent) {
|
|
|
90770
90897
|
controller.trigger(eventName, contollerEvent);
|
|
90771
90898
|
}
|
|
90772
90899
|
function isAvailableBehavior(behaviorToCheck, e2, settings) {
|
|
90773
|
-
var
|
|
90774
|
-
return !behaviorToCheck ||
|
|
90900
|
+
var setting2 = settings[behaviorToCheck];
|
|
90901
|
+
return !behaviorToCheck || setting2 && (!isString(setting2) || e2.event[setting2 + "Key"]);
|
|
90775
90902
|
}
|
|
90776
90903
|
var RoamController$1 = RoamController;
|
|
90777
90904
|
function updateViewOnPan(controllerHost, dx, dy) {
|
|
@@ -113440,19 +113567,19 @@ var handlers = {
|
|
|
113440
113567
|
}
|
|
113441
113568
|
};
|
|
113442
113569
|
function makeAxisFinder(dzFeatureModel) {
|
|
113443
|
-
var
|
|
113570
|
+
var setting2 = {
|
|
113444
113571
|
xAxisIndex: dzFeatureModel.get("xAxisIndex", true),
|
|
113445
113572
|
yAxisIndex: dzFeatureModel.get("yAxisIndex", true),
|
|
113446
113573
|
xAxisId: dzFeatureModel.get("xAxisId", true),
|
|
113447
113574
|
yAxisId: dzFeatureModel.get("yAxisId", true)
|
|
113448
113575
|
};
|
|
113449
|
-
if (
|
|
113450
|
-
|
|
113576
|
+
if (setting2.xAxisIndex == null && setting2.xAxisId == null) {
|
|
113577
|
+
setting2.xAxisIndex = "all";
|
|
113451
113578
|
}
|
|
113452
|
-
if (
|
|
113453
|
-
|
|
113579
|
+
if (setting2.yAxisIndex == null && setting2.yAxisId == null) {
|
|
113580
|
+
setting2.yAxisIndex = "all";
|
|
113454
113581
|
}
|
|
113455
|
-
return
|
|
113582
|
+
return setting2;
|
|
113456
113583
|
}
|
|
113457
113584
|
function updateBackBtnStatus(featureModel, ecModel) {
|
|
113458
113585
|
featureModel.setIconStatus("back", count(ecModel) > 1 ? "emphasis" : "normal");
|
|
@@ -123589,7 +123716,7 @@ const install = function(app) {
|
|
|
123589
123716
|
const API = {
|
|
123590
123717
|
install
|
|
123591
123718
|
};
|
|
123592
|
-
const files = { "./pages/account/login.vue": __glob_45_0, "./pages/common/home.vue": __glob_45_1, "./pages/common/task-form.vue": __glob_45_2, "./pages/common/todo.vue": __glob_45_3, "./pages/system/apiLog.vue": __glob_45_4, "./pages/system/applicationType.vue": __glob_45_5, "./pages/system/customPage.vue": __glob_45_6, "./pages/system/customTable.vue": __glob_45_7, "./pages/system/dict.vue": __glob_45_8, "./pages/system/dictType.vue": __glob_45_9, "./pages/system/entityView.vue": __glob_45_10, "./pages/system/extendColumn.vue": __glob_45_11, "./pages/system/formView.vue": __glob_45_12, "./pages/system/i18nText.vue": __glob_45_13, "./pages/system/log.vue": __glob_45_14, "./pages/system/mailTemplate.vue": __glob_45_15, "./pages/system/notice.vue": __glob_45_16, "./pages/system/openApi.vue": __glob_45_17, "./pages/system/openUser.vue": __glob_45_18, "./pages/system/organization.vue": __glob_45_19, "./pages/system/organizationType.vue": __glob_45_20, "./pages/system/permission.vue": __glob_45_21, "./pages/system/planJob.vue": __glob_45_22, "./pages/system/printTemplate.vue": __glob_45_23, "./pages/system/process.vue": __glob_45_24, "./pages/system/processType.vue": __glob_45_25, "./pages/system/role.vue": __glob_45_26, "./pages/system/rolePropertyEdit.vue": __glob_45_27, "./pages/system/sequenceSetting.vue": __glob_45_28, "./pages/system/
|
|
123719
|
+
const files = { "./pages/account/login.vue": __glob_45_0, "./pages/common/home.vue": __glob_45_1, "./pages/common/task-form.vue": __glob_45_2, "./pages/common/todo.vue": __glob_45_3, "./pages/system/apiLog.vue": __glob_45_4, "./pages/system/applicationType.vue": __glob_45_5, "./pages/system/customPage.vue": __glob_45_6, "./pages/system/customTable.vue": __glob_45_7, "./pages/system/dict.vue": __glob_45_8, "./pages/system/dictType.vue": __glob_45_9, "./pages/system/entityView.vue": __glob_45_10, "./pages/system/extendColumn.vue": __glob_45_11, "./pages/system/formView.vue": __glob_45_12, "./pages/system/i18nText.vue": __glob_45_13, "./pages/system/log.vue": __glob_45_14, "./pages/system/mailTemplate.vue": __glob_45_15, "./pages/system/notice.vue": __glob_45_16, "./pages/system/openApi.vue": __glob_45_17, "./pages/system/openUser.vue": __glob_45_18, "./pages/system/organization.vue": __glob_45_19, "./pages/system/organizationType.vue": __glob_45_20, "./pages/system/permission.vue": __glob_45_21, "./pages/system/planJob.vue": __glob_45_22, "./pages/system/printTemplate.vue": __glob_45_23, "./pages/system/process.vue": __glob_45_24, "./pages/system/processType.vue": __glob_45_25, "./pages/system/role.vue": __glob_45_26, "./pages/system/rolePropertyEdit.vue": __glob_45_27, "./pages/system/sequenceSetting.vue": __glob_45_28, "./pages/system/setting.vue": __glob_45_29, "./pages/system/systemData.vue": __glob_45_30, "./pages/system/tableView.vue": __glob_45_31, "./pages/system/taskQueue.vue": __glob_45_32, "./pages/system/user.vue": __glob_45_33, "./pages/template/processPage.vue": __glob_45_34, "./pages/template/reportPage.vue": __glob_45_35, "./pages/template/viewPage.vue": __glob_45_36, "./pages/system/error/404.vue": __glob_45_37 };
|
|
123593
123720
|
const pages = {};
|
|
123594
123721
|
Object.keys(files).forEach((key) => {
|
|
123595
123722
|
pages[key.replace(/(\.\/pages\/)/g, "")] = files[key].default;
|