|
@@ -27558,7 +27558,7 @@ var _export_sfc = (sfc, props) => {
|
|
|
}
|
|
|
return target;
|
|
|
};
|
|
|
-const _withScopeId = (n) => (pushScopeId("data-v-1a926725"), n = n(), popScopeId(), n);
|
|
|
+const _withScopeId = (n) => (pushScopeId("data-v-4dd8224f"), n = n(), popScopeId(), n);
|
|
|
const _hoisted_1$6 = { key: 12 };
|
|
|
const _hoisted_2$5 = {
|
|
|
key: 1,
|
|
@@ -27692,6 +27692,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
key: 0,
|
|
|
modelValue: unref(data2),
|
|
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(data2) ? data2.value = $event : null),
|
|
|
+ modelModifiers: { trim: true },
|
|
|
style: normalizeStyle({ width: __props.element.options.width }),
|
|
|
placeholder: __props.element.options.placeholder,
|
|
|
maxlength: parseInt(__props.element.options.maxlength),
|
|
@@ -27728,6 +27729,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
key: 1,
|
|
|
modelValue: unref(data2),
|
|
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(data2) ? data2.value = $event : null),
|
|
|
+ modelModifiers: { trim: true },
|
|
|
style: normalizeStyle({ width: __props.element.options.width }),
|
|
|
placeholder: __props.element.options.placeholder,
|
|
|
maxlength: parseInt(__props.element.options.maxlength),
|
|
@@ -27765,6 +27767,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
key: 2,
|
|
|
modelValue: unref(data2),
|
|
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(data2) ? data2.value = $event : null),
|
|
|
+ modelModifiers: { trim: true },
|
|
|
type: "textarea",
|
|
|
resize: "none",
|
|
|
rows: __props.element.options.rows,
|
|
@@ -27784,7 +27787,8 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
style: normalizeStyle({ width: __props.element.options.width }),
|
|
|
max: __props.element.options.max,
|
|
|
min: __props.element.options.min,
|
|
|
- disabled: __props.disabled || __props.element.options.disabled
|
|
|
+ disabled: __props.disabled || __props.element.options.disabled,
|
|
|
+ "controls-position": "right"
|
|
|
}, null, 8, ["modelValue", "style", "max", "min", "disabled"])) : createCommentVNode("", true),
|
|
|
__props.element.type === "radio" ? (openBlock(), createBlock(_component_el_radio_group, {
|
|
|
key: 4,
|
|
@@ -27997,7 +28001,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
};
|
|
|
}
|
|
|
});
|
|
|
-var GenerateFormItem = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-1a926725"]]);
|
|
|
+var GenerateFormItem = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-4dd8224f"]]);
|
|
|
const _sfc_main$7 = defineComponent({
|
|
|
name: "FormGenerate",
|
|
|
components: {
|
|
@@ -28496,7 +28500,8 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
style: normalizeStyle({ width: __props.element.options.width }),
|
|
|
max: __props.element.options.max,
|
|
|
min: __props.element.options.min,
|
|
|
- disabled: __props.element.options.disabled
|
|
|
+ disabled: __props.element.options.disabled,
|
|
|
+ "controls-position": "right"
|
|
|
}, null, 8, ["model-value", "style", "max", "min", "disabled"])) : createCommentVNode("", true),
|
|
|
__props.element.type === "radio" ? (openBlock(), createBlock(_component_el_radio_group, {
|
|
|
key: 4,
|