@fecp/designer 5.4.77 → 5.4.79
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/packages/dialog/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialog/index.vue2.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +8 -17
- package/es/designer/src/packages/form/property/contract.vue.mjs +13 -22
- package/es/designer/src/packages/form/property/document.vue.mjs +11 -20
- package/es/designer/src/packages/form/property/subForm.vue.mjs +16 -25
- package/es/designer/src/packages/form/property/subTable.vue.mjs +17 -26
- package/es/designer/src/packages/form/property/subTitleH2.vue.mjs +5 -14
- package/es/designer/src/packages/form/property/widgets.vue.mjs +81 -90
- package/es/designer/src/packages/table/property/widgets.vue.mjs +25 -34
- package/es/designer.css +248 -229
- package/es/packages/mobile/src/components/base/button/Button.vue.mjs +3 -3
- package/es/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.mjs +22 -8
- package/es/packages/vue/index.mjs +2 -0
- package/es/packages/vue/src/components/details/footer/Footer.vue.mjs +7 -4
- package/es/packages/vue/src/components/details/header/Header.vue.mjs +7 -4
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +3 -3
- package/es/packages/vue/src/components/forms/h2/H2.vue.mjs +1 -1
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +8 -15
- package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +11 -6
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +7 -4
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +18 -2
- package/es/packages/vue/src/directive/auth.mjs +29 -0
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue2.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +8 -17
- package/lib/designer/src/packages/form/property/contract.vue.js +13 -22
- package/lib/designer/src/packages/form/property/document.vue.js +11 -20
- package/lib/designer/src/packages/form/property/subForm.vue.js +16 -25
- package/lib/designer/src/packages/form/property/subTable.vue.js +17 -26
- package/lib/designer/src/packages/form/property/subTitleH2.vue.js +5 -14
- package/lib/designer/src/packages/form/property/widgets.vue.js +81 -90
- package/lib/designer/src/packages/table/property/widgets.vue.js +25 -34
- package/lib/designer.css +248 -229
- package/lib/packages/mobile/src/components/base/button/Button.vue.js +2 -2
- package/lib/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.js +21 -7
- package/lib/packages/vue/index.js +2 -0
- package/lib/packages/vue/src/components/details/footer/Footer.vue.js +6 -3
- package/lib/packages/vue/src/components/details/header/Header.vue.js +6 -3
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +3 -3
- package/lib/packages/vue/src/components/forms/h2/H2.vue.js +1 -1
- package/lib/packages/vue/src/components/layout/Layout.vue.js +8 -15
- package/lib/packages/vue/src/components/table/CustomButtons.vue.js +10 -5
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +6 -3
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +18 -2
- package/lib/packages/vue/src/directive/auth.js +29 -0
- package/package.json +1 -1
|
@@ -56,7 +56,7 @@ const _sfc_main = {
|
|
|
56
56
|
return vue.openBlock(), vue.createBlock(_component_el_collapse, {
|
|
57
57
|
class: "setting",
|
|
58
58
|
modelValue: activeName.value,
|
|
59
|
-
"onUpdate:modelValue": _cache[
|
|
59
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => activeName.value = $event)
|
|
60
60
|
}, {
|
|
61
61
|
default: vue.withCtx(() => [
|
|
62
62
|
vue.createVNode(_component_el_collapse_item, {
|
|
@@ -82,37 +82,28 @@ const _sfc_main = {
|
|
|
82
82
|
]),
|
|
83
83
|
_: 1
|
|
84
84
|
}),
|
|
85
|
-
vue.createVNode(_component_el_form_item, { label: "权限标识" }, {
|
|
86
|
-
default: vue.withCtx(() => [
|
|
87
|
-
vue.createVNode(_component_el_input, {
|
|
88
|
-
modelValue: currentItem.value.permission,
|
|
89
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => currentItem.value.permission = $event)
|
|
90
|
-
}, null, 8, ["modelValue"])
|
|
91
|
-
]),
|
|
92
|
-
_: 1
|
|
93
|
-
}),
|
|
94
85
|
vue.createVNode(_component_el_form_item, { label: "合同模式" }, {
|
|
95
86
|
default: vue.withCtx(() => [
|
|
96
87
|
vue.createVNode(_component_el_radio_group, {
|
|
97
88
|
modelValue: currentItem.value.mode,
|
|
98
|
-
"onUpdate:modelValue": _cache[
|
|
89
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => currentItem.value.mode = $event),
|
|
99
90
|
size: "small"
|
|
100
91
|
}, {
|
|
101
92
|
default: vue.withCtx(() => [
|
|
102
93
|
vue.createVNode(_component_el_radio_button, { value: "view" }, {
|
|
103
|
-
default: vue.withCtx(() => _cache[
|
|
94
|
+
default: vue.withCtx(() => _cache[8] || (_cache[8] = [
|
|
104
95
|
vue.createTextVNode("合同查看")
|
|
105
96
|
])),
|
|
106
97
|
_: 1
|
|
107
98
|
}),
|
|
108
99
|
vue.createVNode(_component_el_radio_button, { value: "make" }, {
|
|
109
|
-
default: vue.withCtx(() => _cache[
|
|
100
|
+
default: vue.withCtx(() => _cache[9] || (_cache[9] = [
|
|
110
101
|
vue.createTextVNode("合同制作")
|
|
111
102
|
])),
|
|
112
103
|
_: 1
|
|
113
104
|
}),
|
|
114
105
|
vue.createVNode(_component_el_radio_button, { value: "sign" }, {
|
|
115
|
-
default: vue.withCtx(() => _cache[
|
|
106
|
+
default: vue.withCtx(() => _cache[10] || (_cache[10] = [
|
|
116
107
|
vue.createTextVNode("合同签署")
|
|
117
108
|
])),
|
|
118
109
|
_: 1
|
|
@@ -130,7 +121,7 @@ const _sfc_main = {
|
|
|
130
121
|
default: vue.withCtx(() => [
|
|
131
122
|
vue.createVNode(ValueSelector.default, {
|
|
132
123
|
modelValue: currentItem.value.busNo,
|
|
133
|
-
"onUpdate:modelValue": _cache[
|
|
124
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => currentItem.value.busNo = $event),
|
|
134
125
|
multiple: false,
|
|
135
126
|
size: "default",
|
|
136
127
|
placeholder: "选择业务主键"
|
|
@@ -145,7 +136,7 @@ const _sfc_main = {
|
|
|
145
136
|
default: vue.withCtx(() => [
|
|
146
137
|
vue.createVNode(ValueSelector.default, {
|
|
147
138
|
modelValue: currentItem.value.contNo,
|
|
148
|
-
"onUpdate:modelValue": _cache[
|
|
139
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => currentItem.value.contNo = $event),
|
|
149
140
|
multiple: false,
|
|
150
141
|
size: "default",
|
|
151
142
|
placeholder: "选择合同编号"
|
|
@@ -157,7 +148,7 @@ const _sfc_main = {
|
|
|
157
148
|
default: vue.withCtx(() => [
|
|
158
149
|
vue.createVNode(_component_el_select, {
|
|
159
150
|
modelValue: currentItem.value.busSubject,
|
|
160
|
-
"onUpdate:modelValue": _cache[
|
|
151
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => currentItem.value.busSubject = $event),
|
|
161
152
|
placeholder: "选择业务场景",
|
|
162
153
|
style: { "width": "100%" },
|
|
163
154
|
clearable: ""
|
|
@@ -180,18 +171,18 @@ const _sfc_main = {
|
|
|
180
171
|
default: vue.withCtx(() => [
|
|
181
172
|
vue.createVNode(_component_el_radio_group, {
|
|
182
173
|
modelValue: currentItem.value.genType,
|
|
183
|
-
"onUpdate:modelValue": _cache[
|
|
174
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => currentItem.value.genType = $event),
|
|
184
175
|
size: "small"
|
|
185
176
|
}, {
|
|
186
177
|
default: vue.withCtx(() => [
|
|
187
178
|
vue.createVNode(_component_el_radio_button, { value: "1" }, {
|
|
188
|
-
default: vue.withCtx(() => _cache[
|
|
179
|
+
default: vue.withCtx(() => _cache[11] || (_cache[11] = [
|
|
189
180
|
vue.createTextVNode("系统生成")
|
|
190
181
|
])),
|
|
191
182
|
_: 1
|
|
192
183
|
}),
|
|
193
184
|
vue.createVNode(_component_el_radio_button, { value: "2" }, {
|
|
194
|
-
default: vue.withCtx(() => _cache[
|
|
185
|
+
default: vue.withCtx(() => _cache[12] || (_cache[12] = [
|
|
195
186
|
vue.createTextVNode("手动选择")
|
|
196
187
|
])),
|
|
197
188
|
_: 1
|
|
@@ -206,7 +197,7 @@ const _sfc_main = {
|
|
|
206
197
|
default: vue.withCtx(() => [
|
|
207
198
|
vue.createVNode(ParamsConfig.default, {
|
|
208
199
|
modelValue: currentItem.value.params,
|
|
209
|
-
"onUpdate:modelValue": _cache[
|
|
200
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => currentItem.value.params = $event)
|
|
210
201
|
}, null, 8, ["modelValue"])
|
|
211
202
|
]),
|
|
212
203
|
_: 1
|
|
@@ -223,5 +214,5 @@ const _sfc_main = {
|
|
|
223
214
|
};
|
|
224
215
|
}
|
|
225
216
|
};
|
|
226
|
-
const contract = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
217
|
+
const contract = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-80d84bee"]]);
|
|
227
218
|
exports.default = contract;
|
|
@@ -54,7 +54,7 @@ const _sfc_main = {
|
|
|
54
54
|
return vue.openBlock(), vue.createBlock(_component_el_collapse, {
|
|
55
55
|
class: "setting",
|
|
56
56
|
modelValue: activeName.value,
|
|
57
|
-
"onUpdate:modelValue": _cache[
|
|
57
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => activeName.value = $event)
|
|
58
58
|
}, {
|
|
59
59
|
default: vue.withCtx(() => [
|
|
60
60
|
vue.createVNode(_component_el_collapse_item, {
|
|
@@ -90,19 +90,19 @@ const _sfc_main = {
|
|
|
90
90
|
}, {
|
|
91
91
|
default: vue.withCtx(() => [
|
|
92
92
|
vue.createVNode(_component_el_radio_button, { value: "none" }, {
|
|
93
|
-
default: vue.withCtx(() => _cache[
|
|
93
|
+
default: vue.withCtx(() => _cache[9] || (_cache[9] = [
|
|
94
94
|
vue.createTextVNode("无")
|
|
95
95
|
])),
|
|
96
96
|
_: 1
|
|
97
97
|
}),
|
|
98
98
|
vue.createVNode(_component_el_radio_button, { value: "label" }, {
|
|
99
|
-
default: vue.withCtx(() => _cache[
|
|
99
|
+
default: vue.withCtx(() => _cache[10] || (_cache[10] = [
|
|
100
100
|
vue.createTextVNode("标题")
|
|
101
101
|
])),
|
|
102
102
|
_: 1
|
|
103
103
|
}),
|
|
104
104
|
vue.createVNode(_component_el_radio_button, { value: "subLabel" }, {
|
|
105
|
-
default: vue.withCtx(() => _cache[
|
|
105
|
+
default: vue.withCtx(() => _cache[11] || (_cache[11] = [
|
|
106
106
|
vue.createTextVNode("子标题")
|
|
107
107
|
])),
|
|
108
108
|
_: 1
|
|
@@ -130,22 +130,13 @@ const _sfc_main = {
|
|
|
130
130
|
_: 1
|
|
131
131
|
})) : vue.createCommentVNode("", true)
|
|
132
132
|
], 64)) : vue.createCommentVNode("", true),
|
|
133
|
-
vue.createVNode(_component_el_form_item, { label: "权限标识" }, {
|
|
134
|
-
default: vue.withCtx(() => [
|
|
135
|
-
vue.createVNode(_component_el_input, {
|
|
136
|
-
modelValue: currentItem.value.permission,
|
|
137
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => currentItem.value.permission = $event)
|
|
138
|
-
}, null, 8, ["modelValue"])
|
|
139
|
-
]),
|
|
140
|
-
_: 1
|
|
141
|
-
}),
|
|
142
133
|
vue.createVNode(_component_el_form_item, { label: "是否允许补传" }, {
|
|
143
134
|
default: vue.withCtx(() => [
|
|
144
135
|
vue.createVNode(_component_el_switch, {
|
|
145
136
|
modelValue: currentItem.value.isSupplement,
|
|
146
|
-
"onUpdate:modelValue": _cache[
|
|
137
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => currentItem.value.isSupplement = $event)
|
|
147
138
|
}, null, 8, ["modelValue"]),
|
|
148
|
-
_cache[
|
|
139
|
+
_cache[12] || (_cache[12] = vue.createElementVNode("div", { class: "form-item-hint" }, "只读情况下是否允许补传", -1))
|
|
149
140
|
]),
|
|
150
141
|
_: 1
|
|
151
142
|
}),
|
|
@@ -153,7 +144,7 @@ const _sfc_main = {
|
|
|
153
144
|
default: vue.withCtx(() => [
|
|
154
145
|
vue.createVNode(_component_el_switch, {
|
|
155
146
|
modelValue: currentItem.value.multiple,
|
|
156
|
-
"onUpdate:modelValue": _cache[
|
|
147
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => currentItem.value.multiple = $event)
|
|
157
148
|
}, null, 8, ["modelValue"])
|
|
158
149
|
]),
|
|
159
150
|
_: 1
|
|
@@ -162,7 +153,7 @@ const _sfc_main = {
|
|
|
162
153
|
default: vue.withCtx(() => [
|
|
163
154
|
vue.createVNode(_component_el_switch, {
|
|
164
155
|
modelValue: currentItem.value.download,
|
|
165
|
-
"onUpdate:modelValue": _cache[
|
|
156
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => currentItem.value.download = $event)
|
|
166
157
|
}, null, 8, ["modelValue"])
|
|
167
158
|
]),
|
|
168
159
|
_: 1
|
|
@@ -171,7 +162,7 @@ const _sfc_main = {
|
|
|
171
162
|
default: vue.withCtx(() => [
|
|
172
163
|
vue.createVNode(FileTypeSelect.default, {
|
|
173
164
|
modelValue: currentItem.value.acceptType,
|
|
174
|
-
"onUpdate:modelValue": _cache[
|
|
165
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => currentItem.value.acceptType = $event)
|
|
175
166
|
}, null, 8, ["modelValue"])
|
|
176
167
|
]),
|
|
177
168
|
_: 1
|
|
@@ -180,7 +171,7 @@ const _sfc_main = {
|
|
|
180
171
|
default: vue.withCtx(() => [
|
|
181
172
|
vue.createVNode(DocumentParam.default, {
|
|
182
173
|
modelValue: currentItem.value.essentialParams,
|
|
183
|
-
"onUpdate:modelValue": _cache[
|
|
174
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => currentItem.value.essentialParams = $event)
|
|
184
175
|
}, null, 8, ["modelValue"])
|
|
185
176
|
]),
|
|
186
177
|
_: 1
|
|
@@ -197,5 +188,5 @@ const _sfc_main = {
|
|
|
197
188
|
};
|
|
198
189
|
}
|
|
199
190
|
};
|
|
200
|
-
const document = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
191
|
+
const document = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-ca84a82c"]]);
|
|
201
192
|
exports.default = document;
|
|
@@ -50,7 +50,7 @@ const _sfc_main = {
|
|
|
50
50
|
return vue.openBlock(), vue.createBlock(_component_el_collapse, {
|
|
51
51
|
class: "setting",
|
|
52
52
|
modelValue: vue.unref(activeName),
|
|
53
|
-
"onUpdate:modelValue": _cache[
|
|
53
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.isRef(activeName) ? activeName.value = $event : null)
|
|
54
54
|
}, {
|
|
55
55
|
default: vue.withCtx(() => [
|
|
56
56
|
vue.createVNode(_component_el_collapse_item, {
|
|
@@ -87,19 +87,19 @@ const _sfc_main = {
|
|
|
87
87
|
}, {
|
|
88
88
|
default: vue.withCtx(() => [
|
|
89
89
|
vue.createVNode(_component_el_radio_button, { value: "none" }, {
|
|
90
|
-
default: vue.withCtx(() => _cache[
|
|
90
|
+
default: vue.withCtx(() => _cache[12] || (_cache[12] = [
|
|
91
91
|
vue.createTextVNode("无")
|
|
92
92
|
])),
|
|
93
93
|
_: 1
|
|
94
94
|
}),
|
|
95
95
|
vue.createVNode(_component_el_radio_button, { value: "label" }, {
|
|
96
|
-
default: vue.withCtx(() => _cache[
|
|
96
|
+
default: vue.withCtx(() => _cache[13] || (_cache[13] = [
|
|
97
97
|
vue.createTextVNode("标题")
|
|
98
98
|
])),
|
|
99
99
|
_: 1
|
|
100
100
|
}),
|
|
101
101
|
vue.createVNode(_component_el_radio_button, { value: "subLabel" }, {
|
|
102
|
-
default: vue.withCtx(() => _cache[
|
|
102
|
+
default: vue.withCtx(() => _cache[14] || (_cache[14] = [
|
|
103
103
|
vue.createTextVNode("子标题")
|
|
104
104
|
])),
|
|
105
105
|
_: 1
|
|
@@ -136,19 +136,19 @@ const _sfc_main = {
|
|
|
136
136
|
}, {
|
|
137
137
|
default: vue.withCtx(() => [
|
|
138
138
|
vue.createVNode(_component_el_radio_button, { value: "all" }, {
|
|
139
|
-
default: vue.withCtx(() => _cache[
|
|
139
|
+
default: vue.withCtx(() => _cache[15] || (_cache[15] = [
|
|
140
140
|
vue.createTextVNode("始终显示")
|
|
141
141
|
])),
|
|
142
142
|
_: 1
|
|
143
143
|
}),
|
|
144
144
|
vue.createVNode(_component_el_radio_button, { value: "edit" }, {
|
|
145
|
-
default: vue.withCtx(() => _cache[
|
|
145
|
+
default: vue.withCtx(() => _cache[16] || (_cache[16] = [
|
|
146
146
|
vue.createTextVNode("编辑时显示")
|
|
147
147
|
])),
|
|
148
148
|
_: 1
|
|
149
149
|
}),
|
|
150
150
|
vue.createVNode(_component_el_radio_button, { value: "query" }, {
|
|
151
|
-
default: vue.withCtx(() => _cache[
|
|
151
|
+
default: vue.withCtx(() => _cache[17] || (_cache[17] = [
|
|
152
152
|
vue.createTextVNode("查看时显示")
|
|
153
153
|
])),
|
|
154
154
|
_: 1
|
|
@@ -168,13 +168,13 @@ const _sfc_main = {
|
|
|
168
168
|
}, {
|
|
169
169
|
default: vue.withCtx(() => [
|
|
170
170
|
vue.createVNode(_component_el_radio_button, { value: "main" }, {
|
|
171
|
-
default: vue.withCtx(() => _cache[
|
|
171
|
+
default: vue.withCtx(() => _cache[18] || (_cache[18] = [
|
|
172
172
|
vue.createTextVNode("主页面获取")
|
|
173
173
|
])),
|
|
174
174
|
_: 1
|
|
175
175
|
}),
|
|
176
176
|
vue.createVNode(_component_el_radio_button, { value: "self" }, {
|
|
177
|
-
default: vue.withCtx(() => _cache[
|
|
177
|
+
default: vue.withCtx(() => _cache[19] || (_cache[19] = [
|
|
178
178
|
vue.createTextVNode("子表单自加载")
|
|
179
179
|
])),
|
|
180
180
|
_: 1
|
|
@@ -197,31 +197,22 @@ const _sfc_main = {
|
|
|
197
197
|
]),
|
|
198
198
|
_: 1
|
|
199
199
|
})) : vue.createCommentVNode("", true),
|
|
200
|
-
vue.createVNode(_component_el_form_item, { label: "权限标识" }, {
|
|
201
|
-
default: vue.withCtx(() => [
|
|
202
|
-
vue.createVNode(_component_el_input, {
|
|
203
|
-
modelValue: vue.unref(currentItem).permission,
|
|
204
|
-
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.unref(currentItem).permission = $event)
|
|
205
|
-
}, null, 8, ["modelValue"])
|
|
206
|
-
]),
|
|
207
|
-
_: 1
|
|
208
|
-
}),
|
|
209
200
|
vue.createVNode(_component_el_form_item, { label: "表单来源" }, {
|
|
210
201
|
default: vue.withCtx(() => [
|
|
211
202
|
vue.createVNode(_component_el_radio_group, {
|
|
212
203
|
modelValue: vue.unref(currentItem).formSource,
|
|
213
|
-
"onUpdate:modelValue": _cache[
|
|
204
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.unref(currentItem).formSource = $event),
|
|
214
205
|
size: "small"
|
|
215
206
|
}, {
|
|
216
207
|
default: vue.withCtx(() => [
|
|
217
208
|
vue.createVNode(_component_el_radio_button, { value: "select" }, {
|
|
218
|
-
default: vue.withCtx(() => _cache[
|
|
209
|
+
default: vue.withCtx(() => _cache[20] || (_cache[20] = [
|
|
219
210
|
vue.createTextVNode("选择表单")
|
|
220
211
|
])),
|
|
221
212
|
_: 1
|
|
222
213
|
}),
|
|
223
214
|
vue.createVNode(_component_el_radio_button, { value: "dynamic" }, {
|
|
224
|
-
default: vue.withCtx(() => _cache[
|
|
215
|
+
default: vue.withCtx(() => _cache[21] || (_cache[21] = [
|
|
225
216
|
vue.createTextVNode("动态表单")
|
|
226
217
|
])),
|
|
227
218
|
_: 1
|
|
@@ -239,11 +230,11 @@ const _sfc_main = {
|
|
|
239
230
|
default: vue.withCtx(() => [
|
|
240
231
|
vue.createVNode(TemplateSelector.default, {
|
|
241
232
|
modelValue: vue.unref(currentItem).subFormName,
|
|
242
|
-
"onUpdate:modelValue": _cache[
|
|
233
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.unref(currentItem).subFormName = $event),
|
|
243
234
|
templateKey: vue.unref(currentItem).subFormKey,
|
|
244
|
-
"onUpdate:templateKey": _cache[
|
|
235
|
+
"onUpdate:templateKey": _cache[8] || (_cache[8] = ($event) => vue.unref(currentItem).subFormKey = $event),
|
|
245
236
|
templateId: vue.unref(currentItem).subFormId,
|
|
246
|
-
"onUpdate:templateId": _cache[
|
|
237
|
+
"onUpdate:templateId": _cache[9] || (_cache[9] = ($event) => vue.unref(currentItem).subFormId = $event),
|
|
247
238
|
templateType: "form"
|
|
248
239
|
}, null, 8, ["modelValue", "templateKey", "templateId"])
|
|
249
240
|
]),
|
|
@@ -255,7 +246,7 @@ const _sfc_main = {
|
|
|
255
246
|
default: vue.withCtx(() => [
|
|
256
247
|
vue.createVNode(ValueSelector.default, {
|
|
257
248
|
modelValue: vue.unref(currentItem).dynamicSubFormKey,
|
|
258
|
-
"onUpdate:modelValue": _cache[
|
|
249
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(currentItem).dynamicSubFormKey = $event),
|
|
259
250
|
size: "default"
|
|
260
251
|
}, null, 8, ["modelValue"])
|
|
261
252
|
]),
|
|
@@ -148,7 +148,7 @@ const _sfc_main = {
|
|
|
148
148
|
return vue.openBlock(), vue.createBlock(_component_el_collapse, {
|
|
149
149
|
class: "setting",
|
|
150
150
|
modelValue: activeName.value,
|
|
151
|
-
"onUpdate:modelValue": _cache[
|
|
151
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => activeName.value = $event)
|
|
152
152
|
}, {
|
|
153
153
|
default: vue.withCtx(() => [
|
|
154
154
|
vue.createVNode(_component_el_collapse_item, {
|
|
@@ -185,19 +185,19 @@ const _sfc_main = {
|
|
|
185
185
|
}, {
|
|
186
186
|
default: vue.withCtx(() => [
|
|
187
187
|
vue.createVNode(_component_el_radio_button, { value: "none" }, {
|
|
188
|
-
default: vue.withCtx(() => _cache[
|
|
188
|
+
default: vue.withCtx(() => _cache[15] || (_cache[15] = [
|
|
189
189
|
vue.createTextVNode("无")
|
|
190
190
|
])),
|
|
191
191
|
_: 1
|
|
192
192
|
}),
|
|
193
193
|
vue.createVNode(_component_el_radio_button, { value: "label" }, {
|
|
194
|
-
default: vue.withCtx(() => _cache[
|
|
194
|
+
default: vue.withCtx(() => _cache[16] || (_cache[16] = [
|
|
195
195
|
vue.createTextVNode("标题")
|
|
196
196
|
])),
|
|
197
197
|
_: 1
|
|
198
198
|
}),
|
|
199
199
|
vue.createVNode(_component_el_radio_button, { value: "subLabel" }, {
|
|
200
|
-
default: vue.withCtx(() => _cache[
|
|
200
|
+
default: vue.withCtx(() => _cache[17] || (_cache[17] = [
|
|
201
201
|
vue.createTextVNode("子标题")
|
|
202
202
|
])),
|
|
203
203
|
_: 1
|
|
@@ -234,13 +234,13 @@ const _sfc_main = {
|
|
|
234
234
|
}, {
|
|
235
235
|
default: vue.withCtx(() => [
|
|
236
236
|
vue.createVNode(_component_el_radio_button, { value: "main" }, {
|
|
237
|
-
default: vue.withCtx(() => _cache[
|
|
237
|
+
default: vue.withCtx(() => _cache[18] || (_cache[18] = [
|
|
238
238
|
vue.createTextVNode("主页面获取")
|
|
239
239
|
])),
|
|
240
240
|
_: 1
|
|
241
241
|
}),
|
|
242
242
|
vue.createVNode(_component_el_radio_button, { value: "self" }, {
|
|
243
|
-
default: vue.withCtx(() => _cache[
|
|
243
|
+
default: vue.withCtx(() => _cache[19] || (_cache[19] = [
|
|
244
244
|
vue.createTextVNode("子列表自加载")
|
|
245
245
|
])),
|
|
246
246
|
_: 1
|
|
@@ -284,24 +284,15 @@ const _sfc_main = {
|
|
|
284
284
|
_: 1
|
|
285
285
|
})
|
|
286
286
|
], 64)) : vue.createCommentVNode("", true),
|
|
287
|
-
vue.createVNode(_component_el_form_item, { label: "权限标识" }, {
|
|
288
|
-
default: vue.withCtx(() => [
|
|
289
|
-
vue.createVNode(_component_el_input, {
|
|
290
|
-
modelValue: currentItem.value.permission,
|
|
291
|
-
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => currentItem.value.permission = $event)
|
|
292
|
-
}, null, 8, ["modelValue"])
|
|
293
|
-
]),
|
|
294
|
-
_: 1
|
|
295
|
-
}),
|
|
296
287
|
vue.createVNode(_component_el_form_item, { label: "选择子列表" }, {
|
|
297
288
|
default: vue.withCtx(() => [
|
|
298
289
|
vue.createVNode(TemplateSelector.default, {
|
|
299
290
|
modelValue: currentItem.value.subTableName,
|
|
300
|
-
"onUpdate:modelValue": _cache[
|
|
291
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => currentItem.value.subTableName = $event),
|
|
301
292
|
templateKey: currentItem.value.subTableKey,
|
|
302
|
-
"onUpdate:templateKey": _cache[
|
|
293
|
+
"onUpdate:templateKey": _cache[8] || (_cache[8] = ($event) => currentItem.value.subTableKey = $event),
|
|
303
294
|
templateId: currentItem.value.subTableId,
|
|
304
|
-
"onUpdate:templateId": _cache[
|
|
295
|
+
"onUpdate:templateId": _cache[9] || (_cache[9] = ($event) => currentItem.value.subTableId = $event),
|
|
305
296
|
templateType: "table",
|
|
306
297
|
onConfirm: templateSelectorConfirm
|
|
307
298
|
}, null, 8, ["modelValue", "templateKey", "templateId"])
|
|
@@ -313,7 +304,7 @@ const _sfc_main = {
|
|
|
313
304
|
default: vue.withCtx(() => [
|
|
314
305
|
vue.createVNode(_component_el_select, {
|
|
315
306
|
modelValue: currentItem.value.subTableMode,
|
|
316
|
-
"onUpdate:modelValue": _cache[
|
|
307
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => currentItem.value.subTableMode = $event),
|
|
317
308
|
clearable: ""
|
|
318
309
|
}, {
|
|
319
310
|
default: vue.withCtx(() => [
|
|
@@ -334,13 +325,13 @@ const _sfc_main = {
|
|
|
334
325
|
default: vue.withCtx(() => [
|
|
335
326
|
vue.createVNode(_component_el_input_number, {
|
|
336
327
|
modelValue: currentItem.value.subTableHeight,
|
|
337
|
-
"onUpdate:modelValue": _cache[
|
|
328
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => currentItem.value.subTableHeight = $event),
|
|
338
329
|
min: 300,
|
|
339
330
|
"controls-position": "right",
|
|
340
331
|
controls: false,
|
|
341
332
|
style: { "width": "100%" }
|
|
342
333
|
}, {
|
|
343
|
-
suffix: vue.withCtx(() => _cache[
|
|
334
|
+
suffix: vue.withCtx(() => _cache[20] || (_cache[20] = [
|
|
344
335
|
vue.createTextVNode("px")
|
|
345
336
|
])),
|
|
346
337
|
_: 1
|
|
@@ -352,7 +343,7 @@ const _sfc_main = {
|
|
|
352
343
|
default: vue.withCtx(() => [
|
|
353
344
|
vue.createVNode(_component_el_switch, {
|
|
354
345
|
modelValue: currentItem.value.isSubTablePagination,
|
|
355
|
-
"onUpdate:modelValue": _cache[
|
|
346
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => currentItem.value.isSubTablePagination = $event)
|
|
356
347
|
}, null, 8, ["modelValue"])
|
|
357
348
|
]),
|
|
358
349
|
_: 1
|
|
@@ -361,7 +352,7 @@ const _sfc_main = {
|
|
|
361
352
|
default: vue.withCtx(() => [
|
|
362
353
|
vue.createVNode(_component_el_switch, {
|
|
363
354
|
modelValue: currentItem.value.isSubTableReadOnly,
|
|
364
|
-
"onUpdate:modelValue": _cache[
|
|
355
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => currentItem.value.isSubTableReadOnly = $event)
|
|
365
356
|
}, null, 8, ["modelValue"])
|
|
366
357
|
]),
|
|
367
358
|
_: 1
|
|
@@ -370,7 +361,7 @@ const _sfc_main = {
|
|
|
370
361
|
default: vue.withCtx(() => [
|
|
371
362
|
vue.createElementVNode("div", _hoisted_1, [
|
|
372
363
|
currentItem.value.btnRollback && currentItem.value.btnRollback.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, [
|
|
373
|
-
_cache[
|
|
364
|
+
_cache[21] || (_cache[21] = vue.createElementVNode("div", { class: "buttons-header" }, [
|
|
374
365
|
vue.createElementVNode("div", { class: "buttons-cell name-header" }, "按钮"),
|
|
375
366
|
vue.createElementVNode("div", { class: "buttons-cell action-header" }, "回调事件")
|
|
376
367
|
], -1)),
|
|
@@ -439,7 +430,7 @@ const _sfc_main = {
|
|
|
439
430
|
icon: "Plus",
|
|
440
431
|
link: ""
|
|
441
432
|
}, {
|
|
442
|
-
default: vue.withCtx(() => _cache[
|
|
433
|
+
default: vue.withCtx(() => _cache[22] || (_cache[22] = [
|
|
443
434
|
vue.createTextVNode(" 新增按钮 ")
|
|
444
435
|
])),
|
|
445
436
|
_: 1
|
|
@@ -465,5 +456,5 @@ const _sfc_main = {
|
|
|
465
456
|
};
|
|
466
457
|
}
|
|
467
458
|
};
|
|
468
|
-
const subTable = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
459
|
+
const subTable = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-5b24bf51"]]);
|
|
469
460
|
exports.default = subTable;
|
|
@@ -34,7 +34,7 @@ const _sfc_main = {
|
|
|
34
34
|
return vue.openBlock(), vue.createBlock(_component_el_collapse, {
|
|
35
35
|
class: "setting",
|
|
36
36
|
modelValue: vue.unref(activeName),
|
|
37
|
-
"onUpdate:modelValue": _cache[
|
|
37
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(activeName) ? activeName.value = $event : null)
|
|
38
38
|
}, {
|
|
39
39
|
default: vue.withCtx(() => [
|
|
40
40
|
vue.createVNode(_component_el_collapse_item, {
|
|
@@ -77,37 +77,28 @@ const _sfc_main = {
|
|
|
77
77
|
]),
|
|
78
78
|
_: 1
|
|
79
79
|
})) : vue.createCommentVNode("", true),
|
|
80
|
-
vue.createVNode(_component_el_form_item, { label: "权限标识" }, {
|
|
81
|
-
default: vue.withCtx(() => [
|
|
82
|
-
vue.createVNode(_component_el_input, {
|
|
83
|
-
modelValue: vue.unref(currentItem).permission,
|
|
84
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.unref(currentItem).permission = $event)
|
|
85
|
-
}, null, 8, ["modelValue"])
|
|
86
|
-
]),
|
|
87
|
-
_: 1
|
|
88
|
-
}),
|
|
89
80
|
vue.createVNode(_component_el_form_item, { label: "显示模式" }, {
|
|
90
81
|
default: vue.withCtx(() => [
|
|
91
82
|
vue.createVNode(_component_el_radio_group, {
|
|
92
83
|
modelValue: vue.unref(currentItem).displayMode,
|
|
93
|
-
"onUpdate:modelValue": _cache[
|
|
84
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.unref(currentItem).displayMode = $event),
|
|
94
85
|
size: "small"
|
|
95
86
|
}, {
|
|
96
87
|
default: vue.withCtx(() => [
|
|
97
88
|
vue.createVNode(_component_el_radio_button, { value: "all" }, {
|
|
98
|
-
default: vue.withCtx(() => _cache[
|
|
89
|
+
default: vue.withCtx(() => _cache[4] || (_cache[4] = [
|
|
99
90
|
vue.createTextVNode("始终显示")
|
|
100
91
|
])),
|
|
101
92
|
_: 1
|
|
102
93
|
}),
|
|
103
94
|
vue.createVNode(_component_el_radio_button, { value: "edit" }, {
|
|
104
|
-
default: vue.withCtx(() => _cache[
|
|
95
|
+
default: vue.withCtx(() => _cache[5] || (_cache[5] = [
|
|
105
96
|
vue.createTextVNode("编辑时显示")
|
|
106
97
|
])),
|
|
107
98
|
_: 1
|
|
108
99
|
}),
|
|
109
100
|
vue.createVNode(_component_el_radio_button, { value: "query" }, {
|
|
110
|
-
default: vue.withCtx(() => _cache[
|
|
101
|
+
default: vue.withCtx(() => _cache[6] || (_cache[6] = [
|
|
111
102
|
vue.createTextVNode("查看时显示")
|
|
112
103
|
])),
|
|
113
104
|
_: 1
|