star-horse-lowcode 2.7.7 → 2.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/index.cjs.js +6 -6
- package/dist/index.es.js +85 -79
- package/dist/index.umd.js +7 -7
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -57575,11 +57575,11 @@ async function generateDeviceId(userIp) {
|
|
|
57575
57575
|
});
|
|
57576
57576
|
const data = { browserFinger, hardwareInfo, userIp };
|
|
57577
57577
|
let deviceId = btoa(JSON.stringify(data));
|
|
57578
|
-
|
|
57578
|
+
sessionStorage.setItem("deviceId", deviceId);
|
|
57579
57579
|
return deviceId;
|
|
57580
57580
|
}
|
|
57581
57581
|
function getFingerId() {
|
|
57582
|
-
return
|
|
57582
|
+
return sessionStorage.getItem("deviceId");
|
|
57583
57583
|
}
|
|
57584
57584
|
|
|
57585
57585
|
var ServiceEnums = /* @__PURE__ */ ((ServiceEnums2) => {
|
|
@@ -95637,7 +95637,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
|
95637
95637
|
primaryKey: { type: [String, Object] },
|
|
95638
95638
|
// 数据索引
|
|
95639
95639
|
dataIndex: { type: Number, default: -1 },
|
|
95640
|
-
bareFlag: { type:
|
|
95640
|
+
bareFlag: { type: Object, default: false },
|
|
95641
95641
|
batchName: { type: String, default: "" },
|
|
95642
95642
|
compSize: { type: String, default: Config.compSize },
|
|
95643
95643
|
isSearch: { type: Boolean, default: false },
|
|
@@ -95783,7 +95783,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
|
95783
95783
|
field.value.preps["inactiveText"] = props.item?.inactiveText || "否";
|
|
95784
95784
|
field.value.preps["activeValue"] = props.item?.activeValue || "Y";
|
|
95785
95785
|
field.value.preps["inactiveValue"] = props.item?.inactiveValue || "N";
|
|
95786
|
-
} else if (itemType.value == "
|
|
95786
|
+
} else if (itemType.value == "usercomp") {
|
|
95787
95787
|
field.value.preps["params"] = props.item?.params || {};
|
|
95788
95788
|
}
|
|
95789
95789
|
field.value.preps["multiple"] = props.item?.multiple;
|
|
@@ -95827,7 +95827,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
|
95827
95827
|
dataForm.value[props.item?.fieldName] = props.item?.defaultValue;
|
|
95828
95828
|
}
|
|
95829
95829
|
};
|
|
95830
|
-
const defaultAction = ref("
|
|
95830
|
+
const defaultAction = ref("normal");
|
|
95831
95831
|
const typeList = ["select", "tselect", "date", "daterange"];
|
|
95832
95832
|
const actionName = ref();
|
|
95833
95833
|
const randId = ref();
|
|
@@ -95869,7 +95869,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
|
95869
95869
|
});
|
|
95870
95870
|
return (_ctx, _cache) => {
|
|
95871
95871
|
const _component_star_horse_item = resolveComponent("star-horse-item", true);
|
|
95872
|
-
return __props.bareFlag || field.value.preps.headerFlag == "Y" ? (openBlock(), createElementBlock("div", _hoisted_1$R, [
|
|
95872
|
+
return __props.bareFlag === true || __props.bareFlag == "Y" || field.value.preps.headerFlag == "Y" ? (openBlock(), createElementBlock("div", _hoisted_1$R, [
|
|
95873
95873
|
(openBlock(), createBlock(resolveDynamicComponent((dataForm.value && dataForm.value["_" + field.value.preps.name + "Type"] || itemType.value) + "-item"), {
|
|
95874
95874
|
id: randId.value,
|
|
95875
95875
|
onSelfFunc: actionDispatcher,
|
|
@@ -95953,7 +95953,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
|
95953
95953
|
}
|
|
95954
95954
|
});
|
|
95955
95955
|
|
|
95956
|
-
const StarHorseItem = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["__scopeId", "data-v-
|
|
95956
|
+
const StarHorseItem = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["__scopeId", "data-v-75323739"]]);
|
|
95957
95957
|
|
|
95958
95958
|
const StarHorseItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
95959
95959
|
__proto__: null,
|
|
@@ -109518,7 +109518,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
109518
109518
|
formItem: { type: Object, required: true },
|
|
109519
109519
|
isDesign: { type: Boolean, default: true },
|
|
109520
109520
|
//是否需要css 修饰
|
|
109521
|
-
bareFlag: { type:
|
|
109521
|
+
bareFlag: { type: Object, default: false }
|
|
109522
109522
|
},
|
|
109523
109523
|
setup(__props) {
|
|
109524
109524
|
const props = __props;
|
|
@@ -109601,9 +109601,9 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
109601
109601
|
]),
|
|
109602
109602
|
_: 1
|
|
109603
109603
|
}, 8, ["dialog-visible"]),
|
|
109604
|
-
__props.bareFlag ? (openBlock(), createElementBlock("div", {
|
|
109604
|
+
__props.bareFlag === true || __props.bareFlag == "Y" ? (openBlock(), createElementBlock("div", {
|
|
109605
109605
|
key: 0,
|
|
109606
|
-
class: "item-info",
|
|
109606
|
+
class: normalizeClass({ "item-info": __props.formItem.preps?.itemType != "usercomp" }),
|
|
109607
109607
|
style: normalizeStyle({ margin: __props.formItem.preps?.itemType == "button" ? "5px auto" : "unset" })
|
|
109608
109608
|
}, [
|
|
109609
109609
|
__props.formItem.preps?.helpMsg ? (openBlock(), createBlock(_component_help, {
|
|
@@ -109611,7 +109611,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
109611
109611
|
message: __props.formItem.preps?.helpMsg
|
|
109612
109612
|
}, null, 8, ["message"])) : createCommentVNode("", true),
|
|
109613
109613
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
109614
|
-
],
|
|
109614
|
+
], 6)) : (openBlock(), createElementBlock("div", _hoisted_1$h, [
|
|
109615
109615
|
__props.isDesign ? (openBlock(), createElementBlock("div", {
|
|
109616
109616
|
key: 0,
|
|
109617
109617
|
class: normalizeClass({
|
|
@@ -109640,7 +109640,10 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
109640
109640
|
_: 3
|
|
109641
109641
|
}, 8, ["size", "label", "prop", "required", "rules"])) : (openBlock(), createElementBlock("div", {
|
|
109642
109642
|
key: 1,
|
|
109643
|
-
class:
|
|
109643
|
+
class: normalizeClass({
|
|
109644
|
+
"bare-item": true,
|
|
109645
|
+
"item-info": __props.formItem.preps?.itemType != "usercomp"
|
|
109646
|
+
}),
|
|
109644
109647
|
style: normalizeStyle({ margin: __props.formItem?.itemType == "button" ? "5px auto" : "unset" })
|
|
109645
109648
|
}, [
|
|
109646
109649
|
__props.formItem.preps?.helpMsg ? (openBlock(), createBlock(_component_help, {
|
|
@@ -109648,7 +109651,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
109648
109651
|
message: __props.formItem.preps?.helpMsg
|
|
109649
109652
|
}, null, 8, ["message"])) : createCommentVNode("", true),
|
|
109650
109653
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
109651
|
-
],
|
|
109654
|
+
], 6)),
|
|
109652
109655
|
unref(isEdit) && unref(currentItemId) == __props.formItem?.preps.id ? (openBlock(), createElementBlock("div", _hoisted_2$b, [
|
|
109653
109656
|
__props.parentField?.itemType ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
109654
109657
|
key: 0,
|
|
@@ -109761,7 +109764,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
109761
109764
|
}
|
|
109762
109765
|
});
|
|
109763
109766
|
|
|
109764
|
-
const __unplugin_components_0$1 = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-
|
|
109767
|
+
const __unplugin_components_0$1 = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-a153e7de"]]);
|
|
109765
109768
|
|
|
109766
109769
|
const starhorseFormItem = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
109767
109770
|
__proto__: null,
|
|
@@ -109841,7 +109844,12 @@ const operationRelation = (relation, actionName, formData, currentName) => {
|
|
|
109841
109844
|
}
|
|
109842
109845
|
};
|
|
109843
109846
|
const allAction = (context, actionName, isInit = false) => {
|
|
109844
|
-
if (isDesign.value && isInit) {
|
|
109847
|
+
if (isDesign.value && isInit || actionName == "normal") {
|
|
109848
|
+
return;
|
|
109849
|
+
}
|
|
109850
|
+
const field = context.attrs["field"];
|
|
109851
|
+
const tempName = field.preps?.actionName;
|
|
109852
|
+
if (actionName != tempName) {
|
|
109845
109853
|
return;
|
|
109846
109854
|
}
|
|
109847
109855
|
switch (actionName) {
|
|
@@ -109865,7 +109873,6 @@ const allAction = (context, actionName, isInit = false) => {
|
|
|
109865
109873
|
console.log("不支持的事件:" + actionName);
|
|
109866
109874
|
return;
|
|
109867
109875
|
}
|
|
109868
|
-
const field = context.attrs["field"];
|
|
109869
109876
|
if (actionName == "input" && actionName != field.preps["actionName"]) {
|
|
109870
109877
|
return;
|
|
109871
109878
|
}
|
|
@@ -109897,7 +109904,7 @@ const _sfc_main$R = defineComponent({
|
|
|
109897
109904
|
const field = context.attrs["field"];
|
|
109898
109905
|
let formItem = shallowRef({ label: "input", required: false });
|
|
109899
109906
|
let dataField = shallowRef("");
|
|
109900
|
-
let actionName = shallowRef("
|
|
109907
|
+
let actionName = shallowRef("normal");
|
|
109901
109908
|
const itemAction = (prep) => {
|
|
109902
109909
|
allAction(context, prep);
|
|
109903
109910
|
};
|
|
@@ -109918,7 +109925,7 @@ const _sfc_main$R = defineComponent({
|
|
|
109918
109925
|
};
|
|
109919
109926
|
onMounted(() => {
|
|
109920
109927
|
initData();
|
|
109921
|
-
actionName.value = field.preps?.actionName || "
|
|
109928
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
109922
109929
|
if (!context.attrs["isSearch"]) {
|
|
109923
109930
|
allAction(context, actionName.value, true);
|
|
109924
109931
|
}
|
|
@@ -109980,7 +109987,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
109980
109987
|
_: 1
|
|
109981
109988
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
109982
109989
|
}
|
|
109983
|
-
const areaItem = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$F], ["__scopeId", "data-v-
|
|
109990
|
+
const areaItem = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$F], ["__scopeId", "data-v-eb7275c8"]]);
|
|
109984
109991
|
|
|
109985
109992
|
const areaItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
109986
109993
|
__proto__: null,
|
|
@@ -110102,7 +110109,7 @@ const _sfc_main$P = defineComponent({
|
|
|
110102
110109
|
const field = context.attrs["field"];
|
|
110103
110110
|
let formItem = shallowRef({ label: "input", required: false });
|
|
110104
110111
|
let dataField = shallowRef("");
|
|
110105
|
-
let actionName = shallowRef("
|
|
110112
|
+
let actionName = shallowRef("normal");
|
|
110106
110113
|
const itemAction = (prep) => {
|
|
110107
110114
|
allAction(context, prep);
|
|
110108
110115
|
};
|
|
@@ -110111,7 +110118,7 @@ const _sfc_main$P = defineComponent({
|
|
|
110111
110118
|
};
|
|
110112
110119
|
onMounted(() => {
|
|
110113
110120
|
initData();
|
|
110114
|
-
actionName.value = field.preps?.actionName || "
|
|
110121
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
110115
110122
|
if (!context.attrs["isSearch"]) {
|
|
110116
110123
|
allAction(context, actionName.value, true);
|
|
110117
110124
|
}
|
|
@@ -110205,7 +110212,7 @@ const _sfc_main$O = defineComponent({
|
|
|
110205
110212
|
let btnDialogVisible = shallowRef(false);
|
|
110206
110213
|
const btnCompRef = shallowRef();
|
|
110207
110214
|
onMounted(() => {
|
|
110208
|
-
actionName.value = field.preps?.actionName || "
|
|
110215
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
110209
110216
|
});
|
|
110210
110217
|
const operResultAction = async () => {
|
|
110211
110218
|
let action = field.preps;
|
|
@@ -110373,7 +110380,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
110373
110380
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"])
|
|
110374
110381
|
], 64);
|
|
110375
110382
|
}
|
|
110376
|
-
const buttonItem = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$C], ["__scopeId", "data-v-
|
|
110383
|
+
const buttonItem = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$C], ["__scopeId", "data-v-259e1c67"]]);
|
|
110377
110384
|
|
|
110378
110385
|
const buttonItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
110379
110386
|
__proto__: null,
|
|
@@ -110386,7 +110393,7 @@ const _sfc_main$N = defineComponent({
|
|
|
110386
110393
|
const field = context.attrs["field"];
|
|
110387
110394
|
let formItem = shallowRef({ label: "input", required: false });
|
|
110388
110395
|
let dataField = shallowRef("");
|
|
110389
|
-
let actionName = shallowRef("
|
|
110396
|
+
let actionName = shallowRef("normal");
|
|
110390
110397
|
const itemAction = (prep) => {
|
|
110391
110398
|
allAction(context, prep);
|
|
110392
110399
|
};
|
|
@@ -110407,7 +110414,7 @@ const _sfc_main$N = defineComponent({
|
|
|
110407
110414
|
};
|
|
110408
110415
|
onMounted(() => {
|
|
110409
110416
|
initData();
|
|
110410
|
-
actionName.value = field.preps?.actionName || "
|
|
110417
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
110411
110418
|
if (!context.attrs["isSearch"]) {
|
|
110412
110419
|
allAction(context, actionName.value, true);
|
|
110413
110420
|
}
|
|
@@ -110469,7 +110476,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
110469
110476
|
_: 1
|
|
110470
110477
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
110471
110478
|
}
|
|
110472
|
-
const cascadeItem = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$B], ["__scopeId", "data-v-
|
|
110479
|
+
const cascadeItem = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$B], ["__scopeId", "data-v-1845e9e0"]]);
|
|
110473
110480
|
|
|
110474
110481
|
const cascadeItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
110475
110482
|
__proto__: null,
|
|
@@ -110547,7 +110554,7 @@ const _sfc_main$L = defineComponent({
|
|
|
110547
110554
|
allAction(context, prep);
|
|
110548
110555
|
};
|
|
110549
110556
|
onMounted(() => {
|
|
110550
|
-
actionName.value = field.preps?.actionName || "
|
|
110557
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
110551
110558
|
if (!context.attrs["isSearch"]) {
|
|
110552
110559
|
allAction(context, actionName.value, true);
|
|
110553
110560
|
}
|
|
@@ -113462,7 +113469,7 @@ const _sfc_main$B = defineComponent({
|
|
|
113462
113469
|
};
|
|
113463
113470
|
resetForm();
|
|
113464
113471
|
onMounted(() => {
|
|
113465
|
-
actionName.value = field.preps?.actionName || "
|
|
113472
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
113466
113473
|
if (!context.attrs["isSearch"]) {
|
|
113467
113474
|
allAction(context, actionName.value, true);
|
|
113468
113475
|
}
|
|
@@ -113545,7 +113552,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
113545
113552
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"])
|
|
113546
113553
|
], 64);
|
|
113547
113554
|
}
|
|
113548
|
-
const cronItem = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$y], ["__scopeId", "data-v-
|
|
113555
|
+
const cronItem = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$y], ["__scopeId", "data-v-0dd78e31"]]);
|
|
113549
113556
|
|
|
113550
113557
|
const cronItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
113551
113558
|
__proto__: null,
|
|
@@ -113558,7 +113565,7 @@ const _sfc_main$A = defineComponent({
|
|
|
113558
113565
|
const field = context.attrs["field"];
|
|
113559
113566
|
let formItem = shallowRef({ label: "input", required: false });
|
|
113560
113567
|
let dataField = shallowRef("");
|
|
113561
|
-
let actionName = shallowRef("
|
|
113568
|
+
let actionName = shallowRef("normal");
|
|
113562
113569
|
const itemAction = (prep) => {
|
|
113563
113570
|
if (prep == "change" && field.preps["type"]?.includes("range")) {
|
|
113564
113571
|
let val = context.attrs["formData"][field.preps["name"]];
|
|
@@ -113570,7 +113577,7 @@ const _sfc_main$A = defineComponent({
|
|
|
113570
113577
|
allAction(context, prep);
|
|
113571
113578
|
};
|
|
113572
113579
|
onMounted(() => {
|
|
113573
|
-
actionName.value = field.preps?.actionName || "
|
|
113580
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
113574
113581
|
if (!context.attrs["isSearch"]) {
|
|
113575
113582
|
allAction(context, actionName.value, true);
|
|
113576
113583
|
}
|
|
@@ -113628,7 +113635,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
113628
113635
|
_: 1
|
|
113629
113636
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
113630
113637
|
}
|
|
113631
|
-
const datetimeItem = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$x], ["__scopeId", "data-v-
|
|
113638
|
+
const datetimeItem = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$x], ["__scopeId", "data-v-bb57eaee"]]);
|
|
113632
113639
|
|
|
113633
113640
|
const datetimeItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
113634
113641
|
__proto__: null,
|
|
@@ -113685,7 +113692,7 @@ const _sfc_main$y = defineComponent({
|
|
|
113685
113692
|
console.error(e);
|
|
113686
113693
|
}
|
|
113687
113694
|
};
|
|
113688
|
-
let actionName = shallowRef("
|
|
113695
|
+
let actionName = shallowRef("normal");
|
|
113689
113696
|
const itemAction = (prep) => {
|
|
113690
113697
|
allAction(context, prep);
|
|
113691
113698
|
};
|
|
@@ -113742,7 +113749,7 @@ const _sfc_main$y = defineComponent({
|
|
|
113742
113749
|
dialogInputTableRef.value?.createSearchParams(data);
|
|
113743
113750
|
};
|
|
113744
113751
|
onMounted(() => {
|
|
113745
|
-
actionName.value = field.preps?.actionName || "
|
|
113752
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
113746
113753
|
if (!context.attrs["isSearch"]) {
|
|
113747
113754
|
allAction(context, actionName.value, true);
|
|
113748
113755
|
}
|
|
@@ -113846,7 +113853,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
113846
113853
|
}, 8, ["isDesign", "bareFlag", "formItem", "parentField"])
|
|
113847
113854
|
], 64);
|
|
113848
113855
|
}
|
|
113849
|
-
const dialogInputItem = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$v], ["__scopeId", "data-v-
|
|
113856
|
+
const dialogInputItem = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$v], ["__scopeId", "data-v-c04b9988"]]);
|
|
113850
113857
|
|
|
113851
113858
|
const dialogInputItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
113852
113859
|
__proto__: null,
|
|
@@ -131125,7 +131132,7 @@ const _sfc_main$u = defineComponent({
|
|
|
131125
131132
|
let allIconList = ref([]);
|
|
131126
131133
|
let iconType = ref("system");
|
|
131127
131134
|
const popoverRef = shallowRef();
|
|
131128
|
-
let actionName = shallowRef("
|
|
131135
|
+
let actionName = shallowRef("normal");
|
|
131129
131136
|
const assignIcon = (iconName) => {
|
|
131130
131137
|
context.attrs["formData"][field.preps["name"]] = iconName;
|
|
131131
131138
|
unref(popoverRef).popperRef?.delayHide?.();
|
|
@@ -131150,7 +131157,7 @@ const _sfc_main$u = defineComponent({
|
|
|
131150
131157
|
context.emit("selfFunc", prep);
|
|
131151
131158
|
};
|
|
131152
131159
|
onMounted(() => {
|
|
131153
|
-
actionName.value = field.preps?.actionName || "
|
|
131160
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
131154
131161
|
if (field.preps["values"]?.length > 0) {
|
|
131155
131162
|
allIconList.value = field.preps["values"];
|
|
131156
131163
|
iconType.value = "user";
|
|
@@ -131278,7 +131285,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
131278
131285
|
_: 1
|
|
131279
131286
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
131280
131287
|
}
|
|
131281
|
-
const iconItem = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$r], ["__scopeId", "data-v-
|
|
131288
|
+
const iconItem = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$r], ["__scopeId", "data-v-5b2a3510"]]);
|
|
131282
131289
|
|
|
131283
131290
|
const iconItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
131284
131291
|
__proto__: null,
|
|
@@ -131321,7 +131328,7 @@ const _sfc_main$t = defineComponent({
|
|
|
131321
131328
|
context.emit("selfFunc", prep, uploadFile, uploadFiles, param);
|
|
131322
131329
|
};
|
|
131323
131330
|
onMounted(() => {
|
|
131324
|
-
actionName.value = field.preps?.actionName || "
|
|
131331
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
131325
131332
|
if (!context.attrs["isSearch"]) {
|
|
131326
131333
|
allAction(context, actionName.value, true);
|
|
131327
131334
|
}
|
|
@@ -131498,7 +131505,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
131498
131505
|
_: 1
|
|
131499
131506
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
131500
131507
|
}
|
|
131501
|
-
const imageItem = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$q], ["__scopeId", "data-v-
|
|
131508
|
+
const imageItem = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$q], ["__scopeId", "data-v-0fc22094"]]);
|
|
131502
131509
|
|
|
131503
131510
|
const imageItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
131504
131511
|
__proto__: null,
|
|
@@ -131516,7 +131523,7 @@ const _sfc_main$s = defineComponent({
|
|
|
131516
131523
|
let preSelect = shallowRef("");
|
|
131517
131524
|
let appSelect = shallowRef("");
|
|
131518
131525
|
const inputItemRef = ref();
|
|
131519
|
-
let actionName = shallowRef("
|
|
131526
|
+
let actionName = shallowRef("normal");
|
|
131520
131527
|
const dynamicFunction = (_funcName, data) => {
|
|
131521
131528
|
if (!data) {
|
|
131522
131529
|
return;
|
|
@@ -131535,7 +131542,7 @@ const _sfc_main$s = defineComponent({
|
|
|
131535
131542
|
allAction(context, prep);
|
|
131536
131543
|
};
|
|
131537
131544
|
onMounted(() => {
|
|
131538
|
-
actionName.value = field.preps?.actionName || "
|
|
131545
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
131539
131546
|
if (!context.attrs["isSearch"]) {
|
|
131540
131547
|
allAction(context, actionName.value, true);
|
|
131541
131548
|
}
|
|
@@ -131666,7 +131673,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
131666
131673
|
_: 1
|
|
131667
131674
|
}, 8, ["isDesign", "bareFlag", "formItem", "parentField"]);
|
|
131668
131675
|
}
|
|
131669
|
-
const inputItem = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$p], ["__scopeId", "data-v-
|
|
131676
|
+
const inputItem = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$p], ["__scopeId", "data-v-ab477483"]]);
|
|
131670
131677
|
|
|
131671
131678
|
const inputItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
131672
131679
|
__proto__: null,
|
|
@@ -131713,7 +131720,7 @@ const _sfc_main$r = defineComponent({
|
|
|
131713
131720
|
let fun = new Function(data);
|
|
131714
131721
|
fun();
|
|
131715
131722
|
};
|
|
131716
|
-
let actionName = shallowRef("
|
|
131723
|
+
let actionName = shallowRef("normal");
|
|
131717
131724
|
const itemAction = (prep) => {
|
|
131718
131725
|
allAction(context, prep);
|
|
131719
131726
|
};
|
|
@@ -131754,7 +131761,7 @@ const _sfc_main$r = defineComponent({
|
|
|
131754
131761
|
dialogInputVisible.value = false;
|
|
131755
131762
|
};
|
|
131756
131763
|
onMounted(() => {
|
|
131757
|
-
actionName.value = field.preps?.actionName || "
|
|
131764
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
131758
131765
|
if (!context.attrs["isSearch"]) {
|
|
131759
131766
|
allAction(context, actionName.value, true);
|
|
131760
131767
|
}
|
|
@@ -131838,7 +131845,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
131838
131845
|
resize: "none",
|
|
131839
131846
|
onChange: _cache[1] || (_cache[1] = ($event) => _ctx.itemAction("change")),
|
|
131840
131847
|
onInput: _cache[2] || (_cache[2] = ($event) => _ctx.itemAction("input")),
|
|
131841
|
-
|
|
131848
|
+
onNormal: _cache[3] || (_cache[3] = ($event) => _ctx.itemAction("enter")),
|
|
131842
131849
|
onFocus: _cache[4] || (_cache[4] = ($event) => _ctx.itemAction("focus")),
|
|
131843
131850
|
onBlur: _cache[5] || (_cache[5] = ($event) => _ctx.itemAction("blur")),
|
|
131844
131851
|
modelValue: _ctx.context.attrs["formData"][_ctx.field.preps["name"]],
|
|
@@ -131861,7 +131868,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
131861
131868
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"])
|
|
131862
131869
|
], 64);
|
|
131863
131870
|
}
|
|
131864
|
-
const jsonArrayItem = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$o], ["__scopeId", "data-v-
|
|
131871
|
+
const jsonArrayItem = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$o], ["__scopeId", "data-v-0380cd34"]]);
|
|
131865
131872
|
|
|
131866
131873
|
const jsonArrayItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
131867
131874
|
__proto__: null,
|
|
@@ -131908,7 +131915,7 @@ const _sfc_main$q = defineComponent({
|
|
|
131908
131915
|
let fun = new Function(data);
|
|
131909
131916
|
fun();
|
|
131910
131917
|
};
|
|
131911
|
-
let actionName = shallowRef("
|
|
131918
|
+
let actionName = shallowRef("normal");
|
|
131912
131919
|
const itemAction = (prep) => {
|
|
131913
131920
|
allAction(context, prep);
|
|
131914
131921
|
};
|
|
@@ -131960,7 +131967,7 @@ const _sfc_main$q = defineComponent({
|
|
|
131960
131967
|
dialogInputVisible.value = false;
|
|
131961
131968
|
};
|
|
131962
131969
|
onMounted(() => {
|
|
131963
|
-
actionName.value = field.preps?.actionName || "
|
|
131970
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
131964
131971
|
if (!context.attrs["isSearch"]) {
|
|
131965
131972
|
allAction(context, actionName.value, true);
|
|
131966
131973
|
}
|
|
@@ -132067,7 +132074,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
132067
132074
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"])
|
|
132068
132075
|
], 64);
|
|
132069
132076
|
}
|
|
132070
|
-
const jsonItem = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$n], ["__scopeId", "data-v-
|
|
132077
|
+
const jsonItem = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$n], ["__scopeId", "data-v-072ced0b"]]);
|
|
132071
132078
|
|
|
132072
132079
|
const jsonItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
132073
132080
|
__proto__: null,
|
|
@@ -183487,12 +183494,12 @@ const _sfc_main$o = defineComponent({
|
|
|
183487
183494
|
const field = context.attrs["field"];
|
|
183488
183495
|
let formItem = shallowRef({ label: "input", required: false });
|
|
183489
183496
|
let dataField = shallowRef("");
|
|
183490
|
-
let actionName = shallowRef("
|
|
183497
|
+
let actionName = shallowRef("normal");
|
|
183491
183498
|
const itemAction = (prep) => {
|
|
183492
183499
|
allAction(context, prep);
|
|
183493
183500
|
};
|
|
183494
183501
|
onMounted(() => {
|
|
183495
|
-
actionName.value = field.preps?.actionName || "
|
|
183502
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
183496
183503
|
if (!context.attrs["isSearch"]) {
|
|
183497
183504
|
allAction(context, actionName.value, true);
|
|
183498
183505
|
}
|
|
@@ -183555,7 +183562,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
183555
183562
|
_: 1
|
|
183556
183563
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
183557
183564
|
}
|
|
183558
|
-
const numberItem = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$l], ["__scopeId", "data-v-
|
|
183565
|
+
const numberItem = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$l], ["__scopeId", "data-v-d4b1c180"]]);
|
|
183559
183566
|
|
|
183560
183567
|
const numberItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
183561
183568
|
__proto__: null,
|
|
@@ -183568,7 +183575,7 @@ const _sfc_main$n = defineComponent({
|
|
|
183568
183575
|
const field = context.attrs["field"];
|
|
183569
183576
|
let formItem = shallowRef({ label: "input", required: false });
|
|
183570
183577
|
let dataField = shallowRef("");
|
|
183571
|
-
let actionName = shallowRef("
|
|
183578
|
+
let actionName = shallowRef("normal");
|
|
183572
183579
|
let slotStyle = shallowRef("");
|
|
183573
183580
|
const isFocus = ref();
|
|
183574
183581
|
const handleFocus = () => {
|
|
@@ -183589,7 +183596,7 @@ const _sfc_main$n = defineComponent({
|
|
|
183589
183596
|
allAction(context, prep);
|
|
183590
183597
|
};
|
|
183591
183598
|
onMounted(() => {
|
|
183592
|
-
actionName.value = field.preps?.actionName || "
|
|
183599
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
183593
183600
|
field.preps["maxName"] = field.preps["name"] + "Max";
|
|
183594
183601
|
field.preps["minName"] = field.preps["name"] + "Min";
|
|
183595
183602
|
let val = context.attrs["formData"][field.preps["name"]];
|
|
@@ -183698,7 +183705,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
183698
183705
|
_: 1
|
|
183699
183706
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
183700
183707
|
}
|
|
183701
|
-
const numberRangeItem = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$k], ["__scopeId", "data-v-
|
|
183708
|
+
const numberRangeItem = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$k], ["__scopeId", "data-v-22470fa7"]]);
|
|
183702
183709
|
|
|
183703
183710
|
const numberRangeItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
183704
183711
|
__proto__: null,
|
|
@@ -183716,7 +183723,7 @@ const _sfc_main$m = defineComponent({
|
|
|
183716
183723
|
let formItem = shallowRef({ label: "input", required: false });
|
|
183717
183724
|
let dataField = shallowRef("");
|
|
183718
183725
|
let multipleSelection = shallowRef([]);
|
|
183719
|
-
let actionName = shallowRef("
|
|
183726
|
+
let actionName = shallowRef("normal");
|
|
183720
183727
|
let pageInfo = ref({
|
|
183721
183728
|
pageSize: 20,
|
|
183722
183729
|
currentPage: 1,
|
|
@@ -183847,7 +183854,7 @@ const _sfc_main$m = defineComponent({
|
|
|
183847
183854
|
}
|
|
183848
183855
|
);
|
|
183849
183856
|
onMounted(() => {
|
|
183850
|
-
actionName.value = field.preps?.actionName || "
|
|
183857
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
183851
183858
|
loadByPage(true);
|
|
183852
183859
|
if (!context.attrs["isSearch"]) {
|
|
183853
183860
|
allAction(context, actionName.value, true);
|
|
@@ -183996,7 +184003,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
183996
184003
|
_: 1
|
|
183997
184004
|
}, 8, ["isDesign", "bareFlag", "formItem", "parentField"]);
|
|
183998
184005
|
}
|
|
183999
|
-
const pageSelectItem = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$j], ["__scopeId", "data-v-
|
|
184006
|
+
const pageSelectItem = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$j], ["__scopeId", "data-v-75c423a1"]]);
|
|
184000
184007
|
|
|
184001
184008
|
const pageSelectItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
184002
184009
|
__proto__: null,
|
|
@@ -184016,12 +184023,12 @@ const _sfc_main$l = defineComponent({
|
|
|
184016
184023
|
let fun = new Function(data);
|
|
184017
184024
|
fun();
|
|
184018
184025
|
};
|
|
184019
|
-
let actionName = shallowRef("
|
|
184026
|
+
let actionName = shallowRef("normal");
|
|
184020
184027
|
const itemAction = (prep) => {
|
|
184021
184028
|
allAction(context, prep);
|
|
184022
184029
|
};
|
|
184023
184030
|
onMounted(() => {
|
|
184024
|
-
actionName.value = field.preps?.actionName || "
|
|
184031
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
184025
184032
|
if (!context.attrs["isSearch"]) {
|
|
184026
184033
|
allAction(context, actionName.value, true);
|
|
184027
184034
|
}
|
|
@@ -184239,7 +184246,7 @@ const _sfc_main$i = defineComponent({
|
|
|
184239
184246
|
};
|
|
184240
184247
|
onMounted(() => {
|
|
184241
184248
|
initData();
|
|
184242
|
-
actionName.value = field.preps?.actionName || "
|
|
184249
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
184243
184250
|
if (!context.attrs["isSearch"]) {
|
|
184244
184251
|
allAction(context, actionName.value, !field.preps["needInitLink"]);
|
|
184245
184252
|
}
|
|
@@ -184310,7 +184317,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
184310
184317
|
_: 1
|
|
184311
184318
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
184312
184319
|
}
|
|
184313
|
-
const selectItem = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$f], ["__scopeId", "data-v-
|
|
184320
|
+
const selectItem = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$f], ["__scopeId", "data-v-d6fada80"]]);
|
|
184314
184321
|
|
|
184315
184322
|
const selectItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
184316
184323
|
__proto__: null,
|
|
@@ -185067,7 +185074,7 @@ const _sfc_main$f = defineComponent({
|
|
|
185067
185074
|
allAction(context, prep);
|
|
185068
185075
|
};
|
|
185069
185076
|
onMounted(() => {
|
|
185070
|
-
actionName.value = field.preps?.actionName || "
|
|
185077
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
185071
185078
|
if (!context.attrs["isSearch"]) {
|
|
185072
185079
|
allAction(context, actionName.value, false);
|
|
185073
185080
|
}
|
|
@@ -185253,7 +185260,7 @@ const _sfc_main$c = defineComponent({
|
|
|
185253
185260
|
let fun = new Function(data);
|
|
185254
185261
|
fun();
|
|
185255
185262
|
};
|
|
185256
|
-
let actionName = shallowRef("
|
|
185263
|
+
let actionName = shallowRef("normal");
|
|
185257
185264
|
const itemAction = (prep) => {
|
|
185258
185265
|
allAction(context, prep);
|
|
185259
185266
|
};
|
|
@@ -185268,7 +185275,7 @@ const _sfc_main$c = defineComponent({
|
|
|
185268
185275
|
context.attrs["formData"][field.preps["name"]] = dataField.value;
|
|
185269
185276
|
};
|
|
185270
185277
|
onMounted(() => {
|
|
185271
|
-
actionName.value = field.preps?.actionName || "
|
|
185278
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
185272
185279
|
if (!context.attrs["isSearch"]) {
|
|
185273
185280
|
allAction(context, actionName.value, true);
|
|
185274
185281
|
}
|
|
@@ -185372,12 +185379,12 @@ const _sfc_main$b = defineComponent({
|
|
|
185372
185379
|
const field = context.attrs["field"];
|
|
185373
185380
|
let formItem = shallowRef({ label: "input", required: false });
|
|
185374
185381
|
let dataField = shallowRef("");
|
|
185375
|
-
let actionName = shallowRef("
|
|
185382
|
+
let actionName = shallowRef("normal");
|
|
185376
185383
|
const itemAction = (prep) => {
|
|
185377
185384
|
allAction(context, prep);
|
|
185378
185385
|
};
|
|
185379
185386
|
onMounted(() => {
|
|
185380
|
-
actionName.value = field.preps?.actionName || "
|
|
185387
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
185381
185388
|
if (!context.attrs["isSearch"]) {
|
|
185382
185389
|
allAction(context, actionName.value, true);
|
|
185383
185390
|
}
|
|
@@ -185434,7 +185441,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
185434
185441
|
_: 1
|
|
185435
185442
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
185436
185443
|
}
|
|
185437
|
-
const timeItem = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$8], ["__scopeId", "data-v-
|
|
185444
|
+
const timeItem = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$8], ["__scopeId", "data-v-53752248"]]);
|
|
185438
185445
|
|
|
185439
185446
|
const timeItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
185440
185447
|
__proto__: null,
|
|
@@ -185447,12 +185454,12 @@ const _sfc_main$a = defineComponent({
|
|
|
185447
185454
|
const field = context.attrs["field"];
|
|
185448
185455
|
let formItem = shallowRef({ label: "input", required: false });
|
|
185449
185456
|
let dataField = shallowRef("");
|
|
185450
|
-
let actionName = shallowRef("
|
|
185457
|
+
let actionName = shallowRef("normal");
|
|
185451
185458
|
const itemAction = (prep) => {
|
|
185452
185459
|
allAction(context, prep);
|
|
185453
185460
|
};
|
|
185454
185461
|
onMounted(() => {
|
|
185455
|
-
actionName.value = field.preps?.actionName || "
|
|
185462
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
185456
185463
|
if (!context.attrs["isSearch"]) {
|
|
185457
185464
|
allAction(context, actionName.value, true);
|
|
185458
185465
|
}
|
|
@@ -185509,7 +185516,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
185509
185516
|
_: 1
|
|
185510
185517
|
}, 8, ["isDesign", "bareFlag", "form-item", "parentField"]);
|
|
185511
185518
|
}
|
|
185512
|
-
const timePickerItem = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$7], ["__scopeId", "data-v-
|
|
185519
|
+
const timePickerItem = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$7], ["__scopeId", "data-v-203ce435"]]);
|
|
185513
185520
|
|
|
185514
185521
|
const timePickerItem$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
185515
185522
|
__proto__: null,
|
|
@@ -185522,7 +185529,7 @@ const _sfc_main$9 = defineComponent({
|
|
|
185522
185529
|
const field = context.attrs["field"];
|
|
185523
185530
|
let formItem = shallowRef({ label: "input", required: false });
|
|
185524
185531
|
let dataField = shallowRef("");
|
|
185525
|
-
let actionName = shallowRef("
|
|
185532
|
+
let actionName = shallowRef("normal");
|
|
185526
185533
|
const itemAction = (prep) => {
|
|
185527
185534
|
allAction(context, prep);
|
|
185528
185535
|
};
|
|
@@ -185534,7 +185541,7 @@ const _sfc_main$9 = defineComponent({
|
|
|
185534
185541
|
};
|
|
185535
185542
|
onMounted(() => {
|
|
185536
185543
|
initData();
|
|
185537
|
-
actionName.value = field.preps?.actionName || "
|
|
185544
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
185538
185545
|
if (!context.attrs["isSearch"]) {
|
|
185539
185546
|
allAction(context, actionName.value, true);
|
|
185540
185547
|
}
|
|
@@ -185606,7 +185613,7 @@ const _sfc_main$8 = defineComponent({
|
|
|
185606
185613
|
const field = context.attrs["field"];
|
|
185607
185614
|
let formItem = shallowRef({ label: "input", required: false });
|
|
185608
185615
|
let dataField = shallowRef("");
|
|
185609
|
-
let actionName = shallowRef("
|
|
185616
|
+
let actionName = shallowRef("normal");
|
|
185610
185617
|
const itemAction = (prep) => {
|
|
185611
185618
|
allAction(context, prep);
|
|
185612
185619
|
};
|
|
@@ -185670,7 +185677,7 @@ const _sfc_main$8 = defineComponent({
|
|
|
185670
185677
|
};
|
|
185671
185678
|
onMounted(() => {
|
|
185672
185679
|
initData();
|
|
185673
|
-
actionName.value = field.preps?.actionName || "
|
|
185680
|
+
actionName.value = field.preps?.actionName || "normal";
|
|
185674
185681
|
if (!context.attrs["isSearch"]) {
|
|
185675
185682
|
allAction(context, actionName.value, true);
|
|
185676
185683
|
}
|
|
@@ -185921,7 +185928,7 @@ const _sfc_main$5 = defineComponent({
|
|
|
185921
185928
|
let dataField = shallowRef("");
|
|
185922
185929
|
let userTableRef = shallowRef();
|
|
185923
185930
|
let dialogInputVisible = shallowRef(false);
|
|
185924
|
-
let actionName = shallowRef("
|
|
185931
|
+
let actionName = shallowRef("normal");
|
|
185925
185932
|
let userOptionList = shallowRef([]);
|
|
185926
185933
|
const itemAction = (prep) => {
|
|
185927
185934
|
allAction(context, prep);
|
|
@@ -186317,7 +186324,6 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
186317
186324
|
let query = getUserInfo()?.idUsersinfo;
|
|
186318
186325
|
await postRequest("/system-config/system/informationsEntity/getUserSystem/" + query, []).then((res) => {
|
|
186319
186326
|
dataList.value = res?.data?.data;
|
|
186320
|
-
console.log(dataList.value.length);
|
|
186321
186327
|
}).catch((err) => {
|
|
186322
186328
|
console.log(err);
|
|
186323
186329
|
});
|
|
@@ -186344,7 +186350,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
186344
186350
|
}
|
|
186345
186351
|
});
|
|
186346
186352
|
|
|
186347
|
-
const StarHorseHmenu = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
186353
|
+
const StarHorseHmenu = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-f9aad1c3"]]);
|
|
186348
186354
|
|
|
186349
186355
|
const StarHorseHmenu$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
186350
186356
|
__proto__: null,
|