super-page-designer 2.1.34 → 2.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/components/design/utils/assemblys-config.js +72 -2
- package/dist/es/components/design/utils/container-design-util.js +4 -0
- package/dist/es/components/design/utils/form-design-util.d.ts +1 -1
- package/dist/es/components/design/utils/form-design-util.js +10 -1
- package/dist/es/components/design/utils/page-event-util.js +10 -6
- package/dist/es/components/design/utils/page-table-util.js +26 -4
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-data.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/chart/gauge/gauge-attr-data.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/chart/radar/radar-attr-data.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/chart/scatter/scatter-attr-data.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue.js +7 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue2.js +542 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue3.js +1 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/font-style-dialog.vue.js +230 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/font-style-dialog.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue.js +205 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/style-table.vue.js +198 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/style-table.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-showcondition.vue.js +507 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-showcondition.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-advanced.vue.js +285 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-advanced.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue.js +1177 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-style.vue.js +97 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-style.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr.vue.js +5 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr.vue2.js +62 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr.vue3.js +1 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue.js +8 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue2.js +358 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue3.js +1 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue4.js +1 -0
- package/dist/es/components/design/views/assemblys/common/common-function-code.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/common/common-i18n-key-input.vue.js +3 -1
- package/dist/es/components/design/views/assemblys/common/common-select-page.vue.js +8 -18
- package/dist/es/components/design/views/assemblys/common/common-style-background.vue.js +3 -2
- package/dist/es/components/design/views/assemblys/common/common-variable-bind-option.js +1 -2
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +3 -3
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +738 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +1 -733
- package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue2.js +4 -4
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +12 -10
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue2.js +2 -0
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +5 -5
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-dynamic-column.vue.js +4 -4
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +6 -5
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue2.js +4 -4
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +152 -1
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +1 -152
- package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue2.js +2 -1
- package/dist/es/components/design/views/assemblys/form/common/pre-suffix.vue.js +11 -8
- package/dist/es/components/design/views/assemblys/form/common/suffixmodule.vue.js +5 -1
- package/dist/es/components/design/views/assemblys/form/common/uploading.vue.js +32 -0
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +54 -16
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +46 -8
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-design.vue2.js +4 -3
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-design.vue2.js +15 -2
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +48 -10
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-design.vue2.js +4 -3
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +46 -8
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +71 -3
- package/dist/es/components/design/views/assemblys/form/label/label-design.vue2.js +8 -2
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/radio/radio-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +48 -10
- package/dist/es/components/design/views/assemblys/form/select/select-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +49 -11
- package/dist/es/components/design/views/assemblys/form/switch/switch-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/tag/tag-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +52 -14
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/object-design.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +21 -2
- package/dist/es/components/design/views/assemblys/page/page-attr-base.vue.js +14 -7
- package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.js +1 -3
- package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue.js +2 -0
- package/dist/es/components/design/views/design/view/page-switch.vue.js +1 -1
- package/dist/es/components/design/views/design/view/page-switch.vue2.js +10 -0
- package/dist/es/stores/page-store.d.ts +1 -1
- package/dist/es/stores/page-store.js +1 -1
- package/dist/es/stores/statistics-table-store.d.ts +10 -0
- package/dist/es/stores/statistics-table-store.js +20 -0
- package/dist/es/style.css +791 -118
- package/package.json +6 -5
package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js
CHANGED
|
@@ -1,155 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { Search } from "@element-plus/icons-vue";
|
|
3
|
-
const _hoisted_1 = { class: "dialog-footer" };
|
|
4
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
|
-
__name: "dataorigin-input-table",
|
|
6
|
-
props: {
|
|
7
|
-
modelValue: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: ""
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
emits: ["update:modelValue"],
|
|
13
|
-
setup(__props, { emit: __emit }) {
|
|
14
|
-
const props = __props;
|
|
15
|
-
const inputValue = ref(props.modelValue);
|
|
16
|
-
const emit = __emit;
|
|
17
|
-
const tableData = [
|
|
18
|
-
{
|
|
19
|
-
id: 1,
|
|
20
|
-
date: "2016-05-03",
|
|
21
|
-
name: "Tom",
|
|
22
|
-
address: "No. 189, Grove St, Los Angeles"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
id: 2,
|
|
26
|
-
date: "2016-05-02",
|
|
27
|
-
name: "Tom",
|
|
28
|
-
address: "No. 189, Grove St, Los Angeles"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
id: 3,
|
|
32
|
-
date: "2016-05-04",
|
|
33
|
-
name: "Tom",
|
|
34
|
-
address: "No. 189, Grove St, Los Angeles"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
id: 4,
|
|
38
|
-
date: "2016-05-01",
|
|
39
|
-
name: "Tom",
|
|
40
|
-
address: "No. 189, Grove St, Los Angeles"
|
|
41
|
-
}
|
|
42
|
-
];
|
|
43
|
-
const dialogVisible = ref(false);
|
|
44
|
-
const selectData = ref([]);
|
|
45
|
-
watch(() => props.modelValue, (newVal) => {
|
|
46
|
-
inputValue.value = newVal;
|
|
47
|
-
});
|
|
48
|
-
function confirm() {
|
|
49
|
-
if (selectData.value.length > 0) {
|
|
50
|
-
let str = "";
|
|
51
|
-
selectData.value.forEach((item) => {
|
|
52
|
-
str = str + item.name + ",";
|
|
53
|
-
});
|
|
54
|
-
str = str.substring(0, str.length - 1);
|
|
55
|
-
emit("update:modelValue", str);
|
|
56
|
-
dialogVisible.value = false;
|
|
57
|
-
} else {
|
|
58
|
-
dialogVisible.value = false;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
function handleSelectionChange(selection) {
|
|
62
|
-
selectData.value = selection;
|
|
63
|
-
}
|
|
64
|
-
function inputClick() {
|
|
65
|
-
dialogVisible.value = true;
|
|
66
|
-
}
|
|
67
|
-
return (_ctx, _cache) => {
|
|
68
|
-
const _component_el_icon = resolveComponent("el-icon");
|
|
69
|
-
const _component_el_input = resolveComponent("el-input");
|
|
70
|
-
const _component_el_table_column = resolveComponent("el-table-column");
|
|
71
|
-
const _component_el_table = resolveComponent("el-table");
|
|
72
|
-
const _component_el_button = resolveComponent("el-button");
|
|
73
|
-
const _component_el_dialog = resolveComponent("el-dialog");
|
|
74
|
-
return openBlock(), createElementBlock(Fragment, null, [
|
|
75
|
-
createVNode(_component_el_input, {
|
|
76
|
-
modelValue: inputValue.value,
|
|
77
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
|
|
78
|
-
placeholder: "请选择",
|
|
79
|
-
onClick: inputClick
|
|
80
|
-
}, {
|
|
81
|
-
suffix: withCtx(() => [
|
|
82
|
-
createVNode(_component_el_icon, { onClick: inputClick }, {
|
|
83
|
-
default: withCtx(() => [
|
|
84
|
-
createVNode(unref(Search))
|
|
85
|
-
]),
|
|
86
|
-
_: 1
|
|
87
|
-
})
|
|
88
|
-
]),
|
|
89
|
-
_: 1
|
|
90
|
-
}, 8, ["modelValue"]),
|
|
91
|
-
createVNode(_component_el_dialog, {
|
|
92
|
-
modelValue: dialogVisible.value,
|
|
93
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => dialogVisible.value = $event),
|
|
94
|
-
title: "Tips",
|
|
95
|
-
width: "500"
|
|
96
|
-
}, {
|
|
97
|
-
footer: withCtx(() => [
|
|
98
|
-
createElementVNode("div", _hoisted_1, [
|
|
99
|
-
createVNode(_component_el_button, {
|
|
100
|
-
onClick: _cache[1] || (_cache[1] = ($event) => dialogVisible.value = false)
|
|
101
|
-
}, {
|
|
102
|
-
default: withCtx(() => [
|
|
103
|
-
createTextVNode("取消")
|
|
104
|
-
]),
|
|
105
|
-
_: 1
|
|
106
|
-
}),
|
|
107
|
-
createVNode(_component_el_button, {
|
|
108
|
-
type: "primary",
|
|
109
|
-
onClick: confirm
|
|
110
|
-
}, {
|
|
111
|
-
default: withCtx(() => [
|
|
112
|
-
createTextVNode(" 确定 ")
|
|
113
|
-
]),
|
|
114
|
-
_: 1
|
|
115
|
-
})
|
|
116
|
-
])
|
|
117
|
-
]),
|
|
118
|
-
default: withCtx(() => [
|
|
119
|
-
createVNode(_component_el_table, {
|
|
120
|
-
data: tableData,
|
|
121
|
-
style: { "width": "100%" },
|
|
122
|
-
onSelectionChange: handleSelectionChange
|
|
123
|
-
}, {
|
|
124
|
-
default: withCtx(() => [
|
|
125
|
-
createVNode(_component_el_table_column, {
|
|
126
|
-
type: "selection",
|
|
127
|
-
width: "55"
|
|
128
|
-
}),
|
|
129
|
-
createVNode(_component_el_table_column, {
|
|
130
|
-
prop: "date",
|
|
131
|
-
label: "Date",
|
|
132
|
-
width: "180"
|
|
133
|
-
}),
|
|
134
|
-
createVNode(_component_el_table_column, {
|
|
135
|
-
prop: "name",
|
|
136
|
-
label: "Name",
|
|
137
|
-
width: "180"
|
|
138
|
-
}),
|
|
139
|
-
createVNode(_component_el_table_column, {
|
|
140
|
-
prop: "address",
|
|
141
|
-
label: "Address"
|
|
142
|
-
})
|
|
143
|
-
]),
|
|
144
|
-
_: 1
|
|
145
|
-
})
|
|
146
|
-
]),
|
|
147
|
-
_: 1
|
|
148
|
-
}, 8, ["modelValue"])
|
|
149
|
-
], 64);
|
|
150
|
-
};
|
|
151
|
-
}
|
|
152
|
-
});
|
|
1
|
+
import _sfc_main from "./dataorigin-input-table.vue.js";
|
|
153
2
|
export {
|
|
154
3
|
_sfc_main as default
|
|
155
4
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./icon-set-dialog.vue2.js";
|
|
2
2
|
import "./icon-set-dialog.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const IconSetDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const IconSetDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-181d1ce8"]]);
|
|
5
5
|
export {
|
|
6
6
|
IconSetDialog as default
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, watch, resolveComponent, openBlock, createElementBlock, Fragment, createVNode, withCtx, unref, createElementVNode, createTextVNode, renderList, normalizeClass, createBlock, resolveDynamicComponent, toDisplayString, pushScopeId, popScopeId } from "vue";
|
|
2
2
|
import { Search, Plus, ChatLineRound, Unlock, MuteNotification, Operation, WarningFilled } from "@element-plus/icons-vue";
|
|
3
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
3
|
+
const _withScopeId = (n) => (pushScopeId("data-v-181d1ce8"), n = n(), popScopeId(), n);
|
|
4
4
|
const _hoisted_1 = { class: "icon-set-center-body" };
|
|
5
5
|
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", null, "新建", -1));
|
|
6
6
|
const _hoisted_3 = ["onClick"];
|
|
@@ -126,6 +126,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
126
126
|
modelValue: addIconDialogVisible.value,
|
|
127
127
|
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => addIconDialogVisible.value = $event),
|
|
128
128
|
title: "创建icon",
|
|
129
|
+
"append-to-body": "",
|
|
129
130
|
width: "30%"
|
|
130
131
|
}, {
|
|
131
132
|
footer: withCtx(() => [
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, withDirectives, createTextVNode, vShow } from "vue";
|
|
2
2
|
import _sfc_main$1 from "../../common/common-icon-bind.vue.js";
|
|
3
3
|
import "@element-plus/icons";
|
|
4
|
+
import _sfc_main$2 from "../../common/common-i18n-key-input.vue.js";
|
|
4
5
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
5
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
7
|
__name: "pre-suffix",
|
|
7
8
|
props: {
|
|
8
|
-
preSuffix:
|
|
9
|
+
preSuffix: {
|
|
10
|
+
type: Object,
|
|
11
|
+
required: true,
|
|
12
|
+
default: () => {
|
|
13
|
+
}
|
|
14
|
+
}
|
|
9
15
|
},
|
|
10
16
|
setup(__props) {
|
|
11
17
|
const props = __props;
|
|
@@ -20,7 +26,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
20
26
|
}
|
|
21
27
|
return (_ctx, _cache) => {
|
|
22
28
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
23
|
-
const _component_el_input = resolveComponent("el-input");
|
|
24
29
|
const _component_el_radio = resolveComponent("el-radio");
|
|
25
30
|
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
26
31
|
const _component_el_collapse_item = resolveComponent("el-collapse-item");
|
|
@@ -49,10 +54,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
49
54
|
class: "amb-design-attr-item"
|
|
50
55
|
}, {
|
|
51
56
|
default: withCtx(() => [
|
|
52
|
-
createVNode(
|
|
57
|
+
createVNode(_sfc_main$2, {
|
|
53
58
|
modelValue: __props.preSuffix.preText,
|
|
54
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => __props.preSuffix.preText = $event)
|
|
55
|
-
placeholder: "请输入"
|
|
59
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => __props.preSuffix.preText = $event)
|
|
56
60
|
}, null, 8, ["modelValue"])
|
|
57
61
|
]),
|
|
58
62
|
_: 1
|
|
@@ -75,10 +79,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
75
79
|
class: "amb-design-attr-item"
|
|
76
80
|
}, {
|
|
77
81
|
default: withCtx(() => [
|
|
78
|
-
createVNode(
|
|
82
|
+
createVNode(_sfc_main$2, {
|
|
79
83
|
modelValue: __props.preSuffix.sufText,
|
|
80
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.preSuffix.sufText = $event)
|
|
81
|
-
placeholder: "请输入"
|
|
84
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.preSuffix.sufText = $event)
|
|
82
85
|
}, null, 8, ["modelValue"])
|
|
83
86
|
]),
|
|
84
87
|
_: 1
|
|
@@ -48,6 +48,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
48
48
|
{ label: "新页签", value: "newTab" },
|
|
49
49
|
{ label: "局部刷新", value: "refresh" }
|
|
50
50
|
];
|
|
51
|
+
const mobileWayList = [
|
|
52
|
+
{ label: "弹窗", value: "popup" },
|
|
53
|
+
{ label: "局部刷新", value: "refresh" }
|
|
54
|
+
];
|
|
51
55
|
const dialogTypeList = [
|
|
52
56
|
{ label: "弹框", value: "dialog" },
|
|
53
57
|
{ label: "抽屉", value: "drawer" }
|
|
@@ -235,7 +239,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
235
239
|
placeholder: "请选择"
|
|
236
240
|
}, {
|
|
237
241
|
default: withCtx(() => [
|
|
238
|
-
(openBlock(), createElementBlock(Fragment, null, renderList(
|
|
242
|
+
(openBlock(), createElementBlock(Fragment, null, renderList(mobileWayList, (item, index) => {
|
|
239
243
|
return createVNode(_component_el_option, {
|
|
240
244
|
key: index,
|
|
241
245
|
label: item.label,
|
|
@@ -11,6 +11,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
11
11
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
12
12
|
const _component_el_input = resolveComponent("el-input");
|
|
13
13
|
const _component_el_input_number = resolveComponent("el-input-number");
|
|
14
|
+
const _component_el_option = resolveComponent("el-option");
|
|
15
|
+
const _component_el_select = resolveComponent("el-select");
|
|
14
16
|
const _component_el_collapse_item = resolveComponent("el-collapse-item");
|
|
15
17
|
return openBlock(), createBlock(_component_el_collapse_item, {
|
|
16
18
|
title: "上传设置",
|
|
@@ -71,6 +73,36 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
71
73
|
}, null, 8, ["modelValue"])
|
|
72
74
|
]),
|
|
73
75
|
_: 1
|
|
76
|
+
}),
|
|
77
|
+
createVNode(_component_el_form_item, {
|
|
78
|
+
label: "移动端上传方式",
|
|
79
|
+
class: "amb-design-attr-item"
|
|
80
|
+
}, {
|
|
81
|
+
default: withCtx(() => [
|
|
82
|
+
createVNode(_component_el_select, {
|
|
83
|
+
modelValue: __props.uploadConfig.openCameraOrChoosePhoto,
|
|
84
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.uploadConfig.openCameraOrChoosePhoto = $event),
|
|
85
|
+
size: "mini",
|
|
86
|
+
clearable: ""
|
|
87
|
+
}, {
|
|
88
|
+
default: withCtx(() => [
|
|
89
|
+
createVNode(_component_el_option, {
|
|
90
|
+
label: "拍照和相册选取",
|
|
91
|
+
value: "openCameraAndChoosePhoto"
|
|
92
|
+
}),
|
|
93
|
+
createVNode(_component_el_option, {
|
|
94
|
+
label: "拍照",
|
|
95
|
+
value: "openCamera"
|
|
96
|
+
}),
|
|
97
|
+
createVNode(_component_el_option, {
|
|
98
|
+
label: "相册选取",
|
|
99
|
+
value: "openChoosePhoto"
|
|
100
|
+
})
|
|
101
|
+
]),
|
|
102
|
+
_: 1
|
|
103
|
+
}, 8, ["modelValue"])
|
|
104
|
+
]),
|
|
105
|
+
_: 1
|
|
74
106
|
})
|
|
75
107
|
])
|
|
76
108
|
]),
|
package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js
CHANGED
|
@@ -112,7 +112,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
112
112
|
default: withCtx(() => [
|
|
113
113
|
createVNode(_component_el_collapse, {
|
|
114
114
|
modelValue: openCollapseItems.value,
|
|
115
|
-
"onUpdate:modelValue": _cache[
|
|
115
|
+
"onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => openCollapseItems.value = $event),
|
|
116
116
|
style: { "margin-top": "6px" }
|
|
117
117
|
}, {
|
|
118
118
|
default: withCtx(() => [
|
|
@@ -308,6 +308,44 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
308
308
|
}, 512), [
|
|
309
309
|
[vShow, __props.configure.props.base.tittleShow]
|
|
310
310
|
]),
|
|
311
|
+
withDirectives(createVNode(_component_el_form_item, {
|
|
312
|
+
label: "标题超宽",
|
|
313
|
+
title: "标题超宽显示",
|
|
314
|
+
class: "amb-design-attr-item"
|
|
315
|
+
}, {
|
|
316
|
+
default: withCtx(() => [
|
|
317
|
+
createVNode(_component_el_radio_group, {
|
|
318
|
+
modelValue: __props.configure.props.base.titleShowWay,
|
|
319
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => __props.configure.props.base.titleShowWay = $event),
|
|
320
|
+
class: "ml-4"
|
|
321
|
+
}, {
|
|
322
|
+
default: withCtx(() => [
|
|
323
|
+
createVNode(_component_el_radio, { value: "block" }, {
|
|
324
|
+
default: withCtx(() => [
|
|
325
|
+
createTextVNode("换行")
|
|
326
|
+
]),
|
|
327
|
+
_: 1
|
|
328
|
+
}),
|
|
329
|
+
createVNode(_component_el_radio, { value: "inline" }, {
|
|
330
|
+
default: withCtx(() => [
|
|
331
|
+
createTextVNode("不换行")
|
|
332
|
+
]),
|
|
333
|
+
_: 1
|
|
334
|
+
}),
|
|
335
|
+
createVNode(_component_el_radio, { value: "omit" }, {
|
|
336
|
+
default: withCtx(() => [
|
|
337
|
+
createTextVNode("省略号")
|
|
338
|
+
]),
|
|
339
|
+
_: 1
|
|
340
|
+
})
|
|
341
|
+
]),
|
|
342
|
+
_: 1
|
|
343
|
+
}, 8, ["modelValue"])
|
|
344
|
+
]),
|
|
345
|
+
_: 1
|
|
346
|
+
}, 512), [
|
|
347
|
+
[vShow, __props.configure.props.base.tittleShow && __props.configure.props.base.titleWidth > 0]
|
|
348
|
+
]),
|
|
311
349
|
createVNode(_component_el_form_item, { class: "amb-design-attr-item" }, {
|
|
312
350
|
label: withCtx(() => [
|
|
313
351
|
withDirectives(createElementVNode("span", null, "输入提示", 512), [
|
|
@@ -320,7 +358,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
320
358
|
default: withCtx(() => [
|
|
321
359
|
createVNode(_sfc_main$2, {
|
|
322
360
|
modelValue: __props.configure.props.base.placeholder,
|
|
323
|
-
"onUpdate:modelValue": _cache[
|
|
361
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => __props.configure.props.base.placeholder = $event)
|
|
324
362
|
}, null, 8, ["modelValue"])
|
|
325
363
|
]),
|
|
326
364
|
_: 1
|
|
@@ -332,7 +370,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
332
370
|
default: withCtx(() => [
|
|
333
371
|
createVNode(_component_el_input, {
|
|
334
372
|
modelValue: __props.configure.props.base.endPlaceholder,
|
|
335
|
-
"onUpdate:modelValue": _cache[
|
|
373
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => __props.configure.props.base.endPlaceholder = $event),
|
|
336
374
|
placeholder: "请输入"
|
|
337
375
|
}, null, 8, ["modelValue"])
|
|
338
376
|
]),
|
|
@@ -347,7 +385,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
347
385
|
default: withCtx(() => [
|
|
348
386
|
createVNode(_component_el_radio_group, {
|
|
349
387
|
modelValue: __props.configure.props.base.clearable,
|
|
350
|
-
"onUpdate:modelValue": _cache[
|
|
388
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => __props.configure.props.base.clearable = $event),
|
|
351
389
|
class: "ml-4"
|
|
352
390
|
}, {
|
|
353
391
|
default: withCtx(() => [
|
|
@@ -376,7 +414,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
376
414
|
default: withCtx(() => [
|
|
377
415
|
createVNode(_component_el_radio_group, {
|
|
378
416
|
modelValue: __props.configure.props.base.type,
|
|
379
|
-
"onUpdate:modelValue": _cache[
|
|
417
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => __props.configure.props.base.type = $event),
|
|
380
418
|
class: "ml-4"
|
|
381
419
|
}, {
|
|
382
420
|
default: withCtx(() => [
|
|
@@ -429,7 +467,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
429
467
|
default: withCtx(() => [
|
|
430
468
|
createVNode(_component_el_radio_group, {
|
|
431
469
|
modelValue: __props.configure.props.base.dateScope,
|
|
432
|
-
"onUpdate:modelValue": _cache[
|
|
470
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.base.dateScope = $event),
|
|
433
471
|
class: "ml-4"
|
|
434
472
|
}, {
|
|
435
473
|
default: withCtx(() => [
|
|
@@ -463,7 +501,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
463
501
|
default: withCtx(() => [
|
|
464
502
|
createVNode(_component_el_checkbox_group, {
|
|
465
503
|
modelValue: __props.configure.props.base.dateScopeDetails,
|
|
466
|
-
"onUpdate:modelValue": _cache[
|
|
504
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => __props.configure.props.base.dateScopeDetails = $event),
|
|
467
505
|
class: "ml-4"
|
|
468
506
|
}, {
|
|
469
507
|
default: withCtx(() => [
|
|
@@ -534,7 +572,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
534
572
|
clearable: "",
|
|
535
573
|
disabled: !__props.configure.props.base.dateScopeDetails || !__props.configure.props.base.dateScopeDetails.includes("custom"),
|
|
536
574
|
modelValue: __props.configure.props.base.scopeFunc,
|
|
537
|
-
"onUpdate:modelValue": _cache[
|
|
575
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.props.base.scopeFunc = $event),
|
|
538
576
|
placeholder: "请选择自定义方法",
|
|
539
577
|
filterable: ""
|
|
540
578
|
}, {
|
|
@@ -570,7 +608,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
570
608
|
default: withCtx(() => [
|
|
571
609
|
createVNode(_component_el_input, {
|
|
572
610
|
modelValue: __props.configure.props.base.format,
|
|
573
|
-
"onUpdate:modelValue": _cache[
|
|
611
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => __props.configure.props.base.format = $event),
|
|
574
612
|
placeholder: "请输入"
|
|
575
613
|
}, null, 8, ["modelValue"])
|
|
576
614
|
]),
|
|
@@ -583,7 +621,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
583
621
|
default: withCtx(() => [
|
|
584
622
|
createVNode(_component_el_radio_group, {
|
|
585
623
|
modelValue: __props.configure.props.base.timestamp,
|
|
586
|
-
"onUpdate:modelValue": _cache[
|
|
624
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => __props.configure.props.base.timestamp = $event),
|
|
587
625
|
class: "ml-4"
|
|
588
626
|
}, {
|
|
589
627
|
default: withCtx(() => [
|
|
@@ -615,7 +653,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
615
653
|
createElementVNode("div", _hoisted_2, [
|
|
616
654
|
createVNode(_component_el_input, {
|
|
617
655
|
modelValue: __props.configure.props.base.valueFormat,
|
|
618
|
-
"onUpdate:modelValue": _cache[
|
|
656
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => __props.configure.props.base.valueFormat = $event),
|
|
619
657
|
placeholder: "请输入",
|
|
620
658
|
disabled: __props.configure.props.base.timestamp === true
|
|
621
659
|
}, null, 8, ["modelValue", "disabled"]),
|
|
@@ -674,7 +712,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
674
712
|
default: withCtx(() => [
|
|
675
713
|
createVNode(_component_el_radio_group, {
|
|
676
714
|
modelValue: __props.configure.props.base.size,
|
|
677
|
-
"onUpdate:modelValue": _cache[
|
|
715
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => __props.configure.props.base.size = $event),
|
|
678
716
|
class: "ml-4"
|
|
679
717
|
}, {
|
|
680
718
|
default: withCtx(() => [
|
|
@@ -709,7 +747,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
709
747
|
default: withCtx(() => [
|
|
710
748
|
createVNode(_component_el_radio_group, {
|
|
711
749
|
modelValue: __props.configure.props.base.state,
|
|
712
|
-
"onUpdate:modelValue": _cache[
|
|
750
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => __props.configure.props.base.state = $event),
|
|
713
751
|
class: "ml-4"
|
|
714
752
|
}, {
|
|
715
753
|
default: withCtx(() => [
|
|
@@ -759,7 +797,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
759
797
|
default: withCtx(() => [
|
|
760
798
|
createVNode(_component_el_checkbox, {
|
|
761
799
|
modelValue: __props.configure.props.verification.required,
|
|
762
|
-
"onUpdate:modelValue": _cache[
|
|
800
|
+
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => __props.configure.props.verification.required = $event),
|
|
763
801
|
label: "必填"
|
|
764
802
|
}, null, 8, ["modelValue"])
|
|
765
803
|
]),
|
|
@@ -775,7 +813,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
775
813
|
createVNode(_component_el_checkbox, {
|
|
776
814
|
label: "自定义",
|
|
777
815
|
modelValue: __props.configure.props.verification.custom,
|
|
778
|
-
"onUpdate:modelValue": _cache[
|
|
816
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => __props.configure.props.verification.custom = $event)
|
|
779
817
|
}, null, 8, ["modelValue"])
|
|
780
818
|
]),
|
|
781
819
|
_: 1
|
|
@@ -787,7 +825,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
787
825
|
clearable: "",
|
|
788
826
|
disabled: !__props.configure.props.verification.custom,
|
|
789
827
|
modelValue: __props.configure.props.verification.customFunc,
|
|
790
|
-
"onUpdate:modelValue": _cache[
|
|
828
|
+
"onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => __props.configure.props.verification.customFunc = $event),
|
|
791
829
|
placeholder: "请选择校验方法",
|
|
792
830
|
filterable: ""
|
|
793
831
|
}, {
|
package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js
CHANGED
|
@@ -20,6 +20,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
20
20
|
const designClass = ref("");
|
|
21
21
|
const designHeaderStyle = ref({});
|
|
22
22
|
const designProperty = ref({});
|
|
23
|
+
const titleExceedStyle = ref({});
|
|
23
24
|
watch(
|
|
24
25
|
props.configure.style,
|
|
25
26
|
() => {
|
|
@@ -93,9 +94,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
93
94
|
watch(
|
|
94
95
|
props.configure.props,
|
|
95
96
|
() => {
|
|
96
|
-
caculateComponentProps(props.configure, designProperty);
|
|
97
|
+
caculateComponentProps(props.configure, designProperty, titleExceedStyle);
|
|
97
98
|
caculateDateProps();
|
|
98
99
|
props.configure.runtime.props = designProperty.value;
|
|
100
|
+
props.configure.runtime.titleExceedStyle = titleExceedStyle.value;
|
|
99
101
|
},
|
|
100
102
|
{ immediate: true }
|
|
101
103
|
);
|
|
@@ -112,7 +114,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
112
114
|
label: withCtx(() => [
|
|
113
115
|
designProperty.value.tittleShow ? (openBlock(), createElementBlock("div", {
|
|
114
116
|
key: 0,
|
|
115
|
-
style: normalizeStyle({ ...designHeaderStyle.value, "padding-right": "12px" })
|
|
117
|
+
style: normalizeStyle({ ...designHeaderStyle.value, ...titleExceedStyle.value, "padding-right": "12px" })
|
|
116
118
|
}, [
|
|
117
119
|
designProperty.value.prefixType ? (openBlock(), createBlock(_sfc_main$1, {
|
|
118
120
|
key: 0,
|
|
@@ -75,7 +75,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
75
75
|
default: withCtx(() => [
|
|
76
76
|
createVNode(_component_el_collapse, {
|
|
77
77
|
modelValue: openCollapseItems.value,
|
|
78
|
-
"onUpdate:modelValue": _cache[
|
|
78
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => openCollapseItems.value = $event),
|
|
79
79
|
style: { "margin-top": "6px" }
|
|
80
80
|
}, {
|
|
81
81
|
default: withCtx(() => [
|
|
@@ -262,6 +262,44 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
262
262
|
}, 512), [
|
|
263
263
|
[vShow, __props.configure.props.base.tittleShow]
|
|
264
264
|
]),
|
|
265
|
+
withDirectives(createVNode(_component_el_form_item, {
|
|
266
|
+
label: "标题超宽",
|
|
267
|
+
title: "标题超宽显示",
|
|
268
|
+
class: "amb-design-attr-item"
|
|
269
|
+
}, {
|
|
270
|
+
default: withCtx(() => [
|
|
271
|
+
createVNode(_component_el_radio_group, {
|
|
272
|
+
modelValue: __props.configure.props.base.titleShowWay,
|
|
273
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => __props.configure.props.base.titleShowWay = $event),
|
|
274
|
+
class: "ml-4"
|
|
275
|
+
}, {
|
|
276
|
+
default: withCtx(() => [
|
|
277
|
+
createVNode(_component_el_radio, { value: "block" }, {
|
|
278
|
+
default: withCtx(() => [
|
|
279
|
+
createTextVNode("换行")
|
|
280
|
+
]),
|
|
281
|
+
_: 1
|
|
282
|
+
}),
|
|
283
|
+
createVNode(_component_el_radio, { value: "inline" }, {
|
|
284
|
+
default: withCtx(() => [
|
|
285
|
+
createTextVNode("不换行")
|
|
286
|
+
]),
|
|
287
|
+
_: 1
|
|
288
|
+
}),
|
|
289
|
+
createVNode(_component_el_radio, { value: "omit" }, {
|
|
290
|
+
default: withCtx(() => [
|
|
291
|
+
createTextVNode("省略号")
|
|
292
|
+
]),
|
|
293
|
+
_: 1
|
|
294
|
+
})
|
|
295
|
+
]),
|
|
296
|
+
_: 1
|
|
297
|
+
}, 8, ["modelValue"])
|
|
298
|
+
]),
|
|
299
|
+
_: 1
|
|
300
|
+
}, 512), [
|
|
301
|
+
[vShow, __props.configure.props.base.tittleShow && __props.configure.props.base.titleWidth > 0]
|
|
302
|
+
]),
|
|
265
303
|
createVNode(_component_el_form_item, {
|
|
266
304
|
label: "多选",
|
|
267
305
|
class: "amb-design-attr-item"
|
|
@@ -269,7 +307,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
269
307
|
default: withCtx(() => [
|
|
270
308
|
createVNode(_component_el_radio_group, {
|
|
271
309
|
modelValue: __props.configure.props.base.treeMultiple,
|
|
272
|
-
"onUpdate:modelValue": _cache[
|
|
310
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => __props.configure.props.base.treeMultiple = $event),
|
|
273
311
|
class: "ml-4"
|
|
274
312
|
}, {
|
|
275
313
|
default: withCtx(() => [
|
|
@@ -298,7 +336,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
298
336
|
default: withCtx(() => [
|
|
299
337
|
createVNode(_component_el_input, {
|
|
300
338
|
modelValue: __props.configure.props.base.separator,
|
|
301
|
-
"onUpdate:modelValue": _cache[
|
|
339
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => __props.configure.props.base.separator = $event),
|
|
302
340
|
placeholder: ","
|
|
303
341
|
}, null, 8, ["modelValue"])
|
|
304
342
|
]),
|
|
@@ -313,7 +351,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
313
351
|
default: withCtx(() => [
|
|
314
352
|
createVNode(_component_el_radio_group, {
|
|
315
353
|
modelValue: __props.configure.props.base.size,
|
|
316
|
-
"onUpdate:modelValue": _cache[
|
|
354
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => __props.configure.props.base.size = $event),
|
|
317
355
|
class: "ml-4"
|
|
318
356
|
}, {
|
|
319
357
|
default: withCtx(() => [
|
|
@@ -348,7 +386,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
348
386
|
default: withCtx(() => [
|
|
349
387
|
createVNode(_component_el_radio_group, {
|
|
350
388
|
modelValue: __props.configure.props.base.state,
|
|
351
|
-
"onUpdate:modelValue": _cache[
|
|
389
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => __props.configure.props.base.state = $event),
|
|
352
390
|
class: "ml-4"
|
|
353
391
|
}, {
|
|
354
392
|
default: withCtx(() => [
|
|
@@ -383,7 +421,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
383
421
|
createElementVNode("div", _hoisted_2, [
|
|
384
422
|
createVNode(_component_el_radio_group, {
|
|
385
423
|
modelValue: __props.configure.props.base.deptScope,
|
|
386
|
-
"onUpdate:modelValue": _cache[
|
|
424
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.base.deptScope = $event)
|
|
387
425
|
}, {
|
|
388
426
|
default: withCtx(() => [
|
|
389
427
|
createVNode(_component_el_form_item, { class: "amb-design-attr-item" }, {
|
|
@@ -420,7 +458,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
420
458
|
multiple: true,
|
|
421
459
|
treeType: "DeptTree",
|
|
422
460
|
value: __props.configure.props.base.deptScopeDepts,
|
|
423
|
-
"onUpdate:value": _cache[
|
|
461
|
+
"onUpdate:value": _cache[11] || (_cache[11] = ($event) => __props.configure.props.base.deptScopeDepts = $event),
|
|
424
462
|
models: __props.configure.props.base,
|
|
425
463
|
fields: [{ type: "code", model: "deptScopeCodes" }],
|
|
426
464
|
size: "small",
|
|
@@ -460,7 +498,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
460
498
|
default: withCtx(() => [
|
|
461
499
|
createVNode(_component_el_checkbox, {
|
|
462
500
|
modelValue: __props.configure.props.verification.required,
|
|
463
|
-
"onUpdate:modelValue": _cache[
|
|
501
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.props.verification.required = $event),
|
|
464
502
|
label: "必填"
|
|
465
503
|
}, null, 8, ["modelValue"])
|
|
466
504
|
]),
|