@fecp/designer 5.5.94 → 5.5.95
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/useDialogDialog.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 +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- 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.css +36 -36
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +6 -3
- 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/useDialogDialog.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 +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- 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.css +36 -36
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +6 -3
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { getCurrentInstance, 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 { getCurrentInstance, 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 api from "../../api/index.mjs";
|
|
35
35
|
/* empty css */
|
|
36
36
|
/* 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";
|
|
@@ -17,7 +17,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
17
17
|
import { getCurrentInstance, 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 */
|
|
@@ -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";
|
|
@@ -52,8 +52,8 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
|
52
52
|
import "../../../components/TemplateSelector.vue.mjs";
|
|
53
53
|
import "../../table/default.mjs";
|
|
54
54
|
/* empty css */
|
|
55
|
-
/* empty css
|
|
56
|
-
/* empty css
|
|
55
|
+
/* empty css */
|
|
56
|
+
/* empty css */
|
|
57
57
|
import "../../../store/index.mjs";
|
|
58
58
|
/* empty css */
|
|
59
59
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/es/index.mjs";
|
|
|
14
14
|
import { getCurrentInstance, useModel, ref, watch, computed, createBlock, openBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, createTextVNode, unref } from "vue";
|
|
15
15
|
import { Plus as plus_default } from "../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
16
16
|
import { getEditConfigData, getEditConfigDataFields, setEditConfigData } from "../utils/common.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
|
/* empty css */
|
|
20
20
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
package/es/designer.css
CHANGED
|
@@ -6272,15 +6272,15 @@ body,
|
|
|
6272
6272
|
align-items: center;
|
|
6273
6273
|
flex-wrap: nowrap;
|
|
6274
6274
|
}
|
|
6275
|
-
.fec-form[data-v-
|
|
6275
|
+
.fec-form[data-v-60aa225e] {
|
|
6276
6276
|
height: 100%;
|
|
6277
6277
|
}
|
|
6278
|
-
.fec-form.inMinApp[data-v-
|
|
6278
|
+
.fec-form.inMinApp[data-v-60aa225e] {
|
|
6279
6279
|
height: 0px;
|
|
6280
6280
|
flex: 1;
|
|
6281
6281
|
padding: 8px;
|
|
6282
6282
|
}
|
|
6283
|
-
.fec-form-col[data-v-
|
|
6283
|
+
.fec-form-col[data-v-60aa225e] {
|
|
6284
6284
|
padding: 0px !important;
|
|
6285
6285
|
display: flex !important;
|
|
6286
6286
|
flex-direction: column;
|
|
@@ -6289,22 +6289,22 @@ body,
|
|
|
6289
6289
|
overflow: hidden;
|
|
6290
6290
|
flex: auto !important;
|
|
6291
6291
|
}
|
|
6292
|
-
[data-v-
|
|
6292
|
+
[data-v-60aa225e] .vgl-layout {
|
|
6293
6293
|
position: relative;
|
|
6294
6294
|
}
|
|
6295
|
-
[data-v-
|
|
6295
|
+
[data-v-60aa225e] .vgl-item {
|
|
6296
6296
|
transition: none;
|
|
6297
6297
|
}
|
|
6298
|
-
[data-v-
|
|
6298
|
+
[data-v-60aa225e] .vgl-item > .el-form-item {
|
|
6299
6299
|
width: 100%;
|
|
6300
6300
|
padding: 6px 8px 0 8px;
|
|
6301
6301
|
height: calc(100% - 15px);
|
|
6302
6302
|
display: flex;
|
|
6303
6303
|
}
|
|
6304
|
-
[data-v-
|
|
6304
|
+
[data-v-60aa225e] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6305
6305
|
flex-direction: column;
|
|
6306
6306
|
}
|
|
6307
|
-
[data-v-
|
|
6307
|
+
[data-v-60aa225e] .vgl-item > .el-form-item .el-form-item__label {
|
|
6308
6308
|
line-height: 20px;
|
|
6309
6309
|
display: inline-flex;
|
|
6310
6310
|
align-items: center;
|
|
@@ -6318,107 +6318,107 @@ body,
|
|
|
6318
6318
|
flex-shrink: 0;
|
|
6319
6319
|
min-height: 45px;
|
|
6320
6320
|
}
|
|
6321
|
-
[data-v-
|
|
6321
|
+
[data-v-60aa225e] .vgl-item > .el-form-item {
|
|
6322
6322
|
/* .el-form-item__error {
|
|
6323
6323
|
padding-top: 10px;
|
|
6324
6324
|
} */
|
|
6325
6325
|
}
|
|
6326
|
-
[data-v-
|
|
6326
|
+
[data-v-60aa225e] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6327
6327
|
padding: 1px 12px;
|
|
6328
6328
|
}
|
|
6329
|
-
[data-v-
|
|
6329
|
+
[data-v-60aa225e] .vgl-item > .el-container {
|
|
6330
6330
|
height: auto !important;
|
|
6331
6331
|
}
|
|
6332
6332
|
@media (min-width: 1720px) {
|
|
6333
|
-
[data-v-
|
|
6333
|
+
[data-v-60aa225e] .vgl-item .el-form-item__label {
|
|
6334
6334
|
max-width: 160px !important;
|
|
6335
6335
|
}
|
|
6336
|
-
[data-v-
|
|
6336
|
+
[data-v-60aa225e] .vgl-item .el-form-item {
|
|
6337
6337
|
padding: 6px 8px 0 8px !important;
|
|
6338
6338
|
}
|
|
6339
|
-
[data-v-
|
|
6339
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-input__wrapper {
|
|
6340
6340
|
padding: 1px 12px;
|
|
6341
6341
|
}
|
|
6342
|
-
[data-v-
|
|
6342
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-select__wrapper {
|
|
6343
6343
|
padding: 8px 12px;
|
|
6344
6344
|
}
|
|
6345
|
-
.fec-el-form[data-v-
|
|
6345
|
+
.fec-el-form[data-v-60aa225e] {
|
|
6346
6346
|
padding: 12px !important;
|
|
6347
6347
|
}
|
|
6348
6348
|
}
|
|
6349
6349
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6350
6350
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6351
|
-
[data-v-
|
|
6351
|
+
[data-v-60aa225e] .vgl-item .el-form-item__label {
|
|
6352
6352
|
max-width: 130px !important;
|
|
6353
6353
|
padding-right: 6px !important;
|
|
6354
6354
|
}
|
|
6355
|
-
[data-v-
|
|
6355
|
+
[data-v-60aa225e] .vgl-item .el-form-item {
|
|
6356
6356
|
padding: 6px 0 0 0 !important;
|
|
6357
6357
|
}
|
|
6358
|
-
[data-v-
|
|
6358
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-input__wrapper {
|
|
6359
6359
|
padding: 1px 8px;
|
|
6360
6360
|
}
|
|
6361
|
-
[data-v-
|
|
6361
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-select__wrapper {
|
|
6362
6362
|
padding: 8px 8px;
|
|
6363
6363
|
}
|
|
6364
|
-
.fec-el-form[data-v-
|
|
6364
|
+
.fec-el-form[data-v-60aa225e] {
|
|
6365
6365
|
padding: 8px !important;
|
|
6366
6366
|
}
|
|
6367
6367
|
}
|
|
6368
6368
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6369
6369
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6370
|
-
[data-v-
|
|
6370
|
+
[data-v-60aa225e] .vgl-item .el-form-item__label {
|
|
6371
6371
|
max-width: 125px !important;
|
|
6372
6372
|
padding-right: 4px !important;
|
|
6373
6373
|
}
|
|
6374
|
-
[data-v-
|
|
6374
|
+
[data-v-60aa225e] .vgl-item .el-form-item {
|
|
6375
6375
|
padding: 0 !important;
|
|
6376
6376
|
}
|
|
6377
|
-
[data-v-
|
|
6377
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-input__wrapper {
|
|
6378
6378
|
padding: 1px 6px;
|
|
6379
6379
|
}
|
|
6380
|
-
[data-v-
|
|
6380
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-select__wrapper {
|
|
6381
6381
|
padding: 8px 6px;
|
|
6382
6382
|
}
|
|
6383
|
-
.fec-el-form[data-v-
|
|
6383
|
+
.fec-el-form[data-v-60aa225e] {
|
|
6384
6384
|
padding: 6px !important;
|
|
6385
6385
|
}
|
|
6386
6386
|
}
|
|
6387
6387
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6388
6388
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6389
|
-
[data-v-
|
|
6389
|
+
[data-v-60aa225e] .vgl-item .el-form-item__label {
|
|
6390
6390
|
max-width: 100px !important;
|
|
6391
6391
|
padding-right: 4px !important;
|
|
6392
6392
|
}
|
|
6393
|
-
[data-v-
|
|
6393
|
+
[data-v-60aa225e] .vgl-item .el-form-item {
|
|
6394
6394
|
padding: 0 !important;
|
|
6395
6395
|
}
|
|
6396
|
-
[data-v-
|
|
6396
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-input__wrapper {
|
|
6397
6397
|
padding: 1px 4px;
|
|
6398
6398
|
}
|
|
6399
|
-
[data-v-
|
|
6399
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-select__wrapper {
|
|
6400
6400
|
padding: 8px 4px;
|
|
6401
6401
|
}
|
|
6402
|
-
.fec-el-form[data-v-
|
|
6402
|
+
.fec-el-form[data-v-60aa225e] {
|
|
6403
6403
|
padding: 6px !important;
|
|
6404
6404
|
}
|
|
6405
6405
|
}
|
|
6406
6406
|
/* 超小屏 <768px */
|
|
6407
6407
|
@media (max-width: 767px) {
|
|
6408
|
-
[data-v-
|
|
6408
|
+
[data-v-60aa225e] .vgl-item .el-form-item__label {
|
|
6409
6409
|
max-width: 80px !important;
|
|
6410
6410
|
padding-right: 4px !important;
|
|
6411
6411
|
}
|
|
6412
|
-
[data-v-
|
|
6412
|
+
[data-v-60aa225e] .vgl-item .el-form-item {
|
|
6413
6413
|
padding: 0 !important;
|
|
6414
6414
|
}
|
|
6415
|
-
[data-v-
|
|
6415
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-input__wrapper {
|
|
6416
6416
|
padding: 1px 2px;
|
|
6417
6417
|
}
|
|
6418
|
-
[data-v-
|
|
6418
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-select__wrapper {
|
|
6419
6419
|
padding: 8px 2px;
|
|
6420
6420
|
}
|
|
6421
|
-
.fec-el-form[data-v-
|
|
6421
|
+
.fec-el-form[data-v-60aa225e] {
|
|
6422
6422
|
padding: 6px !important;
|
|
6423
6423
|
}
|
|
6424
6424
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -653,10 +653,13 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
653
653
|
const actions = ((_a = localConfig.value.pageFooterConfig) == null ? void 0 : _a.actions) || [];
|
|
654
654
|
const approvalAction = actions.find((item) => item.isApproval);
|
|
655
655
|
if (approvalAction) {
|
|
656
|
-
|
|
656
|
+
let action = { ...approvalAction };
|
|
657
|
+
if (!isSubmit) {
|
|
658
|
+
action.isApproval = false;
|
|
659
|
+
}
|
|
657
660
|
handleEvent.value(
|
|
658
661
|
formData.value,
|
|
659
|
-
|
|
662
|
+
action,
|
|
660
663
|
(_b = approvalAction.eventConfig) == null ? void 0 : _b.find((item) => item.name == "Click")
|
|
661
664
|
).then(() => {
|
|
662
665
|
resolve();
|
|
@@ -1275,7 +1278,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1275
1278
|
};
|
|
1276
1279
|
}
|
|
1277
1280
|
});
|
|
1278
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1281
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-60aa225e"]]);
|
|
1279
1282
|
export {
|
|
1280
1283
|
_Form as default
|
|
1281
1284
|
};
|
|
@@ -11,7 +11,7 @@ require("../../../node_modules/element-plus/es/index.js");
|
|
|
11
11
|
;/* empty css */
|
|
12
12
|
const Vue = require("vue");
|
|
13
13
|
const index$2 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
14
|
-
const ValueSelector = require("./ValueSelector.
|
|
14
|
+
const ValueSelector = require("./ValueSelector.vue.js");
|
|
15
15
|
const index = require("../api/index.js");
|
|
16
16
|
;/* empty css */
|
|
17
17
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
@@ -6,7 +6,7 @@ require("../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
const Vue = require("vue");
|
|
8
8
|
const index$1 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
9
|
-
const ValueSelector = require("./ValueSelector.
|
|
9
|
+
const ValueSelector = require("./ValueSelector.vue.js");
|
|
10
10
|
;/* empty css */
|
|
11
11
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
12
12
|
const index = require("../../../node_modules/element-plus/es/components/button/index.js");
|
|
@@ -18,7 +18,7 @@ const index$2 = require("../../../../node_modules/@element-plus/icons-vue/dist/i
|
|
|
18
18
|
const common = require("../../packages/utils/common.js");
|
|
19
19
|
const index$5 = require("../../packages/form/aside/index.js");
|
|
20
20
|
const index$6 = require("../../packages/table/aside/index.js");
|
|
21
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
21
|
+
const ValueSelector = require("../../components/ValueSelector.vue.js");
|
|
22
22
|
;/* empty css */
|
|
23
23
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
24
24
|
const index = require("../../../../node_modules/element-plus/es/components/dialog/index.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.js");
|
|
|
16
16
|
require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js");
|
|
17
17
|
const Vue = require("vue");
|
|
18
18
|
const index = require("../../../../node_modules/@vueuse/core/dist/index.js");
|
|
19
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
19
|
+
const ValueSelector = require("../../components/ValueSelector.vue.js");
|
|
20
20
|
const index$1 = require("../../api/index.js");
|
|
21
21
|
const common = require("../utils/common.js");
|
|
22
22
|
const datasource = require("../utils/datasource.js");
|
|
@@ -32,7 +32,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js
|
|
|
32
32
|
;/* empty css */
|
|
33
33
|
;/* empty css */
|
|
34
34
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
35
|
-
;/* empty css
|
|
35
|
+
;/* empty css */
|
|
36
36
|
const index$8 = require("../../api/index.js");
|
|
37
37
|
;/* empty css */
|
|
38
38
|
;/* empty css */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue2.js");
|
|
4
4
|
const Vue = require("vue");
|
|
5
5
|
function useDialogDialog() {
|
|
6
6
|
const dialogDialogVisible = Vue.ref(false);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue2.js");
|
|
4
4
|
const Vue = require("vue");
|
|
5
5
|
function useDialogGlobalDialog() {
|
|
6
6
|
const dialogGlobalDialogVisible = Vue.ref(false);
|
|
@@ -6,7 +6,7 @@ require("../../../../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
const Vue = require("vue");
|
|
8
8
|
const RiskSchemeSelector = require("../../../../components/RiskSchemeSelector.vue2.js");
|
|
9
|
-
const ValueSelector = require("../../../../components/ValueSelector.
|
|
9
|
+
const ValueSelector = require("../../../../components/ValueSelector.vue.js");
|
|
10
10
|
const ParamsConfig = require("../../../../components/ParamsConfig.vue2.js");
|
|
11
11
|
const index = require("../../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
12
12
|
const index$1 = require("../../../../../../node_modules/element-plus/es/components/switch/index.js");
|
|
@@ -13,7 +13,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
13
13
|
const Vue = require("vue");
|
|
14
14
|
const common = require("../../utils/common.js");
|
|
15
15
|
const eventBus = require("../../utils/eventBus.js");
|
|
16
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
16
|
+
const ValueSelector = require("../../../components/ValueSelector.vue.js");
|
|
17
17
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
18
18
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
19
19
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/input/index.js");
|
|
@@ -19,7 +19,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
19
19
|
const Vue = require("vue");
|
|
20
20
|
const common = require("../../utils/common.js");
|
|
21
21
|
require("../../utils/eventBus.js");
|
|
22
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
22
|
+
const ValueSelector = require("../../../components/ValueSelector.vue.js");
|
|
23
23
|
const index = require("../../../api/index.js");
|
|
24
24
|
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
25
25
|
;/* empty css */
|
|
@@ -14,7 +14,7 @@ const Vue = require("vue");
|
|
|
14
14
|
const common = require("../../utils/common.js");
|
|
15
15
|
const TemplateSelector = require("../../../components/TemplateSelector.vue2.js");
|
|
16
16
|
const eventBus = require("../../utils/eventBus.js");
|
|
17
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
17
|
+
const ValueSelector = require("../../../components/ValueSelector.vue.js");
|
|
18
18
|
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
19
19
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
20
20
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
@@ -54,8 +54,8 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
|
|
|
54
54
|
require("../../../components/TemplateSelector.vue.js");
|
|
55
55
|
require("../../table/default.js");
|
|
56
56
|
;/* empty css */
|
|
57
|
-
;/* empty css
|
|
58
|
-
;/* empty css
|
|
57
|
+
;/* empty css */
|
|
58
|
+
;/* empty css */
|
|
59
59
|
require("../../../store/index.js");
|
|
60
60
|
;/* empty css */
|
|
61
61
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/es/index.js");
|
|
|
16
16
|
const Vue = require("vue");
|
|
17
17
|
const index$6 = require("../../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
18
18
|
const common = require("../utils/common.js");
|
|
19
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
19
|
+
const ValueSelector = require("../../components/ValueSelector.vue.js");
|
|
20
20
|
const index = require("../../api/index.js");
|
|
21
21
|
;/* empty css */
|
|
22
22
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
package/lib/designer.css
CHANGED
|
@@ -6272,15 +6272,15 @@ body,
|
|
|
6272
6272
|
align-items: center;
|
|
6273
6273
|
flex-wrap: nowrap;
|
|
6274
6274
|
}
|
|
6275
|
-
.fec-form[data-v-
|
|
6275
|
+
.fec-form[data-v-60aa225e] {
|
|
6276
6276
|
height: 100%;
|
|
6277
6277
|
}
|
|
6278
|
-
.fec-form.inMinApp[data-v-
|
|
6278
|
+
.fec-form.inMinApp[data-v-60aa225e] {
|
|
6279
6279
|
height: 0px;
|
|
6280
6280
|
flex: 1;
|
|
6281
6281
|
padding: 8px;
|
|
6282
6282
|
}
|
|
6283
|
-
.fec-form-col[data-v-
|
|
6283
|
+
.fec-form-col[data-v-60aa225e] {
|
|
6284
6284
|
padding: 0px !important;
|
|
6285
6285
|
display: flex !important;
|
|
6286
6286
|
flex-direction: column;
|
|
@@ -6289,22 +6289,22 @@ body,
|
|
|
6289
6289
|
overflow: hidden;
|
|
6290
6290
|
flex: auto !important;
|
|
6291
6291
|
}
|
|
6292
|
-
[data-v-
|
|
6292
|
+
[data-v-60aa225e] .vgl-layout {
|
|
6293
6293
|
position: relative;
|
|
6294
6294
|
}
|
|
6295
|
-
[data-v-
|
|
6295
|
+
[data-v-60aa225e] .vgl-item {
|
|
6296
6296
|
transition: none;
|
|
6297
6297
|
}
|
|
6298
|
-
[data-v-
|
|
6298
|
+
[data-v-60aa225e] .vgl-item > .el-form-item {
|
|
6299
6299
|
width: 100%;
|
|
6300
6300
|
padding: 6px 8px 0 8px;
|
|
6301
6301
|
height: calc(100% - 15px);
|
|
6302
6302
|
display: flex;
|
|
6303
6303
|
}
|
|
6304
|
-
[data-v-
|
|
6304
|
+
[data-v-60aa225e] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6305
6305
|
flex-direction: column;
|
|
6306
6306
|
}
|
|
6307
|
-
[data-v-
|
|
6307
|
+
[data-v-60aa225e] .vgl-item > .el-form-item .el-form-item__label {
|
|
6308
6308
|
line-height: 20px;
|
|
6309
6309
|
display: inline-flex;
|
|
6310
6310
|
align-items: center;
|
|
@@ -6318,107 +6318,107 @@ body,
|
|
|
6318
6318
|
flex-shrink: 0;
|
|
6319
6319
|
min-height: 45px;
|
|
6320
6320
|
}
|
|
6321
|
-
[data-v-
|
|
6321
|
+
[data-v-60aa225e] .vgl-item > .el-form-item {
|
|
6322
6322
|
/* .el-form-item__error {
|
|
6323
6323
|
padding-top: 10px;
|
|
6324
6324
|
} */
|
|
6325
6325
|
}
|
|
6326
|
-
[data-v-
|
|
6326
|
+
[data-v-60aa225e] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6327
6327
|
padding: 1px 12px;
|
|
6328
6328
|
}
|
|
6329
|
-
[data-v-
|
|
6329
|
+
[data-v-60aa225e] .vgl-item > .el-container {
|
|
6330
6330
|
height: auto !important;
|
|
6331
6331
|
}
|
|
6332
6332
|
@media (min-width: 1720px) {
|
|
6333
|
-
[data-v-
|
|
6333
|
+
[data-v-60aa225e] .vgl-item .el-form-item__label {
|
|
6334
6334
|
max-width: 160px !important;
|
|
6335
6335
|
}
|
|
6336
|
-
[data-v-
|
|
6336
|
+
[data-v-60aa225e] .vgl-item .el-form-item {
|
|
6337
6337
|
padding: 6px 8px 0 8px !important;
|
|
6338
6338
|
}
|
|
6339
|
-
[data-v-
|
|
6339
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-input__wrapper {
|
|
6340
6340
|
padding: 1px 12px;
|
|
6341
6341
|
}
|
|
6342
|
-
[data-v-
|
|
6342
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-select__wrapper {
|
|
6343
6343
|
padding: 8px 12px;
|
|
6344
6344
|
}
|
|
6345
|
-
.fec-el-form[data-v-
|
|
6345
|
+
.fec-el-form[data-v-60aa225e] {
|
|
6346
6346
|
padding: 12px !important;
|
|
6347
6347
|
}
|
|
6348
6348
|
}
|
|
6349
6349
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6350
6350
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6351
|
-
[data-v-
|
|
6351
|
+
[data-v-60aa225e] .vgl-item .el-form-item__label {
|
|
6352
6352
|
max-width: 130px !important;
|
|
6353
6353
|
padding-right: 6px !important;
|
|
6354
6354
|
}
|
|
6355
|
-
[data-v-
|
|
6355
|
+
[data-v-60aa225e] .vgl-item .el-form-item {
|
|
6356
6356
|
padding: 6px 0 0 0 !important;
|
|
6357
6357
|
}
|
|
6358
|
-
[data-v-
|
|
6358
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-input__wrapper {
|
|
6359
6359
|
padding: 1px 8px;
|
|
6360
6360
|
}
|
|
6361
|
-
[data-v-
|
|
6361
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-select__wrapper {
|
|
6362
6362
|
padding: 8px 8px;
|
|
6363
6363
|
}
|
|
6364
|
-
.fec-el-form[data-v-
|
|
6364
|
+
.fec-el-form[data-v-60aa225e] {
|
|
6365
6365
|
padding: 8px !important;
|
|
6366
6366
|
}
|
|
6367
6367
|
}
|
|
6368
6368
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6369
6369
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6370
|
-
[data-v-
|
|
6370
|
+
[data-v-60aa225e] .vgl-item .el-form-item__label {
|
|
6371
6371
|
max-width: 125px !important;
|
|
6372
6372
|
padding-right: 4px !important;
|
|
6373
6373
|
}
|
|
6374
|
-
[data-v-
|
|
6374
|
+
[data-v-60aa225e] .vgl-item .el-form-item {
|
|
6375
6375
|
padding: 0 !important;
|
|
6376
6376
|
}
|
|
6377
|
-
[data-v-
|
|
6377
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-input__wrapper {
|
|
6378
6378
|
padding: 1px 6px;
|
|
6379
6379
|
}
|
|
6380
|
-
[data-v-
|
|
6380
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-select__wrapper {
|
|
6381
6381
|
padding: 8px 6px;
|
|
6382
6382
|
}
|
|
6383
|
-
.fec-el-form[data-v-
|
|
6383
|
+
.fec-el-form[data-v-60aa225e] {
|
|
6384
6384
|
padding: 6px !important;
|
|
6385
6385
|
}
|
|
6386
6386
|
}
|
|
6387
6387
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6388
6388
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6389
|
-
[data-v-
|
|
6389
|
+
[data-v-60aa225e] .vgl-item .el-form-item__label {
|
|
6390
6390
|
max-width: 100px !important;
|
|
6391
6391
|
padding-right: 4px !important;
|
|
6392
6392
|
}
|
|
6393
|
-
[data-v-
|
|
6393
|
+
[data-v-60aa225e] .vgl-item .el-form-item {
|
|
6394
6394
|
padding: 0 !important;
|
|
6395
6395
|
}
|
|
6396
|
-
[data-v-
|
|
6396
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-input__wrapper {
|
|
6397
6397
|
padding: 1px 4px;
|
|
6398
6398
|
}
|
|
6399
|
-
[data-v-
|
|
6399
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-select__wrapper {
|
|
6400
6400
|
padding: 8px 4px;
|
|
6401
6401
|
}
|
|
6402
|
-
.fec-el-form[data-v-
|
|
6402
|
+
.fec-el-form[data-v-60aa225e] {
|
|
6403
6403
|
padding: 6px !important;
|
|
6404
6404
|
}
|
|
6405
6405
|
}
|
|
6406
6406
|
/* 超小屏 <768px */
|
|
6407
6407
|
@media (max-width: 767px) {
|
|
6408
|
-
[data-v-
|
|
6408
|
+
[data-v-60aa225e] .vgl-item .el-form-item__label {
|
|
6409
6409
|
max-width: 80px !important;
|
|
6410
6410
|
padding-right: 4px !important;
|
|
6411
6411
|
}
|
|
6412
|
-
[data-v-
|
|
6412
|
+
[data-v-60aa225e] .vgl-item .el-form-item {
|
|
6413
6413
|
padding: 0 !important;
|
|
6414
6414
|
}
|
|
6415
|
-
[data-v-
|
|
6415
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-input__wrapper {
|
|
6416
6416
|
padding: 1px 2px;
|
|
6417
6417
|
}
|
|
6418
|
-
[data-v-
|
|
6418
|
+
[data-v-60aa225e] .vgl-item .el-form-item .el-select__wrapper {
|
|
6419
6419
|
padding: 8px 2px;
|
|
6420
6420
|
}
|
|
6421
|
-
.fec-el-form[data-v-
|
|
6421
|
+
.fec-el-form[data-v-60aa225e] {
|
|
6422
6422
|
padding: 6px !important;
|
|
6423
6423
|
}
|
|
6424
6424
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -655,10 +655,13 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
655
655
|
const actions = ((_a = localConfig.value.pageFooterConfig) == null ? void 0 : _a.actions) || [];
|
|
656
656
|
const approvalAction = actions.find((item) => item.isApproval);
|
|
657
657
|
if (approvalAction) {
|
|
658
|
-
|
|
658
|
+
let action = { ...approvalAction };
|
|
659
|
+
if (!isSubmit) {
|
|
660
|
+
action.isApproval = false;
|
|
661
|
+
}
|
|
659
662
|
handleEvent.value(
|
|
660
663
|
formData.value,
|
|
661
|
-
|
|
664
|
+
action,
|
|
662
665
|
(_b = approvalAction.eventConfig) == null ? void 0 : _b.find((item) => item.name == "Click")
|
|
663
666
|
).then(() => {
|
|
664
667
|
resolve();
|
|
@@ -1277,5 +1280,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1277
1280
|
};
|
|
1278
1281
|
}
|
|
1279
1282
|
});
|
|
1280
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1283
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-60aa225e"]]);
|
|
1281
1284
|
exports.default = _Form;
|