@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
|
@@ -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");
|
|
@@ -317,7 +317,7 @@ const _sfc_main = {
|
|
|
317
317
|
return vue.openBlock(), vue.createBlock(_component_el_collapse, {
|
|
318
318
|
class: "setting",
|
|
319
319
|
modelValue: vue.unref(activeName),
|
|
320
|
-
"onUpdate:modelValue": _cache[
|
|
320
|
+
"onUpdate:modelValue": _cache[53] || (_cache[53] = ($event) => vue.isRef(activeName) ? activeName.value = $event : null)
|
|
321
321
|
}, {
|
|
322
322
|
default: vue.withCtx(() => [
|
|
323
323
|
vue.createVNode(_component_el_collapse_item, {
|
|
@@ -394,20 +394,11 @@ const _sfc_main = {
|
|
|
394
394
|
]),
|
|
395
395
|
_: 1
|
|
396
396
|
})),
|
|
397
|
-
vue.createVNode(_component_el_form_item, { label: "权限标识" }, {
|
|
398
|
-
default: vue.withCtx(() => [
|
|
399
|
-
vue.createVNode(_component_el_input, {
|
|
400
|
-
modelValue: vue.unref(currentItem).permission,
|
|
401
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(currentItem).permission = $event)
|
|
402
|
-
}, null, 8, ["modelValue"])
|
|
403
|
-
]),
|
|
404
|
-
_: 1
|
|
405
|
-
}),
|
|
406
397
|
vue.createVNode(_component_el_form_item, { label: "占位内容" }, {
|
|
407
398
|
default: vue.withCtx(() => [
|
|
408
399
|
vue.createVNode(_component_el_input, {
|
|
409
400
|
modelValue: vue.unref(currentItem).placeholder,
|
|
410
|
-
"onUpdate:modelValue": _cache[
|
|
401
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(currentItem).placeholder = $event)
|
|
411
402
|
}, null, 8, ["modelValue"])
|
|
412
403
|
]),
|
|
413
404
|
_: 1
|
|
@@ -416,12 +407,12 @@ const _sfc_main = {
|
|
|
416
407
|
default: vue.withCtx(() => [
|
|
417
408
|
vue.createVNode(_component_el_checkbox, {
|
|
418
409
|
modelValue: vue.unref(currentItem).credit,
|
|
419
|
-
"onUpdate:modelValue": _cache[
|
|
410
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.unref(currentItem).credit = $event),
|
|
420
411
|
label: "征信"
|
|
421
412
|
}, null, 8, ["modelValue"]),
|
|
422
413
|
vue.createVNode(_component_el_checkbox, {
|
|
423
414
|
modelValue: vue.unref(currentItem).regulation,
|
|
424
|
-
"onUpdate:modelValue": _cache[
|
|
415
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.unref(currentItem).regulation = $event),
|
|
425
416
|
label: "监管"
|
|
426
417
|
}, null, 8, ["modelValue"])
|
|
427
418
|
]),
|
|
@@ -431,24 +422,24 @@ const _sfc_main = {
|
|
|
431
422
|
default: vue.withCtx(() => [
|
|
432
423
|
vue.createVNode(_component_el_radio_group, {
|
|
433
424
|
modelValue: vue.unref(currentItem).labelMode,
|
|
434
|
-
"onUpdate:modelValue": _cache[
|
|
425
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(currentItem).labelMode = $event),
|
|
435
426
|
size: "small"
|
|
436
427
|
}, {
|
|
437
428
|
default: vue.withCtx(() => [
|
|
438
429
|
vue.createVNode(_component_el_radio_button, { value: "default" }, {
|
|
439
|
-
default: vue.withCtx(() => _cache[
|
|
430
|
+
default: vue.withCtx(() => _cache[54] || (_cache[54] = [
|
|
440
431
|
vue.createTextVNode("默认")
|
|
441
432
|
])),
|
|
442
433
|
_: 1
|
|
443
434
|
}),
|
|
444
435
|
vue.createVNode(_component_el_radio_button, { value: "label" }, {
|
|
445
|
-
default: vue.withCtx(() => _cache[
|
|
436
|
+
default: vue.withCtx(() => _cache[55] || (_cache[55] = [
|
|
446
437
|
vue.createTextVNode("标签")
|
|
447
438
|
])),
|
|
448
439
|
_: 1
|
|
449
440
|
}),
|
|
450
441
|
vue.createVNode(_component_el_radio_button, { value: "input" }, {
|
|
451
|
-
default: vue.withCtx(() => _cache[
|
|
442
|
+
default: vue.withCtx(() => _cache[56] || (_cache[56] = [
|
|
452
443
|
vue.createTextVNode("输入框")
|
|
453
444
|
])),
|
|
454
445
|
_: 1
|
|
@@ -463,24 +454,24 @@ const _sfc_main = {
|
|
|
463
454
|
default: vue.withCtx(() => [
|
|
464
455
|
vue.createVNode(_component_el_radio_group, {
|
|
465
456
|
modelValue: vue.unref(currentItem).displayMode,
|
|
466
|
-
"onUpdate:modelValue": _cache[
|
|
457
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(currentItem).displayMode = $event),
|
|
467
458
|
size: "small"
|
|
468
459
|
}, {
|
|
469
460
|
default: vue.withCtx(() => [
|
|
470
461
|
vue.createVNode(_component_el_radio_button, { value: "all" }, {
|
|
471
|
-
default: vue.withCtx(() => _cache[
|
|
462
|
+
default: vue.withCtx(() => _cache[57] || (_cache[57] = [
|
|
472
463
|
vue.createTextVNode("始终显示")
|
|
473
464
|
])),
|
|
474
465
|
_: 1
|
|
475
466
|
}),
|
|
476
467
|
vue.createVNode(_component_el_radio_button, { value: "edit" }, {
|
|
477
|
-
default: vue.withCtx(() => _cache[
|
|
468
|
+
default: vue.withCtx(() => _cache[58] || (_cache[58] = [
|
|
478
469
|
vue.createTextVNode("编辑时显示")
|
|
479
470
|
])),
|
|
480
471
|
_: 1
|
|
481
472
|
}),
|
|
482
473
|
vue.createVNode(_component_el_radio_button, { value: "query" }, {
|
|
483
|
-
default: vue.withCtx(() => _cache[
|
|
474
|
+
default: vue.withCtx(() => _cache[59] || (_cache[59] = [
|
|
484
475
|
vue.createTextVNode("查看时显示")
|
|
485
476
|
])),
|
|
486
477
|
_: 1
|
|
@@ -495,7 +486,7 @@ const _sfc_main = {
|
|
|
495
486
|
default: vue.withCtx(() => [
|
|
496
487
|
vue.createVNode(_component_el_checkbox, {
|
|
497
488
|
modelValue: vue.unref(currentItem).disabled,
|
|
498
|
-
"onUpdate:modelValue": _cache[
|
|
489
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(currentItem).disabled = $event),
|
|
499
490
|
label: "只读"
|
|
500
491
|
}, null, 8, ["modelValue"])
|
|
501
492
|
]),
|
|
@@ -505,7 +496,7 @@ const _sfc_main = {
|
|
|
505
496
|
default: vue.withCtx(() => [
|
|
506
497
|
vue.createVNode(_component_el_input, {
|
|
507
498
|
modelValue: vue.unref(currentItem).tooltip,
|
|
508
|
-
"onUpdate:modelValue": _cache[
|
|
499
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(currentItem).tooltip = $event),
|
|
509
500
|
rows: 2,
|
|
510
501
|
type: "textarea",
|
|
511
502
|
resize: "none"
|
|
@@ -517,7 +508,7 @@ const _sfc_main = {
|
|
|
517
508
|
default: vue.withCtx(() => [
|
|
518
509
|
vue.createVNode(DefaultValueEditor.default, {
|
|
519
510
|
modelValue: vue.unref(currentItem).defaultValue,
|
|
520
|
-
"onUpdate:modelValue": _cache[
|
|
511
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.unref(currentItem).defaultValue = $event),
|
|
521
512
|
config: vue.unref(currentItem)
|
|
522
513
|
}, null, 8, ["modelValue", "config"])
|
|
523
514
|
]),
|
|
@@ -529,7 +520,7 @@ const _sfc_main = {
|
|
|
529
520
|
vue.createVNode(_component_el_input_number, {
|
|
530
521
|
style: { "width": "100%" },
|
|
531
522
|
modelValue: vue.unref(currentItem).maxLength,
|
|
532
|
-
"onUpdate:modelValue": _cache[
|
|
523
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.unref(currentItem).maxLength = $event),
|
|
533
524
|
min: 0,
|
|
534
525
|
max: 1e4,
|
|
535
526
|
"controls-position": "right"
|
|
@@ -541,7 +532,7 @@ const _sfc_main = {
|
|
|
541
532
|
default: vue.withCtx(() => [
|
|
542
533
|
vue.createVNode(_component_el_checkbox, {
|
|
543
534
|
modelValue: vue.unref(currentItem).showWordCount,
|
|
544
|
-
"onUpdate:modelValue": _cache[
|
|
535
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.unref(currentItem).showWordCount = $event),
|
|
545
536
|
label: "显示字数统计"
|
|
546
537
|
}, null, 8, ["modelValue"])
|
|
547
538
|
]),
|
|
@@ -551,7 +542,7 @@ const _sfc_main = {
|
|
|
551
542
|
default: vue.withCtx(() => [
|
|
552
543
|
vue.createVNode(_component_el_input, {
|
|
553
544
|
modelValue: vue.unref(currentItem).dataMasking,
|
|
554
|
-
"onUpdate:modelValue": _cache[
|
|
545
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.unref(currentItem).dataMasking = $event)
|
|
555
546
|
}, null, 8, ["modelValue"])
|
|
556
547
|
]),
|
|
557
548
|
_: 1
|
|
@@ -559,30 +550,30 @@ const _sfc_main = {
|
|
|
559
550
|
], 64)) : vue.createCommentVNode("", true),
|
|
560
551
|
vue.unref(currentItem).fieldType === "text" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 3 }, [
|
|
561
552
|
vue.createVNode(_component_el_form_item, null, {
|
|
562
|
-
label: vue.withCtx(() => _cache[
|
|
553
|
+
label: vue.withCtx(() => _cache[60] || (_cache[60] = [
|
|
563
554
|
vue.createElementVNode("span", null, "尾部按钮", -1)
|
|
564
555
|
])),
|
|
565
556
|
default: vue.withCtx(() => [
|
|
566
557
|
vue.createVNode(_component_el_radio_group, {
|
|
567
558
|
modelValue: vue.unref(currentItem).suffixButton,
|
|
568
|
-
"onUpdate:modelValue": _cache[
|
|
559
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => vue.unref(currentItem).suffixButton = $event),
|
|
569
560
|
size: "small"
|
|
570
561
|
}, {
|
|
571
562
|
default: vue.withCtx(() => [
|
|
572
563
|
vue.createVNode(_component_el_radio_button, { value: "none" }, {
|
|
573
|
-
default: vue.withCtx(() => _cache[
|
|
564
|
+
default: vue.withCtx(() => _cache[61] || (_cache[61] = [
|
|
574
565
|
vue.createTextVNode("无")
|
|
575
566
|
])),
|
|
576
567
|
_: 1
|
|
577
568
|
}),
|
|
578
569
|
vue.createVNode(_component_el_radio_button, { value: "dialog" }, {
|
|
579
|
-
default: vue.withCtx(() => _cache[
|
|
570
|
+
default: vue.withCtx(() => _cache[62] || (_cache[62] = [
|
|
580
571
|
vue.createTextVNode("弹层选择")
|
|
581
572
|
])),
|
|
582
573
|
_: 1
|
|
583
574
|
}),
|
|
584
575
|
vue.createVNode(_component_el_radio_button, { value: "custom" }, {
|
|
585
|
-
default: vue.withCtx(() => _cache[
|
|
576
|
+
default: vue.withCtx(() => _cache[63] || (_cache[63] = [
|
|
586
577
|
vue.createTextVNode("自定义")
|
|
587
578
|
])),
|
|
588
579
|
_: 1
|
|
@@ -595,28 +586,28 @@ const _sfc_main = {
|
|
|
595
586
|
}),
|
|
596
587
|
vue.unref(currentItem).suffixButton == "dialog" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
597
588
|
vue.createElementVNode("div", _hoisted_2, [
|
|
598
|
-
_cache[
|
|
589
|
+
_cache[64] || (_cache[64] = vue.createElementVNode("span", { class: "field-label" }, "按钮名称", -1)),
|
|
599
590
|
vue.createVNode(_component_el_input, {
|
|
600
591
|
modelValue: vue.unref(currentItem).suffixDialogName,
|
|
601
|
-
"onUpdate:modelValue": _cache[
|
|
592
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => vue.unref(currentItem).suffixDialogName = $event)
|
|
602
593
|
}, null, 8, ["modelValue"])
|
|
603
594
|
]),
|
|
604
595
|
vue.createElementVNode("div", _hoisted_3, [
|
|
605
|
-
_cache[
|
|
596
|
+
_cache[67] || (_cache[67] = vue.createElementVNode("span", { class: "field-label" }, "弹层来源", -1)),
|
|
606
597
|
vue.createVNode(_component_el_radio_group, {
|
|
607
598
|
modelValue: vue.unref(currentItem).dialogSource,
|
|
608
|
-
"onUpdate:modelValue": _cache[
|
|
599
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => vue.unref(currentItem).dialogSource = $event),
|
|
609
600
|
size: "small"
|
|
610
601
|
}, {
|
|
611
602
|
default: vue.withCtx(() => [
|
|
612
603
|
vue.createVNode(_component_el_radio_button, { value: "global" }, {
|
|
613
|
-
default: vue.withCtx(() => _cache[
|
|
604
|
+
default: vue.withCtx(() => _cache[65] || (_cache[65] = [
|
|
614
605
|
vue.createTextVNode("全局")
|
|
615
606
|
])),
|
|
616
607
|
_: 1
|
|
617
608
|
}),
|
|
618
609
|
vue.createVNode(_component_el_radio_button, { value: "custom" }, {
|
|
619
|
-
default: vue.withCtx(() => _cache[
|
|
610
|
+
default: vue.withCtx(() => _cache[66] || (_cache[66] = [
|
|
620
611
|
vue.createTextVNode("自定义")
|
|
621
612
|
])),
|
|
622
613
|
_: 1
|
|
@@ -626,10 +617,10 @@ const _sfc_main = {
|
|
|
626
617
|
}, 8, ["modelValue"])
|
|
627
618
|
]),
|
|
628
619
|
vue.createElementVNode("div", _hoisted_4, [
|
|
629
|
-
_cache[
|
|
620
|
+
_cache[68] || (_cache[68] = vue.createElementVNode("span", { class: "field-label" }, "选择弹层", -1)),
|
|
630
621
|
vue.createVNode(_component_el_select, {
|
|
631
622
|
modelValue: vue.unref(currentItem).suffixDialogId,
|
|
632
|
-
"onUpdate:modelValue": _cache[
|
|
623
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => vue.unref(currentItem).suffixDialogId = $event),
|
|
633
624
|
placeholder: "请选择弹层",
|
|
634
625
|
filterable: "",
|
|
635
626
|
loading: vue.unref(dialogLoading),
|
|
@@ -650,27 +641,27 @@ const _sfc_main = {
|
|
|
650
641
|
]),
|
|
651
642
|
vue.unref(currentItem).dialogSource == "global" && vue.unref(currentItem).suffixDialogId ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
652
643
|
vue.createElementVNode("div", _hoisted_5, [
|
|
653
|
-
_cache[
|
|
644
|
+
_cache[72] || (_cache[72] = vue.createElementVNode("span", { class: "field-label" }, "选择模式", -1)),
|
|
654
645
|
vue.createVNode(_component_el_radio_group, {
|
|
655
646
|
modelValue: vue.unref(currentItem).selectionMode,
|
|
656
|
-
"onUpdate:modelValue": _cache[
|
|
647
|
+
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => vue.unref(currentItem).selectionMode = $event),
|
|
657
648
|
size: "small"
|
|
658
649
|
}, {
|
|
659
650
|
default: vue.withCtx(() => [
|
|
660
651
|
vue.createVNode(_component_el_radio_button, { value: "none" }, {
|
|
661
|
-
default: vue.withCtx(() => _cache[
|
|
652
|
+
default: vue.withCtx(() => _cache[69] || (_cache[69] = [
|
|
662
653
|
vue.createTextVNode("无")
|
|
663
654
|
])),
|
|
664
655
|
_: 1
|
|
665
656
|
}),
|
|
666
657
|
vue.createVNode(_component_el_radio_button, { value: "single" }, {
|
|
667
|
-
default: vue.withCtx(() => _cache[
|
|
658
|
+
default: vue.withCtx(() => _cache[70] || (_cache[70] = [
|
|
668
659
|
vue.createTextVNode("单选")
|
|
669
660
|
])),
|
|
670
661
|
_: 1
|
|
671
662
|
}),
|
|
672
663
|
vue.createVNode(_component_el_radio_button, { value: "multiple" }, {
|
|
673
|
-
default: vue.withCtx(() => _cache[
|
|
664
|
+
default: vue.withCtx(() => _cache[71] || (_cache[71] = [
|
|
674
665
|
vue.createTextVNode("多选")
|
|
675
666
|
])),
|
|
676
667
|
_: 1
|
|
@@ -681,24 +672,24 @@ const _sfc_main = {
|
|
|
681
672
|
]),
|
|
682
673
|
vue.unref(currentItem).selectionMode != "none" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
683
674
|
vue.createElementVNode("div", _hoisted_6, [
|
|
684
|
-
_cache[
|
|
675
|
+
_cache[73] || (_cache[73] = vue.createElementVNode("span", { class: "field-label" }, "反显格式", -1)),
|
|
685
676
|
vue.createVNode(vue.unref(FormulaEditorInput.default), {
|
|
686
677
|
title: "反显格式配置",
|
|
687
678
|
formulaConf: vue.unref(currentItem).displayFormat,
|
|
688
|
-
"onUpdate:formulaConf": _cache[
|
|
679
|
+
"onUpdate:formulaConf": _cache[21] || (_cache[21] = ($event) => vue.unref(currentItem).displayFormat = $event),
|
|
689
680
|
modelValue: vue.unref(currentItem).displayFormatText,
|
|
690
|
-
"onUpdate:modelValue": _cache[
|
|
681
|
+
"onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => vue.unref(currentItem).displayFormatText = $event),
|
|
691
682
|
fieldList: vue.unref(tableFields)
|
|
692
683
|
}, null, 8, ["formulaConf", "modelValue", "fieldList"])
|
|
693
684
|
]),
|
|
694
685
|
vue.createElementVNode("div", _hoisted_7, [
|
|
695
|
-
_cache[
|
|
686
|
+
_cache[74] || (_cache[74] = vue.createElementVNode("span", {
|
|
696
687
|
class: "field-label",
|
|
697
688
|
style: { "width": "100%", "text-align": "left" }
|
|
698
689
|
}, "选取后表单赋值", -1)),
|
|
699
690
|
vue.createVNode(FieldSetMapping.default, {
|
|
700
691
|
modelValue: vue.unref(currentItem).fieldMapping,
|
|
701
|
-
"onUpdate:modelValue": _cache[
|
|
692
|
+
"onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => vue.unref(currentItem).fieldMapping = $event),
|
|
702
693
|
fieldLabel: "赋值表单字段",
|
|
703
694
|
valueLabel: "列表字段",
|
|
704
695
|
valueOptions: vue.unref(tableFields),
|
|
@@ -708,7 +699,7 @@ const _sfc_main = {
|
|
|
708
699
|
])
|
|
709
700
|
], 64)) : vue.createCommentVNode("", true),
|
|
710
701
|
vue.createElementVNode("div", _hoisted_8, [
|
|
711
|
-
_cache[
|
|
702
|
+
_cache[75] || (_cache[75] = vue.createElementVNode("span", { class: "field-label" }, "回调事件", -1)),
|
|
712
703
|
vue.createVNode(OnlyFLowConfigButton.default, {
|
|
713
704
|
config: vue.unref(currentItem).callbackEventConfig,
|
|
714
705
|
onConfirm: handleOnlyFlowConfirm
|
|
@@ -717,14 +708,14 @@ const _sfc_main = {
|
|
|
717
708
|
], 64)) : vue.createCommentVNode("", true)
|
|
718
709
|
])) : vue.unref(currentItem).suffixButton == "custom" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9, [
|
|
719
710
|
vue.createElementVNode("div", _hoisted_10, [
|
|
720
|
-
_cache[
|
|
711
|
+
_cache[76] || (_cache[76] = vue.createElementVNode("span", { class: "field-label" }, "按钮名称", -1)),
|
|
721
712
|
vue.createVNode(_component_el_input, {
|
|
722
713
|
modelValue: vue.unref(currentItem).suffixButtonName,
|
|
723
|
-
"onUpdate:modelValue": _cache[
|
|
714
|
+
"onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => vue.unref(currentItem).suffixButtonName = $event)
|
|
724
715
|
}, null, 8, ["modelValue"])
|
|
725
716
|
]),
|
|
726
717
|
vue.createElementVNode("div", _hoisted_11, [
|
|
727
|
-
_cache[
|
|
718
|
+
_cache[77] || (_cache[77] = vue.createElementVNode("span", { class: "field-label" }, "按钮事件", -1)),
|
|
728
719
|
vue.createVNode(EventConfigButton.default, {
|
|
729
720
|
config: vue.unref(currentItem).suffixButtonConfig,
|
|
730
721
|
onConfirm: handleSuffixButtonConfirm
|
|
@@ -737,7 +728,7 @@ const _sfc_main = {
|
|
|
737
728
|
default: vue.withCtx(() => [
|
|
738
729
|
vue.createVNode(_component_el_select, {
|
|
739
730
|
modelValue: vue.unref(currentItem).format,
|
|
740
|
-
"onUpdate:modelValue": _cache[
|
|
731
|
+
"onUpdate:modelValue": _cache[25] || (_cache[25] = ($event) => vue.unref(currentItem).format = $event),
|
|
741
732
|
onChange: handleFormatChange
|
|
742
733
|
}, {
|
|
743
734
|
default: vue.withCtx(() => [
|
|
@@ -779,14 +770,14 @@ const _sfc_main = {
|
|
|
779
770
|
default: vue.withCtx(() => [
|
|
780
771
|
vue.createVNode(_component_el_checkbox, {
|
|
781
772
|
modelValue: vue.unref(currentItem).hasDecimalPlaces,
|
|
782
|
-
"onUpdate:modelValue": _cache[
|
|
773
|
+
"onUpdate:modelValue": _cache[26] || (_cache[26] = ($event) => vue.unref(currentItem).hasDecimalPlaces = $event),
|
|
783
774
|
label: "保留小数位数"
|
|
784
775
|
}, null, 8, ["modelValue"]),
|
|
785
776
|
vue.unref(currentItem).hasDecimalPlaces ? (vue.openBlock(), vue.createBlock(_component_el_input_number, {
|
|
786
777
|
key: 0,
|
|
787
778
|
style: { "margin-left": "10px", "width": "80px" },
|
|
788
779
|
modelValue: vue.unref(currentItem).decimalPlaces,
|
|
789
|
-
"onUpdate:modelValue": _cache[
|
|
780
|
+
"onUpdate:modelValue": _cache[27] || (_cache[27] = ($event) => vue.unref(currentItem).decimalPlaces = $event),
|
|
790
781
|
min: 0,
|
|
791
782
|
max: 10,
|
|
792
783
|
"controls-position": "right",
|
|
@@ -804,17 +795,17 @@ const _sfc_main = {
|
|
|
804
795
|
vue.createVNode(_component_el_input_number, {
|
|
805
796
|
style: { "width": "100%" },
|
|
806
797
|
modelValue: vue.unref(currentItem).minValue,
|
|
807
|
-
"onUpdate:modelValue": _cache[
|
|
798
|
+
"onUpdate:modelValue": _cache[28] || (_cache[28] = ($event) => vue.unref(currentItem).minValue = $event),
|
|
808
799
|
min: 0,
|
|
809
800
|
max: 999999,
|
|
810
801
|
"controls-position": "right",
|
|
811
802
|
placeholder: "最小值"
|
|
812
803
|
}, null, 8, ["modelValue"]),
|
|
813
|
-
_cache[
|
|
804
|
+
_cache[78] || (_cache[78] = vue.createElementVNode("span", { style: { "color": "#909399", "font-size": "14px" } }, "-", -1)),
|
|
814
805
|
vue.createVNode(_component_el_input_number, {
|
|
815
806
|
style: { "width": "100%" },
|
|
816
807
|
modelValue: vue.unref(currentItem).maxValue,
|
|
817
|
-
"onUpdate:modelValue": _cache[
|
|
808
|
+
"onUpdate:modelValue": _cache[29] || (_cache[29] = ($event) => vue.unref(currentItem).maxValue = $event),
|
|
818
809
|
min: 0,
|
|
819
810
|
max: 999999,
|
|
820
811
|
"controls-position": "right",
|
|
@@ -830,7 +821,7 @@ const _sfc_main = {
|
|
|
830
821
|
default: vue.withCtx(() => [
|
|
831
822
|
vue.createVNode(_component_el_input, {
|
|
832
823
|
modelValue: vue.unref(currentItem).prefix,
|
|
833
|
-
"onUpdate:modelValue": _cache[
|
|
824
|
+
"onUpdate:modelValue": _cache[30] || (_cache[30] = ($event) => vue.unref(currentItem).prefix = $event)
|
|
834
825
|
}, null, 8, ["modelValue"])
|
|
835
826
|
]),
|
|
836
827
|
_: 1
|
|
@@ -839,7 +830,7 @@ const _sfc_main = {
|
|
|
839
830
|
default: vue.withCtx(() => [
|
|
840
831
|
vue.createVNode(_component_el_input, {
|
|
841
832
|
modelValue: vue.unref(currentItem).suffix,
|
|
842
|
-
"onUpdate:modelValue": _cache[
|
|
833
|
+
"onUpdate:modelValue": _cache[31] || (_cache[31] = ($event) => vue.unref(currentItem).suffix = $event)
|
|
843
834
|
}, null, 8, ["modelValue"])
|
|
844
835
|
]),
|
|
845
836
|
_: 1
|
|
@@ -848,48 +839,48 @@ const _sfc_main = {
|
|
|
848
839
|
vue.unref(currentItem).fieldType === "select" || vue.unref(currentItem).fieldType === "multipleSelection" || vue.unref(currentItem).fieldType === "radio" || vue.unref(currentItem).fieldType === "checkbox" ? (vue.openBlock(), vue.createBlock(OptionConfig.default, {
|
|
849
840
|
key: 6,
|
|
850
841
|
modelValue: vue.unref(currentItem).optionConfig,
|
|
851
|
-
"onUpdate:modelValue": _cache[
|
|
842
|
+
"onUpdate:modelValue": _cache[32] || (_cache[32] = ($event) => vue.unref(currentItem).optionConfig = $event)
|
|
852
843
|
}, null, 8, ["modelValue"])) : vue.createCommentVNode("", true),
|
|
853
844
|
vue.unref(currentItem).fieldType === "cascader" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 7 }, [
|
|
854
845
|
vue.createVNode(_component_el_form_item, { label: "数据源" }, {
|
|
855
846
|
default: vue.withCtx(() => [
|
|
856
847
|
vue.createVNode(DataSourceSelect.default, {
|
|
857
848
|
modelValue: vue.unref(currentItem).optionConfig.dataSourceValue,
|
|
858
|
-
"onUpdate:modelValue": _cache[
|
|
849
|
+
"onUpdate:modelValue": _cache[33] || (_cache[33] = ($event) => vue.unref(currentItem).optionConfig.dataSourceValue = $event)
|
|
859
850
|
}, null, 8, ["modelValue"])
|
|
860
851
|
]),
|
|
861
852
|
_: 1
|
|
862
853
|
}),
|
|
863
854
|
vue.createElementVNode("div", _hoisted_13, [
|
|
864
855
|
vue.createElementVNode("div", _hoisted_14, [
|
|
865
|
-
_cache[
|
|
856
|
+
_cache[79] || (_cache[79] = vue.createElementVNode("span", { class: "field-label" }, "显示字段", -1)),
|
|
866
857
|
vue.createVNode(_component_el_input, {
|
|
867
858
|
modelValue: vue.unref(currentItem).optionConfig.displayField,
|
|
868
|
-
"onUpdate:modelValue": _cache[
|
|
859
|
+
"onUpdate:modelValue": _cache[34] || (_cache[34] = ($event) => vue.unref(currentItem).optionConfig.displayField = $event),
|
|
869
860
|
placeholder: "如:optName"
|
|
870
861
|
}, null, 8, ["modelValue"])
|
|
871
862
|
]),
|
|
872
863
|
vue.createElementVNode("div", _hoisted_15, [
|
|
873
|
-
_cache[
|
|
864
|
+
_cache[80] || (_cache[80] = vue.createElementVNode("span", { class: "field-label" }, "值字段", -1)),
|
|
874
865
|
vue.createVNode(_component_el_input, {
|
|
875
866
|
modelValue: vue.unref(currentItem).optionConfig.valueField,
|
|
876
|
-
"onUpdate:modelValue": _cache[
|
|
867
|
+
"onUpdate:modelValue": _cache[35] || (_cache[35] = ($event) => vue.unref(currentItem).optionConfig.valueField = $event),
|
|
877
868
|
placeholder: "如:optCode"
|
|
878
869
|
}, null, 8, ["modelValue"])
|
|
879
870
|
]),
|
|
880
871
|
vue.createElementVNode("div", _hoisted_16, [
|
|
881
|
-
_cache[
|
|
872
|
+
_cache[81] || (_cache[81] = vue.createElementVNode("span", { class: "field-label" }, "主键字段", -1)),
|
|
882
873
|
vue.createVNode(_component_el_input, {
|
|
883
874
|
modelValue: vue.unref(currentItem).optionConfig.idField,
|
|
884
|
-
"onUpdate:modelValue": _cache[
|
|
875
|
+
"onUpdate:modelValue": _cache[36] || (_cache[36] = ($event) => vue.unref(currentItem).optionConfig.idField = $event),
|
|
885
876
|
placeholder: "如:id"
|
|
886
877
|
}, null, 8, ["modelValue"])
|
|
887
878
|
]),
|
|
888
879
|
vue.createElementVNode("div", _hoisted_17, [
|
|
889
|
-
_cache[
|
|
880
|
+
_cache[82] || (_cache[82] = vue.createElementVNode("span", { class: "field-label" }, "父主键字段", -1)),
|
|
890
881
|
vue.createVNode(_component_el_input, {
|
|
891
882
|
modelValue: vue.unref(currentItem).optionConfig.pidField,
|
|
892
|
-
"onUpdate:modelValue": _cache[
|
|
883
|
+
"onUpdate:modelValue": _cache[37] || (_cache[37] = ($event) => vue.unref(currentItem).optionConfig.pidField = $event),
|
|
893
884
|
placeholder: "如:pid"
|
|
894
885
|
}, null, 8, ["modelValue"])
|
|
895
886
|
])
|
|
@@ -900,7 +891,7 @@ const _sfc_main = {
|
|
|
900
891
|
default: vue.withCtx(() => [
|
|
901
892
|
vue.createVNode(_component_el_switch, {
|
|
902
893
|
modelValue: vue.unref(currentItem).multiple,
|
|
903
|
-
"onUpdate:modelValue": _cache[
|
|
894
|
+
"onUpdate:modelValue": _cache[38] || (_cache[38] = ($event) => vue.unref(currentItem).multiple = $event)
|
|
904
895
|
}, null, 8, ["modelValue"])
|
|
905
896
|
]),
|
|
906
897
|
_: 1
|
|
@@ -909,7 +900,7 @@ const _sfc_main = {
|
|
|
909
900
|
default: vue.withCtx(() => [
|
|
910
901
|
vue.createVNode(_component_el_switch, {
|
|
911
902
|
modelValue: vue.unref(currentItem).showFullPath,
|
|
912
|
-
"onUpdate:modelValue": _cache[
|
|
903
|
+
"onUpdate:modelValue": _cache[39] || (_cache[39] = ($event) => vue.unref(currentItem).showFullPath = $event)
|
|
913
904
|
}, null, 8, ["modelValue"])
|
|
914
905
|
]),
|
|
915
906
|
_: 1
|
|
@@ -918,7 +909,7 @@ const _sfc_main = {
|
|
|
918
909
|
default: vue.withCtx(() => [
|
|
919
910
|
vue.createVNode(_component_el_switch, {
|
|
920
911
|
modelValue: vue.unref(currentItem).checkStrictly,
|
|
921
|
-
"onUpdate:modelValue": _cache[
|
|
912
|
+
"onUpdate:modelValue": _cache[40] || (_cache[40] = ($event) => vue.unref(currentItem).checkStrictly = $event)
|
|
922
913
|
}, null, 8, ["modelValue"])
|
|
923
914
|
]),
|
|
924
915
|
_: 1
|
|
@@ -927,7 +918,7 @@ const _sfc_main = {
|
|
|
927
918
|
default: vue.withCtx(() => [
|
|
928
919
|
vue.createVNode(_component_el_input_number, {
|
|
929
920
|
modelValue: vue.unref(currentItem).maxLevel,
|
|
930
|
-
"onUpdate:modelValue": _cache[
|
|
921
|
+
"onUpdate:modelValue": _cache[41] || (_cache[41] = ($event) => vue.unref(currentItem).maxLevel = $event),
|
|
931
922
|
min: 1,
|
|
932
923
|
style: { "width": "100%" }
|
|
933
924
|
}, null, 8, ["modelValue"])
|
|
@@ -942,7 +933,7 @@ const _sfc_main = {
|
|
|
942
933
|
default: vue.withCtx(() => [
|
|
943
934
|
vue.createVNode(_component_el_select, {
|
|
944
935
|
modelValue: vue.unref(currentItem).optionStyle,
|
|
945
|
-
"onUpdate:modelValue": _cache[
|
|
936
|
+
"onUpdate:modelValue": _cache[42] || (_cache[42] = ($event) => vue.unref(currentItem).optionStyle = $event)
|
|
946
937
|
}, {
|
|
947
938
|
default: vue.withCtx(() => [
|
|
948
939
|
vue.createVNode(_component_el_option, {
|
|
@@ -960,7 +951,7 @@ const _sfc_main = {
|
|
|
960
951
|
default: vue.withCtx(() => [
|
|
961
952
|
vue.createVNode(_component_el_select, {
|
|
962
953
|
modelValue: vue.unref(currentItem).dateType,
|
|
963
|
-
"onUpdate:modelValue": _cache[
|
|
954
|
+
"onUpdate:modelValue": _cache[43] || (_cache[43] = ($event) => vue.unref(currentItem).dateType = $event)
|
|
964
955
|
}, {
|
|
965
956
|
default: vue.withCtx(() => [
|
|
966
957
|
vue.createVNode(_component_el_option, {
|
|
@@ -993,7 +984,7 @@ const _sfc_main = {
|
|
|
993
984
|
default: vue.withCtx(() => [
|
|
994
985
|
vue.createVNode(_component_el_select, {
|
|
995
986
|
modelValue: vue.unref(currentItem).dateValueType,
|
|
996
|
-
"onUpdate:modelValue": _cache[
|
|
987
|
+
"onUpdate:modelValue": _cache[44] || (_cache[44] = ($event) => vue.unref(currentItem).dateValueType = $event)
|
|
997
988
|
}, {
|
|
998
989
|
default: vue.withCtx(() => [
|
|
999
990
|
vue.createVNode(_component_el_option, {
|
|
@@ -1020,7 +1011,7 @@ const _sfc_main = {
|
|
|
1020
1011
|
default: vue.withCtx(() => [
|
|
1021
1012
|
vue.createVNode(_component_el_input, {
|
|
1022
1013
|
modelValue: vue.unref(currentItem).dialogConfig.dialogTitle,
|
|
1023
|
-
"onUpdate:modelValue": _cache[
|
|
1014
|
+
"onUpdate:modelValue": _cache[45] || (_cache[45] = ($event) => vue.unref(currentItem).dialogConfig.dialogTitle = $event)
|
|
1024
1015
|
}, null, 8, ["modelValue"])
|
|
1025
1016
|
]),
|
|
1026
1017
|
_: 1
|
|
@@ -1029,7 +1020,7 @@ const _sfc_main = {
|
|
|
1029
1020
|
default: vue.withCtx(() => [
|
|
1030
1021
|
vue.createVNode(_component_ParamsConfig, {
|
|
1031
1022
|
modelValue: vue.unref(currentItem).dialogConfig.dialogParams,
|
|
1032
|
-
"onUpdate:modelValue": _cache[
|
|
1023
|
+
"onUpdate:modelValue": _cache[46] || (_cache[46] = ($event) => vue.unref(currentItem).dialogConfig.dialogParams = $event)
|
|
1033
1024
|
}, null, 8, ["modelValue"])
|
|
1034
1025
|
]),
|
|
1035
1026
|
_: 1
|
|
@@ -1041,17 +1032,17 @@ const _sfc_main = {
|
|
|
1041
1032
|
default: vue.withCtx(() => [
|
|
1042
1033
|
vue.createVNode(_component_el_radio_group, {
|
|
1043
1034
|
modelValue: vue.unref(currentItem).dialogConfig.selectionMode,
|
|
1044
|
-
"onUpdate:modelValue": _cache[
|
|
1035
|
+
"onUpdate:modelValue": _cache[47] || (_cache[47] = ($event) => vue.unref(currentItem).dialogConfig.selectionMode = $event)
|
|
1045
1036
|
}, {
|
|
1046
1037
|
default: vue.withCtx(() => [
|
|
1047
1038
|
vue.createVNode(_component_el_radio_button, { value: "single" }, {
|
|
1048
|
-
default: vue.withCtx(() => _cache[
|
|
1039
|
+
default: vue.withCtx(() => _cache[83] || (_cache[83] = [
|
|
1049
1040
|
vue.createTextVNode("单选")
|
|
1050
1041
|
])),
|
|
1051
1042
|
_: 1
|
|
1052
1043
|
}),
|
|
1053
1044
|
vue.createVNode(_component_el_radio_button, { value: "multiple" }, {
|
|
1054
|
-
default: vue.withCtx(() => _cache[
|
|
1045
|
+
default: vue.withCtx(() => _cache[84] || (_cache[84] = [
|
|
1055
1046
|
vue.createTextVNode("多选")
|
|
1056
1047
|
])),
|
|
1057
1048
|
_: 1
|
|
@@ -1080,12 +1071,12 @@ const _sfc_main = {
|
|
|
1080
1071
|
vue.createElementVNode("div", _hoisted_18, [
|
|
1081
1072
|
vue.createVNode(_component_el_switch, {
|
|
1082
1073
|
modelValue: vue.unref(currentItem).required,
|
|
1083
|
-
"onUpdate:modelValue": _cache[
|
|
1074
|
+
"onUpdate:modelValue": _cache[48] || (_cache[48] = ($event) => vue.unref(currentItem).required = $event)
|
|
1084
1075
|
}, null, 8, ["modelValue"]),
|
|
1085
1076
|
vue.unref(currentItem).required ? (vue.openBlock(), vue.createBlock(_component_el_input, {
|
|
1086
1077
|
key: 0,
|
|
1087
1078
|
modelValue: vue.unref(currentItem).requiredMessage,
|
|
1088
|
-
"onUpdate:modelValue": _cache[
|
|
1079
|
+
"onUpdate:modelValue": _cache[49] || (_cache[49] = ($event) => vue.unref(currentItem).requiredMessage = $event),
|
|
1089
1080
|
placeholder: "请输入提示信息",
|
|
1090
1081
|
style: { "flex": "1" }
|
|
1091
1082
|
}, null, 8, ["modelValue"])) : vue.createCommentVNode("", true)
|
|
@@ -1100,7 +1091,7 @@ const _sfc_main = {
|
|
|
1100
1091
|
default: vue.withCtx(() => [
|
|
1101
1092
|
vue.createVNode(_component_el_select, {
|
|
1102
1093
|
modelValue: vue.unref(currentItem).validationType,
|
|
1103
|
-
"onUpdate:modelValue": _cache[
|
|
1094
|
+
"onUpdate:modelValue": _cache[50] || (_cache[50] = ($event) => vue.unref(currentItem).validationType = $event),
|
|
1104
1095
|
placeholder: "选择校验规则",
|
|
1105
1096
|
onChange: handleValidationChange,
|
|
1106
1097
|
style: { "margin-bottom": "12px" }
|
|
@@ -1166,13 +1157,13 @@ const _sfc_main = {
|
|
|
1166
1157
|
vue.unref(currentItem).validationType === "custom" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_20, [
|
|
1167
1158
|
vue.createVNode(DataSourceSelect.default, {
|
|
1168
1159
|
modelValue: vue.unref(currentItem).validationDataSource,
|
|
1169
|
-
"onUpdate:modelValue": _cache[
|
|
1160
|
+
"onUpdate:modelValue": _cache[51] || (_cache[51] = ($event) => vue.unref(currentItem).validationDataSource = $event)
|
|
1170
1161
|
}, null, 8, ["modelValue"])
|
|
1171
1162
|
])) : vue.createCommentVNode("", true),
|
|
1172
1163
|
vue.unref(currentItem).validationType !== "none" ? (vue.openBlock(), vue.createBlock(_component_el_input, {
|
|
1173
1164
|
key: 2,
|
|
1174
1165
|
modelValue: vue.unref(currentItem).validationMessage,
|
|
1175
|
-
"onUpdate:modelValue": _cache[
|
|
1166
|
+
"onUpdate:modelValue": _cache[52] || (_cache[52] = ($event) => vue.unref(currentItem).validationMessage = $event),
|
|
1176
1167
|
placeholder: getValidationPlaceholder(),
|
|
1177
1168
|
style: { "margin-bottom": "12px" }
|
|
1178
1169
|
}, null, 8, ["modelValue", "placeholder"])) : vue.createCommentVNode("", true)
|
|
@@ -1191,5 +1182,5 @@ const _sfc_main = {
|
|
|
1191
1182
|
};
|
|
1192
1183
|
}
|
|
1193
1184
|
};
|
|
1194
|
-
const widgets = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1185
|
+
const widgets = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-b26b8fa8"]]);
|
|
1195
1186
|
exports.default = widgets;
|