@fecp/designer 5.4.76 → 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/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.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/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +9 -18
- package/es/designer/src/packages/form/property/contract.vue.mjs +14 -23
- package/es/designer/src/packages/form/property/document.vue.mjs +11 -20
- package/es/designer/src/packages/form/property/subForm.vue.mjs +17 -26
- 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/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer/src/packages/table/property/widgets.vue.mjs +25 -34
- package/es/designer.css +139 -139
- package/es/packages/mobile/src/components/navigation/navBar/NavBar.vue.mjs +22 -1
- package/es/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.mjs +18 -1
- 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 +25 -29
- 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 +43 -7
- package/es/packages/vue/src/directive/auth.mjs +29 -0
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.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/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +9 -18
- package/lib/designer/src/packages/form/property/contract.vue.js +14 -23
- package/lib/designer/src/packages/form/property/document.vue.js +11 -20
- package/lib/designer/src/packages/form/property/subForm.vue.js +17 -26
- 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/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer/src/packages/table/property/widgets.vue.js +25 -34
- package/lib/designer.css +139 -139
- package/lib/packages/mobile/src/components/navigation/navBar/NavBar.vue.js +22 -1
- package/lib/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.js +17 -0
- 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 +25 -29
- 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 +43 -7
- package/lib/packages/vue/src/directive/auth.js +29 -0
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { computed, ref, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
11
11
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
12
|
-
import ValueSelector from "./ValueSelector.
|
|
12
|
+
import ValueSelector from "./ValueSelector.vue.mjs";
|
|
13
13
|
import api from "../api/index.mjs";
|
|
14
14
|
/* empty css */
|
|
15
15
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
@@ -4,7 +4,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { computed, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
6
6
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
7
|
-
import ValueSelector from "./ValueSelector.
|
|
7
|
+
import ValueSelector from "./ValueSelector.vue.mjs";
|
|
8
8
|
/* empty css */
|
|
9
9
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
10
10
|
import { ElButton } from "../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
@@ -16,7 +16,7 @@ import { Plus as plus_default, RefreshRight as refresh_right_default, Delete as
|
|
|
16
16
|
import { getEditConfigData, getEditingType, cloneDeep, getEditConfigDataFields } from "../../packages/utils/common.mjs";
|
|
17
17
|
import { defaultProperty } from "../../packages/form/aside/index.mjs";
|
|
18
18
|
import { defaultProperty as defaultProperty$1 } from "../../packages/table/aside/index.mjs";
|
|
19
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
19
|
+
import ValueSelector from "../../components/ValueSelector.vue.mjs";
|
|
20
20
|
/* empty css */
|
|
21
21
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
22
22
|
import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.mjs";
|
|
|
14
14
|
import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs";
|
|
15
15
|
import { computed, watch, ref, createElementBlock, unref, openBlock, createBlock, isRef, createVNode, createElementVNode, withCtx, Fragment, renderList } from "vue";
|
|
16
16
|
import { useVModel } from "../../../../node_modules/@vueuse/core/dist/index.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
import { getEditConfigDataSources } from "../utils/common.mjs";
|
|
20
20
|
import { createDataSource } from "../utils/datasource.mjs";
|
|
@@ -30,7 +30,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs
|
|
|
30
30
|
/* empty css */
|
|
31
31
|
/* empty css */
|
|
32
32
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
33
|
-
/* empty css
|
|
33
|
+
/* empty css */
|
|
34
34
|
import "../../axios/config.mjs";
|
|
35
35
|
import "../../../../_virtual/FileSaver.min.mjs";
|
|
36
36
|
import "../../../../_virtual/index.mjs";
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -84,7 +84,7 @@ import widgets from "../table/property/widgets.vue.mjs";
|
|
|
84
84
|
import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
|
|
85
85
|
/* empty css */
|
|
86
86
|
/* empty css */
|
|
87
|
-
/* empty css
|
|
87
|
+
/* empty css */
|
|
88
88
|
/* empty css */
|
|
89
89
|
/* empty css */
|
|
90
90
|
/* empty css */
|
|
@@ -4,7 +4,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { createElementBlock, openBlock, Fragment, createVNode, withCtx } from "vue";
|
|
6
6
|
import RiskSchemeSelector from "../../../../components/RiskSchemeSelector.vue2.mjs";
|
|
7
|
-
import ValueSelector from "../../../../components/ValueSelector.
|
|
7
|
+
import ValueSelector from "../../../../components/ValueSelector.vue.mjs";
|
|
8
8
|
import ParamsConfig from "../../../../components/ParamsConfig.vue2.mjs";
|
|
9
9
|
import { ElFormItem } from "../../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
10
10
|
import { ElSwitch } from "../../../../../../node_modules/element-plus/es/components/switch/index.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
11
11
|
import { computed, ref, watch, createBlock, openBlock, unref, isRef, withCtx, createVNode, createElementBlock, createCommentVNode, createTextVNode, Fragment } from "vue";
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import emitter from "../../utils/eventBus.mjs";
|
|
14
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
14
|
+
import ValueSelector from "../../../components/ValueSelector.vue.mjs";
|
|
15
15
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
16
16
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
17
17
|
import { ElInput } from "../../../../../node_modules/element-plus/es/components/input/index.mjs";
|
|
@@ -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
|
|
@@ -17,7 +17,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
17
17
|
import { computed, ref, createBlock, openBlock, withCtx, createVNode, createTextVNode, createElementBlock, Fragment, renderList } from "vue";
|
|
18
18
|
import { getCurrentItem } from "../../utils/common.mjs";
|
|
19
19
|
import "../../utils/eventBus.mjs";
|
|
20
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
20
|
+
import ValueSelector from "../../../components/ValueSelector.vue.mjs";
|
|
21
21
|
import api from "../../../api/index.mjs";
|
|
22
22
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
23
23
|
/* empty css */
|
|
@@ -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
|
};
|
|
@@ -12,7 +12,7 @@ import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNo
|
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import TemplateSelector from "../../../components/TemplateSelector.vue2.mjs";
|
|
14
14
|
import emitter from "../../utils/eventBus.mjs";
|
|
15
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
15
|
+
import ValueSelector from "../../../components/ValueSelector.vue.mjs";
|
|
16
16
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
17
17
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
18
18
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
@@ -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
|
]),
|