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