@fecp/designer 5.4.13 → 5.4.15
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/components/DocumentParam.vue.mjs +15 -17
- package/es/designer/src/packages/dataSource/dataSource.vue.mjs +1 -1
- package/es/designer/src/packages/form/aside/index.mjs +6 -2
- package/es/designer/src/packages/form/components/Contract.vue.mjs +80 -0
- package/es/designer/src/packages/form/components/Document.vue.mjs +27 -10
- package/es/designer/src/packages/form/index.vue.mjs +10 -17
- package/es/designer/src/packages/form/property/contract.vue.mjs +212 -0
- package/es/designer/src/packages/form/property/document.vue.mjs +3 -3
- package/es/designer/src/packages/form/property/index.vue.mjs +5 -2
- package/es/designer/src/packages/form/property/subForm.vue.mjs +48 -16
- package/es/designer.css +196 -105
- package/es/packages/vue/src/components/bus/contract/Contract.vue.mjs +96 -0
- package/es/packages/vue/src/components/bus/contract/index.mjs +7 -0
- package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +1 -1
- package/es/packages/vue/src/components/forms/formItem/FormItem.vue.mjs +10 -3
- package/es/packages/vue/src/components/forms/text/Text.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +1 -1
- package/es/packages/vue/src/composables/usePageEvents.mjs +1 -1
- package/es/packages/vue/src/utils/datasource.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +14 -16
- package/lib/designer/src/packages/dataSource/dataSource.vue.js +1 -1
- package/lib/designer/src/packages/form/aside/index.js +6 -2
- package/lib/designer/src/packages/form/components/Contract.vue.js +80 -0
- package/lib/designer/src/packages/form/components/Document.vue.js +26 -9
- package/lib/designer/src/packages/form/index.vue.js +10 -17
- package/lib/designer/src/packages/form/property/contract.vue.js +212 -0
- package/lib/designer/src/packages/form/property/document.vue.js +3 -3
- package/lib/designer/src/packages/form/property/index.vue.js +5 -2
- package/lib/designer/src/packages/form/property/subForm.vue.js +48 -16
- package/lib/designer.css +196 -105
- package/lib/packages/vue/src/components/bus/contract/Contract.vue.js +96 -0
- package/lib/packages/vue/src/components/bus/contract/index.js +7 -0
- package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +1 -1
- package/lib/packages/vue/src/components/forms/formItem/FormItem.vue.js +14 -7
- package/lib/packages/vue/src/components/forms/text/Text.vue.js +1 -1
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +1 -1
- package/lib/packages/vue/src/composables/usePageEvents.js +1 -1
- package/lib/packages/vue/src/utils/datasource.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
require("../../../../../node_modules/element-plus/es/index.js");
|
|
4
|
+
;/* empty css */
|
|
5
|
+
;/* empty css */
|
|
6
|
+
;/* empty css */
|
|
7
|
+
;/* empty css */
|
|
8
|
+
;/* empty css */
|
|
9
|
+
;/* empty css */
|
|
10
|
+
;/* empty css */
|
|
11
|
+
;/* empty css */
|
|
12
|
+
;/* empty css */
|
|
13
|
+
;/* empty css */
|
|
14
|
+
;/* empty css */
|
|
15
|
+
;/* empty css */
|
|
16
|
+
;/* empty css */
|
|
17
|
+
;/* empty css */
|
|
18
|
+
;/* empty css */
|
|
19
|
+
const vue = require("vue");
|
|
20
|
+
const common = require("../../utils/common.js");
|
|
21
|
+
require("../../utils/eventBus.js");
|
|
22
|
+
const ValueSelector = require("../../../components/ValueSelector.vue.js");
|
|
23
|
+
const index = require("../../../api/index.js");
|
|
24
|
+
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
25
|
+
;/* empty css */
|
|
26
|
+
const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
27
|
+
const index$1 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
28
|
+
const index$2 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
29
|
+
const index$3 = require("../../../../../node_modules/element-plus/es/components/input/index.js");
|
|
30
|
+
const index$4 = require("../../../../../node_modules/element-plus/es/components/radio/index.js");
|
|
31
|
+
const index$5 = require("../../../../../node_modules/element-plus/es/components/select/index.js");
|
|
32
|
+
const _sfc_main = {
|
|
33
|
+
__name: "contract",
|
|
34
|
+
setup(__props) {
|
|
35
|
+
const currentItem = vue.computed(() => {
|
|
36
|
+
return common.getCurrentItem();
|
|
37
|
+
});
|
|
38
|
+
const activeName = vue.ref(["common"]);
|
|
39
|
+
const scenarioOptions = vue.ref([]);
|
|
40
|
+
index.default.getModeNoList().then((data) => {
|
|
41
|
+
scenarioOptions.value = data.map((item) => ({
|
|
42
|
+
label: item.modeName,
|
|
43
|
+
value: item.modeNo
|
|
44
|
+
}));
|
|
45
|
+
});
|
|
46
|
+
return (_ctx, _cache) => {
|
|
47
|
+
const _component_el_input = index$3.ElInput;
|
|
48
|
+
const _component_el_form_item = index$2.ElFormItem;
|
|
49
|
+
const _component_el_radio_button = index$4.ElRadioButton;
|
|
50
|
+
const _component_el_radio_group = index$4.ElRadioGroup;
|
|
51
|
+
const _component_el_option = index$5.ElOption;
|
|
52
|
+
const _component_el_select = index$5.ElSelect;
|
|
53
|
+
const _component_el_form = index$2.ElForm;
|
|
54
|
+
const _component_el_collapse_item = index$1.ElCollapseItem;
|
|
55
|
+
const _component_el_collapse = index$1.ElCollapse;
|
|
56
|
+
return vue.openBlock(), vue.createBlock(_component_el_collapse, {
|
|
57
|
+
class: "setting",
|
|
58
|
+
modelValue: activeName.value,
|
|
59
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => activeName.value = $event)
|
|
60
|
+
}, {
|
|
61
|
+
default: vue.withCtx(() => [
|
|
62
|
+
vue.createVNode(_component_el_collapse_item, {
|
|
63
|
+
name: "common",
|
|
64
|
+
title: "基本属性"
|
|
65
|
+
}, {
|
|
66
|
+
default: vue.withCtx(() => [
|
|
67
|
+
vue.createVNode(_component_el_form, {
|
|
68
|
+
"label-position": "top",
|
|
69
|
+
"label-width": "auto",
|
|
70
|
+
model: currentItem.value
|
|
71
|
+
}, {
|
|
72
|
+
default: vue.withCtx(() => [
|
|
73
|
+
vue.createVNode(_component_el_form_item, {
|
|
74
|
+
label: "标题",
|
|
75
|
+
required: ""
|
|
76
|
+
}, {
|
|
77
|
+
default: vue.withCtx(() => [
|
|
78
|
+
vue.createVNode(_component_el_input, {
|
|
79
|
+
modelValue: currentItem.value.label,
|
|
80
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => currentItem.value.label = $event)
|
|
81
|
+
}, null, 8, ["modelValue"])
|
|
82
|
+
]),
|
|
83
|
+
_: 1
|
|
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
|
+
vue.createVNode(_component_el_form_item, { label: "合同模式" }, {
|
|
95
|
+
default: vue.withCtx(() => [
|
|
96
|
+
vue.createVNode(_component_el_radio_group, {
|
|
97
|
+
modelValue: currentItem.value.mode,
|
|
98
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => currentItem.value.mode = $event),
|
|
99
|
+
size: "small"
|
|
100
|
+
}, {
|
|
101
|
+
default: vue.withCtx(() => [
|
|
102
|
+
vue.createVNode(_component_el_radio_button, { value: "view" }, {
|
|
103
|
+
default: vue.withCtx(() => _cache[8] || (_cache[8] = [
|
|
104
|
+
vue.createTextVNode("合同查看")
|
|
105
|
+
])),
|
|
106
|
+
_: 1
|
|
107
|
+
}),
|
|
108
|
+
vue.createVNode(_component_el_radio_button, { value: "make" }, {
|
|
109
|
+
default: vue.withCtx(() => _cache[9] || (_cache[9] = [
|
|
110
|
+
vue.createTextVNode("合同制作")
|
|
111
|
+
])),
|
|
112
|
+
_: 1
|
|
113
|
+
}),
|
|
114
|
+
vue.createVNode(_component_el_radio_button, { value: "sign" }, {
|
|
115
|
+
default: vue.withCtx(() => _cache[10] || (_cache[10] = [
|
|
116
|
+
vue.createTextVNode("合同签署")
|
|
117
|
+
])),
|
|
118
|
+
_: 1
|
|
119
|
+
})
|
|
120
|
+
]),
|
|
121
|
+
_: 1
|
|
122
|
+
}, 8, ["modelValue"])
|
|
123
|
+
]),
|
|
124
|
+
_: 1
|
|
125
|
+
}),
|
|
126
|
+
vue.createVNode(_component_el_form_item, {
|
|
127
|
+
label: "业务主键",
|
|
128
|
+
required: ""
|
|
129
|
+
}, {
|
|
130
|
+
default: vue.withCtx(() => [
|
|
131
|
+
vue.createVNode(ValueSelector.default, {
|
|
132
|
+
modelValue: currentItem.value.busNo,
|
|
133
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => currentItem.value.busNo = $event),
|
|
134
|
+
multiple: false,
|
|
135
|
+
size: "default",
|
|
136
|
+
placeholder: "选择业务主键"
|
|
137
|
+
}, null, 8, ["modelValue"])
|
|
138
|
+
]),
|
|
139
|
+
_: 1
|
|
140
|
+
}),
|
|
141
|
+
vue.createVNode(_component_el_form_item, { label: "业务场景" }, {
|
|
142
|
+
default: vue.withCtx(() => [
|
|
143
|
+
vue.createVNode(_component_el_select, {
|
|
144
|
+
modelValue: currentItem.value.busSubject,
|
|
145
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => currentItem.value.busSubject = $event),
|
|
146
|
+
placeholder: "选择业务场景",
|
|
147
|
+
style: { "width": "100%" },
|
|
148
|
+
clearable: ""
|
|
149
|
+
}, {
|
|
150
|
+
default: vue.withCtx(() => [
|
|
151
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(scenarioOptions.value, (scene) => {
|
|
152
|
+
return vue.openBlock(), vue.createBlock(_component_el_option, {
|
|
153
|
+
key: scene.value,
|
|
154
|
+
label: scene.label,
|
|
155
|
+
value: scene.value
|
|
156
|
+
}, null, 8, ["label", "value"]);
|
|
157
|
+
}), 128))
|
|
158
|
+
]),
|
|
159
|
+
_: 1
|
|
160
|
+
}, 8, ["modelValue"])
|
|
161
|
+
]),
|
|
162
|
+
_: 1
|
|
163
|
+
}),
|
|
164
|
+
vue.createVNode(_component_el_form_item, { label: "合同模板生成方式" }, {
|
|
165
|
+
default: vue.withCtx(() => [
|
|
166
|
+
vue.createVNode(_component_el_radio_group, {
|
|
167
|
+
modelValue: currentItem.value.genType,
|
|
168
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => currentItem.value.genType = $event),
|
|
169
|
+
size: "small"
|
|
170
|
+
}, {
|
|
171
|
+
default: vue.withCtx(() => [
|
|
172
|
+
vue.createVNode(_component_el_radio_button, { value: "1" }, {
|
|
173
|
+
default: vue.withCtx(() => _cache[11] || (_cache[11] = [
|
|
174
|
+
vue.createTextVNode("系统生成")
|
|
175
|
+
])),
|
|
176
|
+
_: 1
|
|
177
|
+
}),
|
|
178
|
+
vue.createVNode(_component_el_radio_button, { value: "2" }, {
|
|
179
|
+
default: vue.withCtx(() => _cache[12] || (_cache[12] = [
|
|
180
|
+
vue.createTextVNode("手动选择")
|
|
181
|
+
])),
|
|
182
|
+
_: 1
|
|
183
|
+
})
|
|
184
|
+
]),
|
|
185
|
+
_: 1
|
|
186
|
+
}, 8, ["modelValue"])
|
|
187
|
+
]),
|
|
188
|
+
_: 1
|
|
189
|
+
}),
|
|
190
|
+
vue.createVNode(_component_el_form_item, { label: "业务参数" }, {
|
|
191
|
+
default: vue.withCtx(() => [
|
|
192
|
+
vue.createVNode(ParamsConfig.default, {
|
|
193
|
+
modelValue: currentItem.value.params,
|
|
194
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => currentItem.value.params = $event)
|
|
195
|
+
}, null, 8, ["modelValue"])
|
|
196
|
+
]),
|
|
197
|
+
_: 1
|
|
198
|
+
})
|
|
199
|
+
]),
|
|
200
|
+
_: 1
|
|
201
|
+
}, 8, ["model"])
|
|
202
|
+
]),
|
|
203
|
+
_: 1
|
|
204
|
+
})
|
|
205
|
+
]),
|
|
206
|
+
_: 1
|
|
207
|
+
}, 8, ["modelValue"]);
|
|
208
|
+
};
|
|
209
|
+
}
|
|
210
|
+
};
|
|
211
|
+
const contract = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-f1e213d5"]]);
|
|
212
|
+
exports.default = contract;
|
|
@@ -38,7 +38,7 @@ const _sfc_main = {
|
|
|
38
38
|
return ((_a = f.component) == null ? void 0 : _a.id) === item.id;
|
|
39
39
|
});
|
|
40
40
|
if (fieldInData) {
|
|
41
|
-
fieldInData.h = value === "none" ?
|
|
41
|
+
fieldInData.h = value === "none" ? 2 : 3;
|
|
42
42
|
eventBus.default.emit("resizeEvent");
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -176,7 +176,7 @@ const _sfc_main = {
|
|
|
176
176
|
]),
|
|
177
177
|
_: 1
|
|
178
178
|
}),
|
|
179
|
-
vue.createVNode(_component_el_form_item, { label: "
|
|
179
|
+
vue.createVNode(_component_el_form_item, { label: "要件参数" }, {
|
|
180
180
|
default: vue.withCtx(() => [
|
|
181
181
|
vue.createVNode(DocumentParam.default, {
|
|
182
182
|
modelValue: currentItem.value.essentialParams,
|
|
@@ -197,5 +197,5 @@ const _sfc_main = {
|
|
|
197
197
|
};
|
|
198
198
|
}
|
|
199
199
|
};
|
|
200
|
-
const document = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
200
|
+
const document = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-d0160dcb"]]);
|
|
201
201
|
exports.default = document;
|
|
@@ -14,6 +14,7 @@ const subTable = require("./subTable.vue.js");
|
|
|
14
14
|
const blank = require("./blank.vue.js");
|
|
15
15
|
const approvalHistory = require("./approvalHistory.vue.js");
|
|
16
16
|
const document = require("./document.vue.js");
|
|
17
|
+
const contract = require("./contract.vue.js");
|
|
17
18
|
const index = require("../../../../../node_modules/element-plus/es/components/scrollbar/index.js");
|
|
18
19
|
const _sfc_main = {
|
|
19
20
|
__name: "index",
|
|
@@ -22,7 +23,7 @@ const _sfc_main = {
|
|
|
22
23
|
return common.getCurrentItem();
|
|
23
24
|
});
|
|
24
25
|
const editingProperty = vue.computed(() => {
|
|
25
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i;
|
|
26
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
|
|
26
27
|
switch ((_a = currentItem.value) == null ? void 0 : _a.type) {
|
|
27
28
|
case "widgets":
|
|
28
29
|
if (((_b = currentItem.value) == null ? void 0 : _b.fieldType) == "subTitle" || ((_c = currentItem.value) == null ? void 0 : _c.fieldType) == "h2") {
|
|
@@ -37,7 +38,9 @@ const _sfc_main = {
|
|
|
37
38
|
return approvalHistory.default;
|
|
38
39
|
} else if (((_h = currentItem.value) == null ? void 0 : _h.fieldType) == "document") {
|
|
39
40
|
return document.default;
|
|
40
|
-
} else if (((_i = currentItem.value) == null ? void 0 : _i.fieldType) == "
|
|
41
|
+
} else if (((_i = currentItem.value) == null ? void 0 : _i.fieldType) == "contract") {
|
|
42
|
+
return contract.default;
|
|
43
|
+
} else if (((_j = currentItem.value) == null ? void 0 : _j.fieldType) == "divider") {
|
|
41
44
|
return null;
|
|
42
45
|
} else {
|
|
43
46
|
return widgets.default;
|
|
@@ -52,7 +52,7 @@ const _sfc_main = {
|
|
|
52
52
|
return vue.openBlock(), vue.createBlock(_component_el_collapse, {
|
|
53
53
|
class: "setting",
|
|
54
54
|
modelValue: vue.unref(activeName),
|
|
55
|
-
"onUpdate:modelValue": _cache[
|
|
55
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.isRef(activeName) ? activeName.value = $event : null)
|
|
56
56
|
}, {
|
|
57
57
|
default: vue.withCtx(() => [
|
|
58
58
|
vue.createVNode(_component_el_collapse_item, {
|
|
@@ -89,19 +89,19 @@ const _sfc_main = {
|
|
|
89
89
|
}, {
|
|
90
90
|
default: vue.withCtx(() => [
|
|
91
91
|
vue.createVNode(_component_el_radio_button, { value: "none" }, {
|
|
92
|
-
default: vue.withCtx(() => _cache[
|
|
92
|
+
default: vue.withCtx(() => _cache[13] || (_cache[13] = [
|
|
93
93
|
vue.createTextVNode("无")
|
|
94
94
|
])),
|
|
95
95
|
_: 1
|
|
96
96
|
}),
|
|
97
97
|
vue.createVNode(_component_el_radio_button, { value: "label" }, {
|
|
98
|
-
default: vue.withCtx(() => _cache[
|
|
98
|
+
default: vue.withCtx(() => _cache[14] || (_cache[14] = [
|
|
99
99
|
vue.createTextVNode("标题")
|
|
100
100
|
])),
|
|
101
101
|
_: 1
|
|
102
102
|
}),
|
|
103
103
|
vue.createVNode(_component_el_radio_button, { value: "subLabel" }, {
|
|
104
|
-
default: vue.withCtx(() => _cache[
|
|
104
|
+
default: vue.withCtx(() => _cache[15] || (_cache[15] = [
|
|
105
105
|
vue.createTextVNode("子标题")
|
|
106
106
|
])),
|
|
107
107
|
_: 1
|
|
@@ -129,16 +129,48 @@ const _sfc_main = {
|
|
|
129
129
|
_: 1
|
|
130
130
|
})) : vue.createCommentVNode("", true)
|
|
131
131
|
], 64)) : vue.createCommentVNode("", true),
|
|
132
|
+
vue.createVNode(_component_el_form_item, { label: "显示模式" }, {
|
|
133
|
+
default: vue.withCtx(() => [
|
|
134
|
+
vue.createVNode(_component_el_radio_group, {
|
|
135
|
+
modelValue: vue.unref(currentItem).displayMode,
|
|
136
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.unref(currentItem).displayMode = $event),
|
|
137
|
+
size: "small"
|
|
138
|
+
}, {
|
|
139
|
+
default: vue.withCtx(() => [
|
|
140
|
+
vue.createVNode(_component_el_radio_button, { value: "all" }, {
|
|
141
|
+
default: vue.withCtx(() => _cache[16] || (_cache[16] = [
|
|
142
|
+
vue.createTextVNode("始终显示")
|
|
143
|
+
])),
|
|
144
|
+
_: 1
|
|
145
|
+
}),
|
|
146
|
+
vue.createVNode(_component_el_radio_button, { value: "edit" }, {
|
|
147
|
+
default: vue.withCtx(() => _cache[17] || (_cache[17] = [
|
|
148
|
+
vue.createTextVNode("编辑时显示")
|
|
149
|
+
])),
|
|
150
|
+
_: 1
|
|
151
|
+
}),
|
|
152
|
+
vue.createVNode(_component_el_radio_button, { value: "query" }, {
|
|
153
|
+
default: vue.withCtx(() => _cache[18] || (_cache[18] = [
|
|
154
|
+
vue.createTextVNode("查看时显示")
|
|
155
|
+
])),
|
|
156
|
+
_: 1
|
|
157
|
+
})
|
|
158
|
+
]),
|
|
159
|
+
_: 1
|
|
160
|
+
}, 8, ["modelValue"])
|
|
161
|
+
]),
|
|
162
|
+
_: 1
|
|
163
|
+
}),
|
|
132
164
|
vue.createVNode(_component_el_form_item, { label: "数据来源" }, {
|
|
133
165
|
default: vue.withCtx(() => [
|
|
134
166
|
vue.createVNode(_component_el_radio_group, {
|
|
135
167
|
modelValue: vue.unref(currentItem).dataSourceFrom,
|
|
136
|
-
"onUpdate:modelValue": _cache[
|
|
168
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.unref(currentItem).dataSourceFrom = $event),
|
|
137
169
|
size: "small"
|
|
138
170
|
}, {
|
|
139
171
|
default: vue.withCtx(() => [
|
|
140
172
|
vue.createVNode(_component_el_radio_button, { value: "main" }, {
|
|
141
|
-
default: vue.withCtx(() => _cache[
|
|
173
|
+
default: vue.withCtx(() => _cache[19] || (_cache[19] = [
|
|
142
174
|
vue.createTextVNode("主页面获取")
|
|
143
175
|
])),
|
|
144
176
|
_: 1
|
|
@@ -147,7 +179,7 @@ const _sfc_main = {
|
|
|
147
179
|
value: "self",
|
|
148
180
|
disabled: ""
|
|
149
181
|
}, {
|
|
150
|
-
default: vue.withCtx(() => _cache[
|
|
182
|
+
default: vue.withCtx(() => _cache[20] || (_cache[20] = [
|
|
151
183
|
vue.createTextVNode("子表单自加载")
|
|
152
184
|
])),
|
|
153
185
|
_: 1
|
|
@@ -162,7 +194,7 @@ const _sfc_main = {
|
|
|
162
194
|
default: vue.withCtx(() => [
|
|
163
195
|
vue.createVNode(_component_el_switch, {
|
|
164
196
|
modelValue: vue.unref(currentItem).triggerSubFormPageEvent,
|
|
165
|
-
"onUpdate:modelValue": _cache[
|
|
197
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(currentItem).triggerSubFormPageEvent = $event)
|
|
166
198
|
}, null, 8, ["modelValue"])
|
|
167
199
|
]),
|
|
168
200
|
_: 1
|
|
@@ -171,7 +203,7 @@ const _sfc_main = {
|
|
|
171
203
|
default: vue.withCtx(() => [
|
|
172
204
|
vue.createVNode(_component_el_input, {
|
|
173
205
|
modelValue: vue.unref(currentItem).permission,
|
|
174
|
-
"onUpdate:modelValue": _cache[
|
|
206
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.unref(currentItem).permission = $event)
|
|
175
207
|
}, null, 8, ["modelValue"])
|
|
176
208
|
]),
|
|
177
209
|
_: 1
|
|
@@ -180,18 +212,18 @@ const _sfc_main = {
|
|
|
180
212
|
default: vue.withCtx(() => [
|
|
181
213
|
vue.createVNode(_component_el_radio_group, {
|
|
182
214
|
modelValue: vue.unref(currentItem).formSource,
|
|
183
|
-
"onUpdate:modelValue": _cache[
|
|
215
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.unref(currentItem).formSource = $event),
|
|
184
216
|
size: "small"
|
|
185
217
|
}, {
|
|
186
218
|
default: vue.withCtx(() => [
|
|
187
219
|
vue.createVNode(_component_el_radio_button, { value: "select" }, {
|
|
188
|
-
default: vue.withCtx(() => _cache[
|
|
220
|
+
default: vue.withCtx(() => _cache[21] || (_cache[21] = [
|
|
189
221
|
vue.createTextVNode("选择表单")
|
|
190
222
|
])),
|
|
191
223
|
_: 1
|
|
192
224
|
}),
|
|
193
225
|
vue.createVNode(_component_el_radio_button, { value: "dynamic" }, {
|
|
194
|
-
default: vue.withCtx(() => _cache[
|
|
226
|
+
default: vue.withCtx(() => _cache[22] || (_cache[22] = [
|
|
195
227
|
vue.createTextVNode("动态表单")
|
|
196
228
|
])),
|
|
197
229
|
_: 1
|
|
@@ -209,11 +241,11 @@ const _sfc_main = {
|
|
|
209
241
|
default: vue.withCtx(() => [
|
|
210
242
|
vue.createVNode(TemplateSelector.default, {
|
|
211
243
|
modelValue: vue.unref(currentItem).subFormName,
|
|
212
|
-
"onUpdate:modelValue": _cache[
|
|
244
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(currentItem).subFormName = $event),
|
|
213
245
|
templateKey: vue.unref(currentItem).subFormKey,
|
|
214
|
-
"onUpdate:templateKey": _cache[
|
|
246
|
+
"onUpdate:templateKey": _cache[9] || (_cache[9] = ($event) => vue.unref(currentItem).subFormKey = $event),
|
|
215
247
|
templateId: vue.unref(currentItem).subFormId,
|
|
216
|
-
"onUpdate:templateId": _cache[
|
|
248
|
+
"onUpdate:templateId": _cache[10] || (_cache[10] = ($event) => vue.unref(currentItem).subFormId = $event),
|
|
217
249
|
templateType: "form"
|
|
218
250
|
}, null, 8, ["modelValue", "templateKey", "templateId"])
|
|
219
251
|
]),
|
|
@@ -225,7 +257,7 @@ const _sfc_main = {
|
|
|
225
257
|
default: vue.withCtx(() => [
|
|
226
258
|
vue.createVNode(ValueSelector.default, {
|
|
227
259
|
modelValue: vue.unref(currentItem).dynamicSubFormKey,
|
|
228
|
-
"onUpdate:modelValue": _cache[
|
|
260
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(currentItem).dynamicSubFormKey = $event),
|
|
229
261
|
size: "default"
|
|
230
262
|
}, null, 8, ["modelValue"])
|
|
231
263
|
]),
|