eoss-ui 0.4.85 → 0.4.87

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.
Files changed (51) hide show
  1. package/lib/button-group.js +4 -0
  2. package/lib/button.js +4 -0
  3. package/lib/checkbox-group.js +4 -0
  4. package/lib/data-table-form.js +4 -0
  5. package/lib/data-table.js +73 -33
  6. package/lib/date-picker.js +4 -0
  7. package/lib/dialog.js +4 -0
  8. package/lib/eoss-ui.common.js +1744 -1582
  9. package/lib/flow-group.js +4 -0
  10. package/lib/flow-list.js +4 -0
  11. package/lib/flow.js +7 -3
  12. package/lib/form.js +10 -22
  13. package/lib/handle-user.js +4 -0
  14. package/lib/handler.js +4 -0
  15. package/lib/index.js +1 -1
  16. package/lib/input-number.js +4 -0
  17. package/lib/input.js +4 -0
  18. package/lib/login.js +4 -0
  19. package/lib/main.js +4 -0
  20. package/lib/nav.js +9 -6
  21. package/lib/page.js +4 -0
  22. package/lib/player.js +4 -0
  23. package/lib/qr-code.js +4 -0
  24. package/lib/radio-group.js +4 -0
  25. package/lib/retrial-auth.js +4 -0
  26. package/lib/select-ganged.js +4 -0
  27. package/lib/select.js +4 -0
  28. package/lib/selector-panel.js +4 -0
  29. package/lib/selector.js +4 -0
  30. package/lib/sizer.js +4 -0
  31. package/lib/steps.js +4 -0
  32. package/lib/switch.js +4 -0
  33. package/lib/table-form.js +10 -6
  34. package/lib/tabs.js +1569 -1435
  35. package/lib/tips.js +4 -0
  36. package/lib/tree-group.js +4 -0
  37. package/lib/tree.js +4 -0
  38. package/lib/upload.js +76 -28
  39. package/lib/utils/util.js +4 -0
  40. package/lib/wujie.js +4 -0
  41. package/lib/wxlogin.js +4 -0
  42. package/package.json +2 -2
  43. package/packages/data-table/src/main.vue +74 -40
  44. package/packages/flow/src/main.vue +1 -1
  45. package/packages/form/src/main.vue +4 -18
  46. package/packages/form/src/table.vue +1 -1
  47. package/packages/nav/src/main.vue +3 -4
  48. package/packages/tabs/src/main.vue +479 -474
  49. package/packages/upload/src/main.vue +44 -30
  50. package/src/index.js +1 -1
  51. package/src/utils/util.js +4 -0
package/lib/tabs.js CHANGED
@@ -452,6 +452,10 @@ var ajax = function ajax(_ref) {
452
452
  if (!header['content-type']) {
453
453
  header['content-type'] = 'application/x-www-form-urlencoded;charset=UTF-8';
454
454
  }
455
+ } else {
456
+ if (!header['content-type']) {
457
+ header['content-type'] = 'application/json;charset=UTF-8';
458
+ }
455
459
  }
456
460
  return http({
457
461
  method: method,
@@ -3408,7 +3412,7 @@ module.exports = require("eoss-element");
3408
3412
  // ESM COMPAT FLAG
3409
3413
  __webpack_require__.r(__webpack_exports__);
3410
3414
 
3411
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tabs/src/main.vue?vue&type=template&id=69164e0e&
3415
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tabs/src/main.vue?vue&type=template&id=6c10896a&
3412
3416
  var render = function () {
3413
3417
  var _vm = this
3414
3418
  var _h = _vm.$createElement
@@ -3451,256 +3455,627 @@ var render = function () {
3451
3455
  immediate: items.immediate,
3452
3456
  name: items.name || String(indexs),
3453
3457
  },
3454
- },
3455
- [
3456
- items.title
3457
- ? _c("template", { slot: "label" }, [
3458
- _c(
3459
- "span",
3460
- [
3461
- typeof items.title === "object"
3462
- ? [
3463
- items.title.icon
3464
- ? _c("i", { class: items.title.icon })
3465
- : _vm._e(),
3466
- Object.prototype.hasOwnProperty.call(
3467
- items.title,
3468
- "count"
3469
- )
3470
- ? _c("el-badge", {
3471
- attrs: {
3472
- type: "primary",
3473
- value: items.title.count,
3474
- max: 99,
3475
- },
3476
- })
3477
- : _vm._e(),
3478
- _vm._v(
3479
- "\n " +
3480
- _vm._s(items.title.text) +
3481
- "\n "
3482
- ),
3483
- ]
3484
- : [_vm._v(_vm._s(items.title))],
3485
- ],
3486
- 2
3487
- ),
3488
- ])
3489
- : _vm._e(),
3490
- _c(
3491
- "es-tabs-panel",
3492
- _vm._b(
3493
- {
3494
- attrs: { show: _vm.activeName === String(indexs) },
3495
- scopedSlots: _vm._u([
3496
- {
3497
- key: "default",
3498
- fn: function (ref) {
3499
- var contents = ref.contents
3500
- var average = ref.average
3501
- var data = ref.data
3502
- var title = ref.title
3503
- var show = ref.show
3504
- var isShow = ref.isShow
3505
- return [
3506
- Array.isArray(contents)
3507
- ? [
3508
- _vm._l(contents, function (item, index) {
3509
- return [
3510
- average
3511
- ? _c(
3512
- "div",
3513
- {
3514
- key: index,
3515
- staticClass:
3516
- "es-tab-pane-list",
3517
- },
3518
- [
3519
- _c(
3520
- "div",
3521
- {
3522
- staticClass:
3523
- "es-tab-pane-main",
3524
- },
3525
- [
3526
- item.htmlType
3527
- ? [
3528
- item.htmlType ===
3529
- "h1"
3530
- ? [
3531
- item.html
3532
- ? _c("h1", {
3533
- style:
3534
- item.style,
3535
- domProps:
3536
- {
3537
- innerHTML:
3538
- _vm._s(
3539
- item.html
3458
+ scopedSlots: _vm._u([
3459
+ {
3460
+ key: "default",
3461
+ fn: function (ref) {
3462
+ var loaded = ref.loaded
3463
+ return [
3464
+ _c(
3465
+ "es-tabs-panel",
3466
+ _vm._b(
3467
+ {
3468
+ attrs: { show: loaded },
3469
+ scopedSlots: _vm._u([
3470
+ {
3471
+ key: "default",
3472
+ fn: function (ref) {
3473
+ var contents = ref.contents
3474
+ var average = ref.average
3475
+ var data = ref.data
3476
+ var title = ref.title
3477
+ var show = ref.show
3478
+ var isShow = ref.isShow
3479
+ return [
3480
+ Array.isArray(contents)
3481
+ ? [
3482
+ _vm._l(
3483
+ contents,
3484
+ function (item, index) {
3485
+ return [
3486
+ average
3487
+ ? _c(
3488
+ "div",
3489
+ {
3490
+ key: index,
3491
+ staticClass:
3492
+ "es-tab-pane-list",
3493
+ },
3494
+ [
3495
+ _c(
3496
+ "div",
3497
+ {
3498
+ staticClass:
3499
+ "es-tab-pane-main",
3500
+ },
3501
+ [
3502
+ item.htmlType
3503
+ ? [
3504
+ item.htmlType ===
3505
+ "h1"
3506
+ ? [
3507
+ item.html
3508
+ ? _c(
3509
+ "h1",
3510
+ {
3511
+ style:
3512
+ item.style,
3513
+ domProps:
3514
+ {
3515
+ innerHTML:
3516
+ _vm._s(
3517
+ item.html
3518
+ ),
3519
+ },
3520
+ }
3521
+ )
3522
+ : _c(
3523
+ "h1",
3524
+ {
3525
+ style:
3526
+ item.style,
3527
+ },
3528
+ [
3529
+ _vm._v(
3530
+ "\n " +
3531
+ _vm._s(
3532
+ item.text
3533
+ ) +
3534
+ "\n "
3535
+ ),
3536
+ ]
3537
+ ),
3538
+ ]
3539
+ : _vm._e(),
3540
+ item.htmlType ===
3541
+ "h2"
3542
+ ? [
3543
+ item.html
3544
+ ? _c(
3545
+ "h2",
3546
+ {
3547
+ style:
3548
+ item.style,
3549
+ domProps:
3550
+ {
3551
+ innerHTML:
3552
+ _vm._s(
3553
+ item.html
3554
+ ),
3555
+ },
3556
+ }
3557
+ )
3558
+ : _c(
3559
+ "h2",
3560
+ {
3561
+ style:
3562
+ item.style,
3563
+ },
3564
+ [
3565
+ _vm._v(
3566
+ "\n " +
3567
+ _vm._s(
3568
+ item.text
3569
+ ) +
3570
+ "\n "
3571
+ ),
3572
+ ]
3573
+ ),
3574
+ ]
3575
+ : _vm._e(),
3576
+ item.htmlType ===
3577
+ "ul"
3578
+ ? _c(
3579
+ "ul",
3580
+ {
3581
+ style:
3582
+ item.style,
3583
+ },
3584
+ [
3585
+ _vm._l(
3586
+ data,
3587
+ function (
3588
+ liItem,
3589
+ liIndex
3590
+ ) {
3591
+ return [
3592
+ _vm
3593
+ .liitems
3594
+ .html
3595
+ ? _c(
3596
+ "li",
3597
+ {
3598
+ key: liIndex,
3599
+ domProps:
3600
+ {
3601
+ innerHTML:
3602
+ _vm._s(
3603
+ _vm
3604
+ .liitems
3605
+ .html
3606
+ ),
3607
+ },
3608
+ }
3609
+ )
3610
+ : _c(
3611
+ "li",
3612
+ {
3613
+ key: liIndex,
3614
+ },
3615
+ [
3616
+ _vm._v(
3617
+ "\n " +
3618
+ _vm._s(
3619
+ liItem
3620
+ ) +
3621
+ "\n "
3622
+ ),
3623
+ ]
3624
+ ),
3625
+ ]
3626
+ }
3540
3627
  ),
3541
- },
3542
- })
3543
- : _c(
3544
- "h1",
3545
- {
3546
- style:
3547
- item.style,
3548
- },
3549
- [
3550
- _vm._v(
3551
- "\n " +
3552
- _vm._s(
3553
- item.text
3554
- ) +
3555
- "\n "
3556
- ),
3557
- ]
3558
- ),
3559
- ]
3560
- : _vm._e(),
3561
- item.htmlType ===
3562
- "h2"
3563
- ? [
3564
- item.html
3565
- ? _c("h2", {
3566
- style:
3567
- item.style,
3568
- domProps:
3569
- {
3570
- innerHTML:
3571
- _vm._s(
3572
- item.html
3628
+ ],
3629
+ 2
3630
+ )
3631
+ : _vm._e(),
3632
+ item.htmlType ===
3633
+ "image" ||
3634
+ item.htmlType ===
3635
+ "img"
3636
+ ? _c(
3637
+ "img",
3638
+ {
3639
+ style:
3640
+ item.style,
3641
+ attrs:
3642
+ {
3643
+ src: item.url,
3644
+ },
3645
+ }
3646
+ )
3647
+ : _vm._e(),
3648
+ item.htmlType ===
3649
+ "p"
3650
+ ? [
3651
+ item.html
3652
+ ? _c(
3653
+ "p",
3654
+ {
3655
+ style:
3656
+ item.style,
3657
+ domProps:
3658
+ {
3659
+ innerHTML:
3660
+ _vm._s(
3661
+ item.html
3662
+ ),
3663
+ },
3664
+ }
3665
+ )
3666
+ : _c(
3667
+ "p",
3668
+ {
3669
+ style:
3670
+ item.style,
3671
+ },
3672
+ [
3673
+ _vm._v(
3674
+ "\n " +
3675
+ _vm._s(
3676
+ item.text
3677
+ ) +
3678
+ "\n "
3679
+ ),
3680
+ ]
3681
+ ),
3682
+ ]
3683
+ : _vm._e(),
3684
+ item.htmlType ===
3685
+ "div"
3686
+ ? [
3687
+ item.html
3688
+ ? _c(
3689
+ "div",
3690
+ {
3691
+ style:
3692
+ item.style,
3693
+ domProps:
3694
+ {
3695
+ innerHTML:
3696
+ _vm._s(
3697
+ item.html
3698
+ ),
3699
+ },
3700
+ }
3701
+ )
3702
+ : _c(
3703
+ "div",
3704
+ {
3705
+ style:
3706
+ item.style,
3707
+ },
3708
+ [
3709
+ _vm._v(
3710
+ "\n " +
3711
+ _vm._s(
3712
+ item.text
3713
+ ) +
3714
+ "\n "
3715
+ ),
3716
+ ]
3717
+ ),
3718
+ ]
3719
+ : _vm._e(),
3720
+ ]
3721
+ : [
3722
+ item.type ===
3723
+ "data-table" ||
3724
+ item.type ===
3725
+ "dataTable" ||
3726
+ item.type ===
3727
+ "flow-list" ||
3728
+ item.type ===
3729
+ "flowList"
3730
+ ? _c(
3731
+ "es-data-table",
3732
+ _vm._g(
3733
+ _vm._b(
3734
+ {
3735
+ class:
3736
+ {
3737
+ "es-flow-group-data-table":
3738
+ item.type ===
3739
+ "data-table" ||
3740
+ item.type ===
3741
+ "dataTable",
3742
+ "es-flow-list":
3743
+ item.type ===
3744
+ "flow-list" ||
3745
+ item.type ===
3746
+ "flowList",
3747
+ },
3748
+ attrs:
3749
+ {
3750
+ display:
3751
+ show,
3752
+ },
3753
+ },
3754
+ "es-data-table",
3755
+ _vm.handleExclAttribute(
3756
+ {
3757
+ data: item,
3758
+ attrs:
3759
+ [
3760
+ "events",
3761
+ "visible",
3762
+ "type",
3763
+ ],
3764
+ }
3765
+ ),
3766
+ false
3573
3767
  ),
3574
- },
3575
- })
3576
- : _c(
3577
- "h2",
3578
- {
3579
- style:
3580
- item.style,
3581
- },
3582
- [
3583
- _vm._v(
3584
- "\n " +
3585
- _vm._s(
3586
- item.text
3587
- ) +
3588
- "\n "
3589
- ),
3590
- ]
3591
- ),
3592
- ]
3593
- : _vm._e(),
3594
- item.htmlType ===
3595
- "ul"
3596
- ? _c(
3597
- "ul",
3598
- {
3599
- style:
3600
- item.style,
3601
- },
3602
- [
3603
- _vm._l(
3604
- data,
3605
- function (
3606
- liItem,
3607
- liIndex
3608
- ) {
3609
- return [
3610
- _vm
3611
- .liitems
3612
- .html
3613
- ? _c(
3614
- "li",
3768
+ item.events
3769
+ ),
3770
+ [
3771
+ item.dialog
3772
+ ? _c(
3773
+ "template",
3774
+ {
3775
+ slot: "dialog",
3776
+ },
3777
+ [
3778
+ Array.isArray(
3779
+ item.dialog
3780
+ )
3781
+ ? _vm._l(
3782
+ item.dialog,
3783
+ function (
3784
+ ele,
3785
+ ids
3786
+ ) {
3787
+ return _c(
3788
+ "es-dialog",
3789
+ _vm._g(
3790
+ _vm._b(
3791
+ {
3792
+ key: ids,
3793
+ attrs:
3794
+ {
3795
+ isReload: true,
3796
+ visible:
3797
+ ele.visible,
3798
+ },
3799
+ on: {
3800
+ "update:visible":
3801
+ function (
3802
+ $event
3803
+ ) {
3804
+ _vm.$set(
3805
+ ele,
3806
+ "visible",
3807
+ $event
3808
+ )
3809
+ },
3810
+ },
3811
+ },
3812
+ "es-dialog",
3813
+ _vm.handleExclAttribute(
3814
+ {
3815
+ data: ele,
3816
+ attrs:
3817
+ [
3818
+ "visible",
3819
+ ],
3820
+ }
3821
+ ),
3822
+ false
3823
+ ),
3824
+ Object.assign(
3825
+ {},
3826
+ ele.events
3827
+ )
3828
+ )
3829
+ )
3830
+ }
3831
+ )
3832
+ : _c(
3833
+ "es-dialog",
3834
+ _vm._g(
3835
+ _vm._b(
3836
+ {
3837
+ attrs:
3838
+ {
3839
+ isReload: true,
3840
+ visible:
3841
+ item
3842
+ .dialog
3843
+ .visible,
3844
+ },
3845
+ on: {
3846
+ "update:visible":
3847
+ function (
3848
+ $event
3849
+ ) {
3850
+ _vm.$set(
3851
+ item.dialog,
3852
+ "visible",
3853
+ $event
3854
+ )
3855
+ },
3856
+ },
3857
+ },
3858
+ "es-dialog",
3859
+ _vm.handleExclAttribute(
3860
+ {
3861
+ data: item.dialog,
3862
+ attrs:
3863
+ [
3864
+ "visible",
3865
+ ],
3866
+ }
3867
+ ),
3868
+ false
3869
+ ),
3870
+ Object.assign(
3871
+ {},
3872
+ item
3873
+ .dialog
3874
+ .events
3875
+ )
3876
+ )
3877
+ ),
3878
+ ],
3879
+ 2
3880
+ )
3881
+ : _vm._e(),
3882
+ ],
3883
+ 2
3884
+ )
3885
+ : _vm._e(),
3886
+ item.type ===
3887
+ "tree-group" ||
3888
+ item.type ===
3889
+ "treeGroup"
3890
+ ? _c(
3891
+ "es-tree-group",
3892
+ _vm._g(
3893
+ _vm._b(
3615
3894
  {
3616
- key: liIndex,
3617
- domProps:
3895
+ attrs:
3618
3896
  {
3619
- innerHTML:
3620
- _vm._s(
3621
- _vm
3622
- .liitems
3623
- .html
3624
- ),
3897
+ display:
3898
+ show,
3625
3899
  },
3626
- }
3900
+ },
3901
+ "es-tree-group",
3902
+ _vm.handleExclAttribute(
3903
+ {
3904
+ data: item,
3905
+ attrs:
3906
+ [
3907
+ "events",
3908
+ "visible",
3909
+ "type",
3910
+ ],
3911
+ }
3912
+ ),
3913
+ false
3914
+ ),
3915
+ Object.assign(
3916
+ {},
3917
+ item.events
3627
3918
  )
3628
- : _c(
3629
- "li",
3919
+ )
3920
+ )
3921
+ : _vm._e(),
3922
+ item.type ===
3923
+ "iframe" &&
3924
+ !item.blank
3925
+ ? _c(
3926
+ "iframe",
3927
+ {
3928
+ attrs:
3630
3929
  {
3631
- key: liIndex,
3632
- },
3633
- [
3634
- _vm._v(
3635
- "\n " +
3636
- _vm._s(
3637
- liItem
3638
- ) +
3639
- "\n "
3930
+ id:
3931
+ item.id ||
3932
+ item.name,
3933
+ name: item.name,
3934
+ frameborder:
3935
+ "0",
3936
+ width:
3937
+ "100%",
3938
+ height:
3939
+ "100%",
3940
+ src: _vm.handleUrlJoinParams(
3941
+ {
3942
+ url: item.url,
3943
+ param:
3944
+ item.param ||
3945
+ {},
3946
+ }
3640
3947
  ),
3641
- ]
3948
+ },
3949
+ }
3950
+ )
3951
+ : _vm._e(),
3952
+ item.type ===
3953
+ "attachment"
3954
+ ? _c(
3955
+ "es-upload",
3956
+ _vm._g(
3957
+ _vm._b(
3958
+ {
3959
+ staticClass:
3960
+ "es-attachment",
3961
+ attrs:
3962
+ {
3963
+ "file-count":
3964
+ title.count,
3965
+ height:
3966
+ "auto",
3967
+ display:
3968
+ show,
3969
+ },
3970
+ on: {
3971
+ "update:fileCount":
3972
+ function (
3973
+ $event
3974
+ ) {
3975
+ _vm.$set(
3976
+ title,
3977
+ "count",
3978
+ $event
3979
+ )
3980
+ },
3981
+ },
3982
+ },
3983
+ "es-upload",
3984
+ _vm.handleExclAttribute(
3985
+ {
3986
+ data: item,
3987
+ attrs:
3988
+ [
3989
+ "events",
3990
+ "type",
3991
+ ],
3992
+ }
3993
+ ),
3994
+ false
3642
3995
  ),
3643
- ]
3644
- }
3645
- ),
3646
- ],
3647
- 2
3648
- )
3649
- : _vm._e(),
3650
- item.htmlType ===
3651
- "image" ||
3652
- item.htmlType ===
3653
- "img"
3654
- ? _c("img", {
3655
- style:
3656
- item.style,
3657
- attrs: {
3658
- src: item.url,
3659
- },
3660
- })
3661
- : _vm._e(),
3662
- item.htmlType ===
3663
- "p"
3664
- ? [
3665
- item.html
3666
- ? _c("p", {
3667
- style:
3668
- item.style,
3669
- domProps:
3996
+ Object.assign(
3997
+ {},
3998
+ item.events
3999
+ )
4000
+ )
4001
+ )
4002
+ : _vm._e(),
4003
+ ],
4004
+ ],
4005
+ 2
4006
+ ),
4007
+ ]
4008
+ )
4009
+ : [
4010
+ item.htmlType === "h1"
4011
+ ? [
4012
+ item.html
4013
+ ? _c(
4014
+ "h1",
4015
+ _vm._b(
4016
+ {
4017
+ key: index,
4018
+ domProps:
4019
+ {
4020
+ innerHTML:
4021
+ _vm._s(
4022
+ item.html
4023
+ ),
4024
+ },
4025
+ },
4026
+ "h1",
4027
+ _vm.handleExclAttribute(
3670
4028
  {
3671
- innerHTML:
3672
- _vm._s(
3673
- item.html
3674
- ),
3675
- },
3676
- })
3677
- : _c(
3678
- "p",
4029
+ data: item,
4030
+ attrs:
4031
+ [
4032
+ "html",
4033
+ "htmlType",
4034
+ ],
4035
+ }
4036
+ ),
4037
+ false
4038
+ )
4039
+ )
4040
+ : _c(
4041
+ "h1",
4042
+ _vm._b(
3679
4043
  {
3680
- style:
3681
- item.style,
4044
+ key: index,
3682
4045
  },
3683
- [
3684
- _vm._v(
3685
- "\n " +
3686
- _vm._s(
3687
- item.text
3688
- ) +
3689
- "\n "
3690
- ),
3691
- ]
4046
+ "h1",
4047
+ _vm.handleExclAttribute(
4048
+ {
4049
+ data: item,
4050
+ attrs:
4051
+ [
4052
+ "html",
4053
+ "htmlType",
4054
+ ],
4055
+ }
4056
+ ),
4057
+ false
3692
4058
  ),
3693
- ]
3694
- : _vm._e(),
3695
- item.htmlType ===
3696
- "div"
3697
- ? [
3698
- item.html
3699
- ? _c(
3700
- "div",
4059
+ [
4060
+ _vm._v(
4061
+ "\n " +
4062
+ _vm._s(
4063
+ item.text
4064
+ ) +
4065
+ "\n "
4066
+ ),
4067
+ ]
4068
+ ),
4069
+ ]
4070
+ : _vm._e(),
4071
+ item.htmlType === "h2"
4072
+ ? [
4073
+ item.html
4074
+ ? _c(
4075
+ "h2",
4076
+ _vm._b(
3701
4077
  {
3702
- style:
3703
- item.style,
4078
+ key: index,
3704
4079
  domProps:
3705
4080
  {
3706
4081
  innerHTML:
@@ -3708,1114 +4083,641 @@ var render = function () {
3708
4083
  item.html
3709
4084
  ),
3710
4085
  },
3711
- }
4086
+ },
4087
+ "h2",
4088
+ _vm.handleExclAttribute(
4089
+ {
4090
+ data: item,
4091
+ attrs:
4092
+ [
4093
+ "html",
4094
+ "htmlType",
4095
+ ],
4096
+ }
4097
+ ),
4098
+ false
3712
4099
  )
3713
- : _c(
3714
- "div",
4100
+ )
4101
+ : _c(
4102
+ "h2",
4103
+ _vm._b(
3715
4104
  {
3716
- style:
3717
- item.style,
4105
+ key: index,
3718
4106
  },
3719
- [
3720
- _vm._v(
3721
- "\n " +
3722
- _vm._s(
3723
- item.text
3724
- ) +
3725
- "\n "
3726
- ),
3727
- ]
3728
- ),
3729
- ]
3730
- : _vm._e(),
3731
- ]
3732
- : [
3733
- item.type ===
3734
- "data-table" ||
3735
- item.type ===
3736
- "dataTable" ||
3737
- item.type ===
3738
- "flow-list" ||
3739
- item.type ===
3740
- "flowList"
3741
- ? _c(
3742
- "es-data-table",
3743
- _vm._g(
3744
- _vm._b(
3745
- {
3746
- class: {
3747
- "es-flow-group-data-table":
3748
- item.type ===
3749
- "data-table" ||
3750
- item.type ===
3751
- "dataTable",
3752
- "es-flow-list":
3753
- item.type ===
3754
- "flow-list" ||
3755
- item.type ===
3756
- "flowList",
3757
- },
3758
- attrs: {
3759
- display:
3760
- show,
3761
- },
3762
- },
3763
- "es-data-table",
3764
- _vm.handleExclAttribute(
3765
- {
3766
- data: item,
3767
- attrs:
3768
- [
3769
- "events",
3770
- "visible",
3771
- "type",
3772
- ],
3773
- }
4107
+ "h2",
4108
+ _vm.handleExclAttribute(
4109
+ {
4110
+ data: item,
4111
+ attrs:
4112
+ [
4113
+ "html",
4114
+ "htmlType",
4115
+ ],
4116
+ }
4117
+ ),
4118
+ false
3774
4119
  ),
3775
- false
4120
+ [
4121
+ _vm._v(
4122
+ "\n " +
4123
+ _vm._s(
4124
+ item.text
4125
+ ) +
4126
+ "\n "
4127
+ ),
4128
+ ]
3776
4129
  ),
3777
- item.events
3778
- ),
3779
- [
3780
- item.dialog
3781
- ? _c(
3782
- "template",
3783
- {
3784
- slot: "dialog",
3785
- },
3786
- [
3787
- Array.isArray(
3788
- item.dialog
3789
- )
3790
- ? _vm._l(
3791
- item.dialog,
3792
- function (
3793
- ele,
3794
- ids
3795
- ) {
3796
- return _c(
3797
- "es-dialog",
3798
- _vm._g(
3799
- _vm._b(
3800
- {
3801
- key: ids,
3802
- attrs:
3803
- {
3804
- isReload: true,
3805
- visible:
3806
- ele.visible,
3807
- },
3808
- on: {
3809
- "update:visible":
3810
- function (
3811
- $event
3812
- ) {
3813
- _vm.$set(
3814
- ele,
3815
- "visible",
3816
- $event
3817
- )
3818
- },
3819
- },
3820
- },
3821
- "es-dialog",
3822
- _vm.handleExclAttribute(
3823
- {
3824
- data: ele,
3825
- attrs:
3826
- [
3827
- "visible",
3828
- ],
3829
- }
3830
- ),
3831
- false
3832
- ),
3833
- Object.assign(
3834
- {},
3835
- ele.events
3836
- )
3837
- )
3838
- )
3839
- }
3840
- )
3841
- : _c(
3842
- "es-dialog",
3843
- _vm._g(
3844
- _vm._b(
3845
- {
3846
- attrs:
3847
- {
3848
- isReload: true,
3849
- visible:
3850
- item
3851
- .dialog
3852
- .visible,
3853
- },
3854
- on: {
3855
- "update:visible":
3856
- function (
3857
- $event
3858
- ) {
3859
- _vm.$set(
3860
- item.dialog,
3861
- "visible",
3862
- $event
3863
- )
3864
- },
3865
- },
3866
- },
3867
- "es-dialog",
3868
- _vm.handleExclAttribute(
3869
- {
3870
- data: item.dialog,
3871
- attrs:
3872
- [
3873
- "visible",
3874
- ],
3875
- }
3876
- ),
3877
- false
3878
- ),
3879
- Object.assign(
3880
- {},
3881
- item
3882
- .dialog
3883
- .events
3884
- )
3885
- )
4130
+ ]
4131
+ : _vm._e(),
4132
+ item.htmlType === "ul"
4133
+ ? [
4134
+ item.html
4135
+ ? _c(
4136
+ "ul",
4137
+ _vm._b(
4138
+ {
4139
+ key: index,
4140
+ domProps:
4141
+ {
4142
+ innerHTML:
4143
+ _vm._s(
4144
+ item.html
3886
4145
  ),
3887
- ],
3888
- 2
3889
- )
3890
- : _vm._e(),
3891
- ],
3892
- 2
3893
- )
3894
- : _vm._e(),
3895
- item.type ===
3896
- "tree-group" ||
3897
- item.type ===
3898
- "treeGroup"
3899
- ? _c(
3900
- "es-tree-group",
3901
- _vm._g(
3902
- _vm._b(
3903
- {
3904
- attrs: {
3905
- display:
3906
- show,
4146
+ },
3907
4147
  },
3908
- },
3909
- "es-tree-group",
3910
- _vm.handleExclAttribute(
4148
+ "ul",
4149
+ _vm.handleExclAttribute(
4150
+ {
4151
+ data: item,
4152
+ attrs:
4153
+ [
4154
+ "html",
4155
+ "htmlType",
4156
+ ],
4157
+ }
4158
+ ),
4159
+ false
4160
+ )
4161
+ )
4162
+ : _c(
4163
+ "ul",
4164
+ _vm._b(
3911
4165
  {
3912
- data: item,
3913
- attrs:
3914
- [
3915
- "events",
3916
- "visible",
3917
- "type",
3918
- ],
3919
- }
4166
+ key: index,
4167
+ },
4168
+ "ul",
4169
+ _vm.handleExclAttribute(
4170
+ {
4171
+ data: item,
4172
+ attrs:
4173
+ [
4174
+ "html",
4175
+ "htmlType",
4176
+ ],
4177
+ }
4178
+ ),
4179
+ false
3920
4180
  ),
3921
- false
4181
+ [
4182
+ _vm._l(
4183
+ data,
4184
+ function (
4185
+ liItem,
4186
+ liIndex
4187
+ ) {
4188
+ return [
4189
+ _vm
4190
+ .liitems
4191
+ .html
4192
+ ? _c(
4193
+ "li",
4194
+ {
4195
+ key: liIndex,
4196
+ domProps:
4197
+ {
4198
+ innerHTML:
4199
+ _vm._s(
4200
+ _vm
4201
+ .liitems
4202
+ .html
4203
+ ),
4204
+ },
4205
+ }
4206
+ )
4207
+ : _c(
4208
+ "li",
4209
+ {
4210
+ key: liIndex,
4211
+ },
4212
+ [
4213
+ _vm._v(
4214
+ "\n " +
4215
+ _vm._s(
4216
+ liItem
4217
+ ) +
4218
+ "\n "
4219
+ ),
4220
+ ]
4221
+ ),
4222
+ ]
4223
+ }
4224
+ ),
4225
+ ],
4226
+ 2
3922
4227
  ),
3923
- Object.assign(
3924
- {},
3925
- item.events
3926
- )
3927
- )
3928
- )
3929
- : _vm._e(),
3930
- item.type ===
3931
- "iframe" &&
3932
- !item.blank
3933
- ? _c("iframe", {
3934
- attrs: {
3935
- id:
3936
- item.id ||
3937
- item.name,
3938
- name: item.name,
3939
- frameborder:
3940
- "0",
3941
- width:
3942
- "100%",
3943
- height:
3944
- "100%",
3945
- src: _vm.handleUrlJoinParams(
4228
+ ]
4229
+ : _vm._e(),
4230
+ item.htmlType ===
4231
+ "image" ||
4232
+ item.htmlType ===
4233
+ "img"
4234
+ ? [
4235
+ _c(
4236
+ "img",
4237
+ _vm._b(
4238
+ {
4239
+ key: index,
4240
+ attrs: {
4241
+ src:
4242
+ item.url ||
4243
+ item.src,
4244
+ },
4245
+ },
4246
+ "img",
4247
+ _vm.handleExclAttribute(
3946
4248
  {
3947
- url: item.url,
3948
- param:
3949
- item.param ||
3950
- {},
4249
+ data: item,
4250
+ attrs: [
4251
+ "html",
4252
+ "htmlType",
4253
+ "src",
4254
+ ],
3951
4255
  }
3952
4256
  ),
3953
- },
3954
- })
3955
- : _vm._e(),
3956
- item.type ===
3957
- "attachment"
3958
- ? _c(
3959
- "es-upload",
3960
- _vm._g(
3961
- _vm._b(
3962
- {
3963
- staticClass:
3964
- "es-attachment",
3965
- attrs: {
3966
- "file-count":
3967
- title.count,
3968
- height:
3969
- "auto",
3970
- display:
3971
- show,
3972
- },
3973
- on: {
3974
- "update:fileCount":
3975
- function (
3976
- $event
3977
- ) {
3978
- _vm.$set(
3979
- title,
3980
- "count",
3981
- $event
3982
- )
4257
+ false
4258
+ )
4259
+ ),
4260
+ ]
4261
+ : _vm._e(),
4262
+ item.htmlType === "p"
4263
+ ? [
4264
+ item.html
4265
+ ? _c(
4266
+ "p",
4267
+ _vm._b(
4268
+ {
4269
+ key: index,
4270
+ domProps:
4271
+ {
4272
+ innerHTML:
4273
+ _vm._s(
4274
+ item.html
4275
+ ),
3983
4276
  },
3984
4277
  },
3985
- },
3986
- "es-upload",
3987
- _vm.handleExclAttribute(
4278
+ "p",
4279
+ _vm.handleExclAttribute(
4280
+ {
4281
+ data: item,
4282
+ attrs:
4283
+ [
4284
+ "html",
4285
+ "htmlType",
4286
+ ],
4287
+ }
4288
+ ),
4289
+ false
4290
+ )
4291
+ )
4292
+ : _c(
4293
+ "p",
4294
+ _vm._b(
3988
4295
  {
3989
- data: item,
3990
- attrs:
3991
- [
3992
- "events",
3993
- "type",
3994
- ],
3995
- }
4296
+ key: index,
4297
+ },
4298
+ "p",
4299
+ _vm.handleExclAttribute(
4300
+ {
4301
+ data: item,
4302
+ attrs:
4303
+ [
4304
+ "text",
4305
+ "htmlType",
4306
+ ],
4307
+ }
4308
+ ),
4309
+ false
3996
4310
  ),
3997
- false
3998
- ),
3999
- Object.assign(
4000
- {},
4001
- item.events
4002
- )
4003
- )
4004
- )
4005
- : _vm._e(),
4006
- ],
4007
- ],
4008
- 2
4009
- ),
4010
- ]
4011
- )
4012
- : [
4013
- item.htmlType === "h1"
4014
- ? [
4015
- item.html
4016
- ? _c(
4017
- "h1",
4018
- _vm._b(
4019
- {
4020
- key: index,
4021
- domProps: {
4022
- innerHTML:
4023
- _vm._s(
4024
- item.html
4025
- ),
4026
- },
4027
- },
4028
- "h1",
4029
- _vm.handleExclAttribute(
4030
- {
4031
- data: item,
4032
- attrs: [
4033
- "html",
4034
- "htmlType",
4035
- ],
4036
- }
4037
- ),
4038
- false
4039
- )
4040
- )
4041
- : _c(
4042
- "h1",
4043
- _vm._b(
4044
- { key: index },
4045
- "h1",
4046
- _vm.handleExclAttribute(
4047
- {
4048
- data: item,
4049
- attrs: [
4050
- "html",
4051
- "htmlType",
4052
- ],
4053
- }
4054
- ),
4055
- false
4056
- ),
4057
- [
4058
- _vm._v(
4059
- "\n " +
4060
- _vm._s(
4061
- item.text
4062
- ) +
4063
- "\n "
4064
- ),
4065
- ]
4066
- ),
4067
- ]
4068
- : _vm._e(),
4069
- item.htmlType === "h2"
4070
- ? [
4071
- item.html
4072
- ? _c(
4073
- "h2",
4074
- _vm._b(
4075
- {
4076
- key: index,
4077
- domProps: {
4078
- innerHTML:
4079
- _vm._s(
4080
- item.html
4081
- ),
4082
- },
4083
- },
4084
- "h2",
4085
- _vm.handleExclAttribute(
4086
- {
4087
- data: item,
4088
- attrs: [
4089
- "html",
4090
- "htmlType",
4091
- ],
4092
- }
4093
- ),
4094
- false
4095
- )
4096
- )
4097
- : _c(
4098
- "h2",
4099
- _vm._b(
4100
- { key: index },
4101
- "h2",
4102
- _vm.handleExclAttribute(
4103
- {
4104
- data: item,
4105
- attrs: [
4106
- "html",
4107
- "htmlType",
4108
- ],
4109
- }
4110
- ),
4111
- false
4112
- ),
4113
- [
4114
- _vm._v(
4115
- "\n " +
4116
- _vm._s(
4117
- item.text
4118
- ) +
4119
- "\n "
4120
- ),
4121
- ]
4122
- ),
4123
- ]
4124
- : _vm._e(),
4125
- item.htmlType === "ul"
4126
- ? [
4127
- item.html
4128
- ? _c(
4129
- "ul",
4130
- _vm._b(
4131
- {
4132
- key: index,
4133
- domProps: {
4134
- innerHTML:
4135
- _vm._s(
4136
- item.html
4311
+ [
4312
+ _vm._v(
4313
+ "\n " +
4314
+ _vm._s(
4315
+ item.text
4316
+ ) +
4317
+ "\n "
4318
+ ),
4319
+ ]
4137
4320
  ),
4138
- },
4139
- },
4140
- "ul",
4141
- _vm.handleExclAttribute(
4142
- {
4143
- data: item,
4144
- attrs: [
4145
- "html",
4146
- "htmlType",
4147
- ],
4148
- }
4149
- ),
4150
- false
4151
- )
4152
- )
4153
- : _c(
4154
- "ul",
4155
- _vm._b(
4156
- { key: index },
4157
- "ul",
4158
- _vm.handleExclAttribute(
4159
- {
4160
- data: item,
4161
- attrs: [
4162
- "html",
4163
- "htmlType",
4164
- ],
4165
- }
4166
- ),
4167
- false
4168
- ),
4169
- [
4170
- _vm._l(
4171
- data,
4172
- function (
4173
- liItem,
4174
- liIndex
4175
- ) {
4176
- return [
4177
- _vm.liitems
4178
- .html
4179
- ? _c(
4180
- "li",
4321
+ ]
4322
+ : _vm._e(),
4323
+ item.htmlType ===
4324
+ "div"
4325
+ ? [
4326
+ item.html
4327
+ ? _c(
4328
+ "div",
4329
+ _vm._b(
4330
+ {
4331
+ key: index,
4332
+ domProps:
4333
+ {
4334
+ innerHTML:
4335
+ _vm._s(
4336
+ item.html
4337
+ ),
4338
+ },
4339
+ },
4340
+ "div",
4341
+ _vm.handleExclAttribute(
4181
4342
  {
4182
- key: liIndex,
4183
- domProps:
4184
- {
4185
- innerHTML:
4186
- _vm._s(
4187
- _vm
4188
- .liitems
4189
- .html
4190
- ),
4191
- },
4343
+ data: item,
4344
+ attrs:
4345
+ [
4346
+ "html",
4347
+ "htmlType",
4348
+ ],
4192
4349
  }
4193
- )
4194
- : _c(
4195
- "li",
4350
+ ),
4351
+ false
4352
+ )
4353
+ )
4354
+ : _c(
4355
+ "div",
4356
+ _vm._b(
4357
+ {
4358
+ key: index,
4359
+ },
4360
+ "div",
4361
+ _vm.handleExclAttribute(
4196
4362
  {
4197
- key: liIndex,
4198
- },
4199
- [
4200
- _vm._v(
4201
- "\n " +
4202
- _vm._s(
4203
- liItem
4204
- ) +
4205
- "\n "
4206
- ),
4207
- ]
4363
+ data: item,
4364
+ attrs:
4365
+ [
4366
+ "html",
4367
+ "htmlType",
4368
+ ],
4369
+ }
4208
4370
  ),
4209
- ]
4210
- }
4211
- ),
4212
- ],
4213
- 2
4214
- ),
4215
- ]
4216
- : _vm._e(),
4217
- item.htmlType === "image" ||
4218
- item.htmlType === "img"
4219
- ? [
4220
- _c(
4221
- "img",
4222
- _vm._b(
4223
- {
4224
- key: index,
4225
- attrs: {
4226
- src:
4227
- item.url ||
4228
- item.src,
4229
- },
4230
- },
4231
- "img",
4232
- _vm.handleExclAttribute(
4233
- {
4234
- data: item,
4235
- attrs: [
4236
- "html",
4237
- "htmlType",
4238
- "src",
4239
- ],
4240
- }
4241
- ),
4242
- false
4243
- )
4244
- ),
4245
- ]
4246
- : _vm._e(),
4247
- item.htmlType === "p"
4248
- ? [
4249
- item.html
4250
- ? _c(
4251
- "p",
4252
- _vm._b(
4253
- {
4254
- key: index,
4255
- domProps: {
4256
- innerHTML:
4257
- _vm._s(
4258
- item.html
4371
+ false
4372
+ ),
4373
+ [
4374
+ _vm._v(
4375
+ "\n " +
4376
+ _vm._s(
4377
+ item.text
4378
+ ) +
4379
+ "\n "
4380
+ ),
4381
+ ]
4259
4382
  ),
4260
- },
4261
- },
4262
- "p",
4263
- _vm.handleExclAttribute(
4264
- {
4265
- data: item,
4266
- attrs: [
4267
- "html",
4268
- "htmlType",
4269
- ],
4270
- }
4271
- ),
4272
- false
4273
- )
4274
- )
4275
- : _c(
4276
- "p",
4277
- _vm._b(
4278
- { key: index },
4279
- "p",
4280
- _vm.handleExclAttribute(
4281
- {
4282
- data: item,
4283
- attrs: [
4284
- "text",
4285
- "htmlType",
4286
- ],
4287
- }
4288
- ),
4289
- false
4290
- ),
4291
- [
4292
- _vm._v(
4293
- "\n " +
4294
- _vm._s(
4295
- item.text
4296
- ) +
4297
- "\n "
4298
- ),
4299
- ]
4300
- ),
4301
- ]
4302
- : _vm._e(),
4303
- item.htmlType === "div"
4304
- ? [
4305
- item.html
4306
- ? _c(
4307
- "div",
4308
- _vm._b(
4309
- {
4310
- key: index,
4311
- domProps: {
4312
- innerHTML:
4313
- _vm._s(
4314
- item.html
4383
+ ]
4384
+ : _vm._e(),
4385
+ item.type === "form"
4386
+ ? _c(
4387
+ "es-form",
4388
+ _vm._g(
4389
+ _vm._b(
4390
+ {
4391
+ key: index,
4392
+ ref: "esFlowForm",
4393
+ refInFor: true,
4394
+ attrs: {
4395
+ full: "",
4396
+ model:
4397
+ item.model,
4398
+ display:
4399
+ show,
4400
+ closeDialog: false,
4401
+ },
4402
+ on: {
4403
+ "update:model":
4404
+ function (
4405
+ $event
4406
+ ) {
4407
+ _vm.$set(
4408
+ item,
4409
+ "model",
4410
+ $event
4411
+ )
4412
+ },
4413
+ },
4414
+ },
4415
+ "es-form",
4416
+ _vm.handleExclAttribute(
4417
+ {
4418
+ data: item,
4419
+ attrs: [
4420
+ "events",
4421
+ "visible",
4422
+ "model",
4423
+ "type",
4424
+ "ref",
4425
+ ],
4426
+ }
4315
4427
  ),
4316
- },
4317
- },
4318
- "div",
4319
- _vm.handleExclAttribute(
4320
- {
4321
- data: item,
4322
- attrs: [
4323
- "html",
4324
- "htmlType",
4325
- ],
4326
- }
4327
- ),
4328
- false
4329
- )
4330
- )
4331
- : _c(
4332
- "div",
4333
- _vm._b(
4334
- { key: index },
4335
- "div",
4336
- _vm.handleExclAttribute(
4337
- {
4338
- data: item,
4339
- attrs: [
4340
- "html",
4341
- "htmlType",
4342
- ],
4343
- }
4344
- ),
4345
- false
4346
- ),
4347
- [
4348
- _vm._v(
4349
- "\n " +
4350
- _vm._s(
4351
- item.text
4352
- ) +
4353
- "\n "
4354
- ),
4355
- ]
4356
- ),
4357
- ]
4358
- : _vm._e(),
4359
- item.type === "form"
4360
- ? _c(
4361
- "es-form",
4362
- _vm._g(
4363
- _vm._b(
4364
- {
4365
- key: index,
4366
- ref: "esFlowForm",
4367
- refInFor: true,
4368
- attrs: {
4369
- full: "",
4370
- model: item.model,
4371
- display: show,
4372
- closeDialog: false,
4373
- },
4374
- on: {
4375
- "update:model":
4376
- function (
4377
- $event
4378
- ) {
4379
- _vm.$set(
4380
- item,
4381
- "model",
4382
- $event
4428
+ false
4429
+ ),
4430
+ Object.assign(
4431
+ {},
4432
+ item.events
4383
4433
  )
4384
- },
4385
- },
4386
- },
4387
- "es-form",
4388
- _vm.handleExclAttribute(
4389
- {
4390
- data: item,
4391
- attrs: [
4392
- "events",
4393
- "visible",
4394
- "model",
4395
- "type",
4396
- "ref",
4397
- ],
4398
- }
4399
- ),
4400
- false
4401
- ),
4402
- Object.assign(
4403
- {},
4404
- item.events
4405
- )
4406
- )
4407
- )
4408
- : _vm._e(),
4409
- item.type === "data-table" ||
4410
- item.type === "dataTable" ||
4411
- item.type === "flow-list" ||
4412
- item.type === "flowList"
4413
- ? _c(
4414
- "es-data-table",
4415
- _vm._g(
4416
- _vm._b(
4417
- {
4418
- key: index,
4419
- class: {
4420
- "es-flow-group-data-table":
4421
- item.type ===
4422
- "data-table" ||
4423
- item.type ===
4424
- "dataTable",
4425
- "es-flow-list":
4426
- item.type ===
4427
- "flow-list" ||
4428
- item.type ===
4429
- "flowList",
4430
- },
4431
- attrs: {
4432
- display: show,
4433
- },
4434
- },
4435
- "es-data-table",
4436
- _vm.handleExclAttribute(
4437
- {
4438
- data: item,
4439
- attrs: [
4440
- "events",
4441
- "visible",
4442
- "type",
4443
- ],
4444
- }
4445
- ),
4446
- false
4447
- ),
4448
- item.events
4449
- ),
4450
- [
4451
- item.dialog
4452
- ? _c(
4453
- "template",
4454
- {
4455
- slot: "dialog",
4456
- },
4457
- [
4458
- Array.isArray(
4459
- item.dialog
4460
4434
  )
4461
- ? _vm._l(
4462
- item.dialog,
4463
- function (
4464
- ele,
4465
- ids
4466
- ) {
4467
- return _c(
4468
- "es-dialog",
4469
- _vm._g(
4470
- _vm._b(
4471
- {
4472
- key: ids,
4473
- attrs:
4474
- {
4475
- isReload: true,
4476
- visible:
4477
- ele.visible,
4478
- },
4479
- on: {
4480
- "update:visible":
4481
- function (
4482
- $event
4483
- ) {
4484
- _vm.$set(
4485
- ele,
4486
- "visible",
4487
- $event
4488
- )
4489
- },
4490
- },
4491
- },
4492
- "es-dialog",
4493
- _vm.handleExclAttribute(
4494
- {
4495
- data: ele,
4496
- attrs:
4497
- [
4498
- "visible",
4499
- ],
4500
- }
4501
- ),
4502
- false
4503
- ),
4504
- Object.assign(
4505
- {},
4506
- ele.events
4507
- )
4508
- )
4509
- )
4435
+ )
4436
+ : _vm._e(),
4437
+ item.type ===
4438
+ "data-table" ||
4439
+ item.type ===
4440
+ "dataTable" ||
4441
+ item.type ===
4442
+ "flow-list" ||
4443
+ item.type ===
4444
+ "flowList"
4445
+ ? _c(
4446
+ "es-data-table",
4447
+ _vm._g(
4448
+ _vm._b(
4449
+ {
4450
+ key: index,
4451
+ class: {
4452
+ "es-flow-group-data-table":
4453
+ item.type ===
4454
+ "data-table" ||
4455
+ item.type ===
4456
+ "dataTable",
4457
+ "es-flow-list":
4458
+ item.type ===
4459
+ "flow-list" ||
4460
+ item.type ===
4461
+ "flowList",
4462
+ },
4463
+ attrs: {
4464
+ display:
4465
+ show,
4466
+ },
4467
+ },
4468
+ "es-data-table",
4469
+ _vm.handleExclAttribute(
4470
+ {
4471
+ data: item,
4472
+ attrs: [
4473
+ "events",
4474
+ "visible",
4475
+ "type",
4476
+ ],
4510
4477
  }
4511
- )
4512
- : _c(
4513
- "es-dialog",
4514
- _vm._g(
4515
- _vm._b(
4516
- {
4517
- attrs:
4518
- {
4519
- isReload: true,
4520
- visible:
4521
- item
4522
- .dialog
4523
- .visible,
4524
- },
4525
- on: {
4526
- "update:visible":
4478
+ ),
4479
+ false
4480
+ ),
4481
+ item.events
4482
+ ),
4483
+ [
4484
+ item.dialog
4485
+ ? _c(
4486
+ "template",
4487
+ {
4488
+ slot: "dialog",
4489
+ },
4490
+ [
4491
+ Array.isArray(
4492
+ item.dialog
4493
+ )
4494
+ ? _vm._l(
4495
+ item.dialog,
4527
4496
  function (
4528
- $event
4497
+ ele,
4498
+ ids
4529
4499
  ) {
4530
- _vm.$set(
4531
- item.dialog,
4532
- "visible",
4533
- $event
4500
+ return _c(
4501
+ "es-dialog",
4502
+ _vm._g(
4503
+ _vm._b(
4504
+ {
4505
+ key: ids,
4506
+ attrs:
4507
+ {
4508
+ isReload: true,
4509
+ visible:
4510
+ ele.visible,
4511
+ },
4512
+ on: {
4513
+ "update:visible":
4514
+ function (
4515
+ $event
4516
+ ) {
4517
+ _vm.$set(
4518
+ ele,
4519
+ "visible",
4520
+ $event
4521
+ )
4522
+ },
4523
+ },
4524
+ },
4525
+ "es-dialog",
4526
+ _vm.handleExclAttribute(
4527
+ {
4528
+ data: ele,
4529
+ attrs:
4530
+ [
4531
+ "visible",
4532
+ ],
4533
+ }
4534
+ ),
4535
+ false
4536
+ ),
4537
+ Object.assign(
4538
+ {},
4539
+ ele.events
4540
+ )
4541
+ )
4534
4542
  )
4535
- },
4536
- },
4537
- },
4538
- "es-dialog",
4539
- _vm.handleExclAttribute(
4540
- {
4541
- data: item.dialog,
4542
- attrs:
4543
- [
4544
- "visible",
4545
- ],
4546
- }
4547
- ),
4548
- false
4549
- ),
4550
- Object.assign(
4551
- {},
4552
- item
4553
- .dialog
4554
- .events
4555
- )
4543
+ }
4544
+ )
4545
+ : _c(
4546
+ "es-dialog",
4547
+ _vm._g(
4548
+ _vm._b(
4549
+ {
4550
+ attrs:
4551
+ {
4552
+ isReload: true,
4553
+ visible:
4554
+ item
4555
+ .dialog
4556
+ .visible,
4557
+ },
4558
+ on: {
4559
+ "update:visible":
4560
+ function (
4561
+ $event
4562
+ ) {
4563
+ _vm.$set(
4564
+ item.dialog,
4565
+ "visible",
4566
+ $event
4567
+ )
4568
+ },
4569
+ },
4570
+ },
4571
+ "es-dialog",
4572
+ _vm.handleExclAttribute(
4573
+ {
4574
+ data: item.dialog,
4575
+ attrs:
4576
+ [
4577
+ "visible",
4578
+ ],
4579
+ }
4580
+ ),
4581
+ false
4582
+ ),
4583
+ Object.assign(
4584
+ {},
4585
+ item
4586
+ .dialog
4587
+ .events
4588
+ )
4589
+ )
4590
+ ),
4591
+ ],
4592
+ 2
4556
4593
  )
4594
+ : _vm._e(),
4595
+ ],
4596
+ 2
4597
+ )
4598
+ : _vm._e(),
4599
+ item.type ===
4600
+ "tree-group" ||
4601
+ item.type ===
4602
+ "treeGroup"
4603
+ ? _c(
4604
+ "es-tree-group",
4605
+ _vm._g(
4606
+ _vm._b(
4607
+ {
4608
+ key: index,
4609
+ attrs: {
4610
+ display:
4611
+ show,
4612
+ },
4613
+ },
4614
+ "es-tree-group",
4615
+ _vm.handleExclAttribute(
4616
+ {
4617
+ data: item,
4618
+ attrs: [
4619
+ "events",
4620
+ "visible",
4621
+ "type",
4622
+ ],
4623
+ }
4557
4624
  ),
4558
- ],
4559
- 2
4560
- )
4561
- : _vm._e(),
4562
- ],
4563
- 2
4564
- )
4565
- : _vm._e(),
4566
- item.type === "tree-group" ||
4567
- item.type === "treeGroup"
4568
- ? _c(
4569
- "es-tree-group",
4570
- _vm._g(
4571
- _vm._b(
4572
- {
4573
- key: index,
4574
- attrs: {
4575
- display: show,
4576
- },
4577
- },
4578
- "es-tree-group",
4579
- _vm.handleExclAttribute(
4580
- {
4581
- data: item,
4582
- attrs: [
4583
- "events",
4584
- "visible",
4585
- "type",
4586
- ],
4587
- }
4588
- ),
4589
- false
4590
- ),
4591
- Object.assign(
4592
- {},
4593
- item.events
4594
- )
4595
- )
4596
- )
4597
- : _vm._e(),
4598
- item.type === "iframe" &&
4599
- !item.blank
4600
- ? _c("iframe", {
4601
- key: index,
4602
- attrs: {
4603
- frameborder: "0",
4604
- width: "100%",
4605
- height: "100%",
4606
- id:
4607
- item.id || item.name,
4608
- name: item.name,
4609
- src: _vm.handleUrlJoinParams(
4610
- {
4611
- url: item.url,
4612
- param:
4613
- item.param || {},
4614
- }
4615
- ),
4616
- },
4617
- })
4618
- : _vm._e(),
4619
- item.type === "attachment"
4620
- ? _c(
4621
- "es-upload",
4622
- _vm._g(
4623
- _vm._b(
4624
- {
4625
- key: index,
4626
- staticClass:
4627
- "es-attachment",
4628
- attrs: {
4629
- height: "auto",
4630
- "file-count":
4631
- title.count,
4632
- display: show,
4633
- },
4634
- on: {
4635
- "update:fileCount":
4636
- function (
4637
- $event
4638
- ) {
4639
- _vm.$set(
4640
- title,
4641
- "count",
4642
- $event
4625
+ false
4626
+ ),
4627
+ Object.assign(
4628
+ {},
4629
+ item.events
4643
4630
  )
4631
+ )
4632
+ )
4633
+ : _vm._e(),
4634
+ item.type ===
4635
+ "iframe" &&
4636
+ !item.blank
4637
+ ? _c("iframe", {
4638
+ key: index,
4639
+ attrs: {
4640
+ frameborder:
4641
+ "0",
4642
+ width: "100%",
4643
+ height:
4644
+ "100%",
4645
+ id:
4646
+ item.id ||
4647
+ item.name,
4648
+ name: item.name,
4649
+ src: _vm.handleUrlJoinParams(
4650
+ {
4651
+ url: item.url,
4652
+ param:
4653
+ item.param ||
4654
+ {},
4655
+ }
4656
+ ),
4644
4657
  },
4645
- },
4646
- },
4647
- "es-upload",
4648
- _vm.handleExclAttribute(
4649
- {
4650
- data: item,
4651
- attrs: [
4652
- "events",
4653
- "type",
4654
- ],
4655
- }
4656
- ),
4657
- false
4658
- ),
4659
- Object.assign(
4660
- {},
4661
- item.events
4662
- )
4663
- )
4664
- )
4665
- : _vm._e(),
4666
- item.type === "dialog"
4667
- ? _c(
4668
- "es-dialog",
4669
- _vm._g(
4670
- _vm._b(
4671
- {
4672
- key: index,
4673
- attrs: {
4674
- isReload: true,
4675
- visible:
4676
- item.visible,
4677
- },
4678
- on: {
4679
- "update:visible":
4680
- function (
4681
- $event
4682
- ) {
4683
- _vm.$set(
4684
- item,
4685
- "visible",
4686
- $event
4658
+ })
4659
+ : _vm._e(),
4660
+ item.type ===
4661
+ "attachment"
4662
+ ? _c(
4663
+ "es-upload",
4664
+ _vm._g(
4665
+ _vm._b(
4666
+ {
4667
+ key: index,
4668
+ staticClass:
4669
+ "es-attachment",
4670
+ attrs: {
4671
+ height:
4672
+ "auto",
4673
+ "file-count":
4674
+ title.count,
4675
+ display:
4676
+ show,
4677
+ },
4678
+ on: {
4679
+ "update:fileCount":
4680
+ function (
4681
+ $event
4682
+ ) {
4683
+ _vm.$set(
4684
+ title,
4685
+ "count",
4686
+ $event
4687
+ )
4688
+ },
4689
+ },
4690
+ },
4691
+ "es-upload",
4692
+ _vm.handleExclAttribute(
4693
+ {
4694
+ data: item,
4695
+ attrs: [
4696
+ "events",
4697
+ "type",
4698
+ ],
4699
+ }
4700
+ ),
4701
+ false
4702
+ ),
4703
+ Object.assign(
4704
+ {},
4705
+ item.events
4687
4706
  )
4688
- },
4689
- },
4690
- },
4691
- "es-dialog",
4692
- _vm.handleExclAttribute(
4693
- {
4694
- data: item,
4695
- attrs: [
4696
- "visible",
4697
- "type",
4698
- ],
4699
- }
4700
- ),
4701
- false
4702
- ),
4703
- Object.assign(
4704
- {},
4705
- item.events
4706
- )
4707
- )
4708
- )
4709
- : _vm._e(),
4710
- ],
4711
- ]
4712
- }),
4713
- ]
4714
- : [
4715
- contents.type === "form"
4716
- ? _c(
4717
- "es-form",
4718
- _vm._g(
4719
- _vm._b(
4720
- {
4721
- ref: "esFlowForm",
4722
- refInFor: true,
4723
- attrs: {
4724
- full: "",
4725
- model: contents.model,
4726
- display: show,
4727
- closeDialog: false,
4728
- },
4729
- on: {
4730
- "update:model": function (
4731
- $event
4732
- ) {
4733
- _vm.$set(
4734
- contents,
4735
- "model",
4736
- $event
4737
- )
4738
- },
4739
- },
4740
- },
4741
- "es-form",
4742
- _vm.handleExclAttribute({
4743
- data: contents,
4744
- attrs: [
4745
- "events",
4746
- "visible",
4747
- "model",
4748
- "type",
4749
- "ref",
4750
- ],
4751
- }),
4752
- false
4753
- ),
4754
- Object.assign({}, contents.events)
4755
- )
4756
- )
4757
- : _vm._e(),
4758
- contents.type === "data-table" ||
4759
- contents.type === "dataTable" ||
4760
- contents.type === "flow-list" ||
4761
- items.contents.type === "flowList"
4762
- ? _c(
4763
- "es-data-table",
4764
- _vm._g(
4765
- _vm._b(
4766
- {
4767
- class: {
4768
- "es-flow-group-data-table":
4769
- contents.type ===
4770
- "data-table" ||
4771
- items.contents.type ===
4772
- "dataTable",
4773
- "es-flow-list":
4774
- contents.type ===
4775
- "flow-list" ||
4776
- contents.type ===
4777
- "flowList",
4778
- },
4779
- attrs: { display: show },
4780
- },
4781
- "es-data-table",
4782
- _vm.handleExclAttribute({
4783
- data: contents,
4784
- attrs: [
4785
- "events",
4786
- "visible",
4787
- "type",
4788
- ],
4789
- }),
4790
- false
4791
- ),
4792
- contents.events
4793
- ),
4794
- [
4795
- contents.dialog
4796
- ? _c(
4797
- "template",
4798
- { slot: "dialog" },
4799
- [
4800
- Array.isArray(
4801
- contents.dialog
4802
- )
4803
- ? _vm._l(
4804
- contents.dialog,
4805
- function (
4806
- ele,
4807
- ids
4808
- ) {
4809
- return _c(
4707
+ )
4708
+ )
4709
+ : _vm._e(),
4710
+ item.type === "dialog"
4711
+ ? _c(
4810
4712
  "es-dialog",
4811
4713
  _vm._g(
4812
4714
  _vm._b(
4813
4715
  {
4814
- key: ids,
4716
+ key: index,
4815
4717
  attrs: {
4816
4718
  isReload: true,
4817
4719
  visible:
4818
- ele.visible,
4720
+ item.visible,
4819
4721
  },
4820
4722
  on: {
4821
4723
  "update:visible":
@@ -4823,7 +4725,7 @@ var render = function () {
4823
4725
  $event
4824
4726
  ) {
4825
4727
  _vm.$set(
4826
- ele,
4728
+ item,
4827
4729
  "visible",
4828
4730
  $event
4829
4731
  )
@@ -4833,9 +4735,10 @@ var render = function () {
4833
4735
  "es-dialog",
4834
4736
  _vm.handleExclAttribute(
4835
4737
  {
4836
- data: ele,
4738
+ data: item,
4837
4739
  attrs: [
4838
4740
  "visible",
4741
+ "type",
4839
4742
  ],
4840
4743
  }
4841
4744
  ),
@@ -4843,146 +4746,372 @@ var render = function () {
4843
4746
  ),
4844
4747
  Object.assign(
4845
4748
  {},
4846
- ele.events
4749
+ item.events
4847
4750
  )
4848
4751
  )
4849
4752
  )
4850
- }
4851
- )
4852
- : _c(
4853
- "es-dialog",
4854
- _vm._g(
4855
- _vm._b(
4856
- {
4857
- attrs: {
4858
- isReload: true,
4859
- visible:
4860
- contents
4861
- .dialog
4862
- .visible,
4863
- },
4864
- on: {
4865
- "update:visible":
4866
- function (
4867
- $event
4868
- ) {
4869
- _vm.$set(
4870
- contents.dialog,
4871
- "visible",
4872
- $event
4873
- )
4874
- },
4875
- },
4876
- },
4877
- "es-dialog",
4878
- _vm.handleExclAttribute(
4879
- {
4880
- data: contents.dialog,
4881
- attrs: [
4882
- "visible",
4883
- ],
4884
- }
4885
- ),
4886
- false
4887
- ),
4888
- Object.assign(
4889
- {},
4753
+ : _vm._e(),
4754
+ ],
4755
+ ]
4756
+ }
4757
+ ),
4758
+ ]
4759
+ : [
4760
+ contents.type === "form"
4761
+ ? _c(
4762
+ "es-form",
4763
+ _vm._g(
4764
+ _vm._b(
4765
+ {
4766
+ ref: "esFlowForm",
4767
+ refInFor: true,
4768
+ attrs: {
4769
+ full: "",
4770
+ model:
4771
+ contents.model,
4772
+ display: show,
4773
+ closeDialog: false,
4774
+ },
4775
+ on: {
4776
+ "update:model":
4777
+ function (
4778
+ $event
4779
+ ) {
4780
+ _vm.$set(
4781
+ contents,
4782
+ "model",
4783
+ $event
4784
+ )
4785
+ },
4786
+ },
4787
+ },
4788
+ "es-form",
4789
+ _vm.handleExclAttribute(
4790
+ {
4791
+ data: contents,
4792
+ attrs: [
4793
+ "events",
4794
+ "visible",
4795
+ "model",
4796
+ "type",
4797
+ "ref",
4798
+ ],
4799
+ }
4800
+ ),
4801
+ false
4802
+ ),
4803
+ Object.assign(
4804
+ {},
4805
+ contents.events
4806
+ )
4807
+ )
4808
+ )
4809
+ : _vm._e(),
4810
+ contents.type === "data-table" ||
4811
+ contents.type === "dataTable" ||
4812
+ contents.type === "flow-list" ||
4813
+ items.contents.type === "flowList"
4814
+ ? _c(
4815
+ "es-data-table",
4816
+ _vm._g(
4817
+ _vm._b(
4818
+ {
4819
+ class: {
4820
+ "es-flow-group-data-table":
4821
+ contents.type ===
4822
+ "data-table" ||
4823
+ items.contents
4824
+ .type ===
4825
+ "dataTable",
4826
+ "es-flow-list":
4827
+ contents.type ===
4828
+ "flow-list" ||
4829
+ contents.type ===
4830
+ "flowList",
4831
+ },
4832
+ attrs: {
4833
+ display: show,
4834
+ },
4835
+ },
4836
+ "es-data-table",
4837
+ _vm.handleExclAttribute(
4838
+ {
4839
+ data: contents,
4840
+ attrs: [
4841
+ "events",
4842
+ "visible",
4843
+ "type",
4844
+ ],
4845
+ }
4846
+ ),
4847
+ false
4848
+ ),
4849
+ contents.events
4850
+ ),
4851
+ [
4852
+ contents.dialog
4853
+ ? _c(
4854
+ "template",
4855
+ { slot: "dialog" },
4856
+ [
4857
+ Array.isArray(
4890
4858
  contents.dialog
4891
- .events
4892
4859
  )
4893
- )
4894
- ),
4860
+ ? _vm._l(
4861
+ contents.dialog,
4862
+ function (
4863
+ ele,
4864
+ ids
4865
+ ) {
4866
+ return _c(
4867
+ "es-dialog",
4868
+ _vm._g(
4869
+ _vm._b(
4870
+ {
4871
+ key: ids,
4872
+ attrs:
4873
+ {
4874
+ isReload: true,
4875
+ visible:
4876
+ ele.visible,
4877
+ },
4878
+ on: {
4879
+ "update:visible":
4880
+ function (
4881
+ $event
4882
+ ) {
4883
+ _vm.$set(
4884
+ ele,
4885
+ "visible",
4886
+ $event
4887
+ )
4888
+ },
4889
+ },
4890
+ },
4891
+ "es-dialog",
4892
+ _vm.handleExclAttribute(
4893
+ {
4894
+ data: ele,
4895
+ attrs:
4896
+ [
4897
+ "visible",
4898
+ ],
4899
+ }
4900
+ ),
4901
+ false
4902
+ ),
4903
+ Object.assign(
4904
+ {},
4905
+ ele.events
4906
+ )
4907
+ )
4908
+ )
4909
+ }
4910
+ )
4911
+ : _c(
4912
+ "es-dialog",
4913
+ _vm._g(
4914
+ _vm._b(
4915
+ {
4916
+ attrs:
4917
+ {
4918
+ isReload: true,
4919
+ visible:
4920
+ contents
4921
+ .dialog
4922
+ .visible,
4923
+ },
4924
+ on: {
4925
+ "update:visible":
4926
+ function (
4927
+ $event
4928
+ ) {
4929
+ _vm.$set(
4930
+ contents.dialog,
4931
+ "visible",
4932
+ $event
4933
+ )
4934
+ },
4935
+ },
4936
+ },
4937
+ "es-dialog",
4938
+ _vm.handleExclAttribute(
4939
+ {
4940
+ data: contents.dialog,
4941
+ attrs:
4942
+ [
4943
+ "visible",
4944
+ ],
4945
+ }
4946
+ ),
4947
+ false
4948
+ ),
4949
+ Object.assign(
4950
+ {},
4951
+ contents
4952
+ .dialog
4953
+ .events
4954
+ )
4955
+ )
4956
+ ),
4957
+ ],
4958
+ 2
4959
+ )
4960
+ : _vm._e(),
4895
4961
  ],
4896
4962
  2
4897
4963
  )
4898
4964
  : _vm._e(),
4965
+ contents.type === "tree-group" ||
4966
+ contents.type === "treeGroup"
4967
+ ? _c(
4968
+ "es-tree-group",
4969
+ _vm._g(
4970
+ _vm._b(
4971
+ {
4972
+ attrs: {
4973
+ display: show,
4974
+ },
4975
+ },
4976
+ "es-tree-group",
4977
+ _vm.handleExclAttribute(
4978
+ {
4979
+ data: contents,
4980
+ attrs: [
4981
+ "events",
4982
+ "visible",
4983
+ "type",
4984
+ ],
4985
+ }
4986
+ ),
4987
+ false
4988
+ ),
4989
+ Object.assign(
4990
+ {},
4991
+ contents.events
4992
+ )
4993
+ )
4994
+ )
4995
+ : _vm._e(),
4996
+ contents.type === "iframe" &&
4997
+ !contents.blank
4998
+ ? _c("iframe", {
4999
+ attrs: {
5000
+ id:
5001
+ contents.id ||
5002
+ contents.name,
5003
+ name: contents.name,
5004
+ frameborder: "0",
5005
+ width: "100%",
5006
+ height: "100%",
5007
+ src: _vm.handleUrlJoinParams(
5008
+ {
5009
+ url: contents.url,
5010
+ param:
5011
+ contents.param ||
5012
+ {},
5013
+ }
5014
+ ),
5015
+ },
5016
+ })
5017
+ : _vm._e(),
5018
+ contents.type === "attachment"
5019
+ ? _c(
5020
+ "es-upload",
5021
+ _vm._g(
5022
+ _vm._b(
5023
+ {
5024
+ staticClass:
5025
+ "es-attachment",
5026
+ attrs: {
5027
+ display: show,
5028
+ "file-count":
5029
+ title.count,
5030
+ height: "auto",
5031
+ },
5032
+ on: {
5033
+ "update:fileCount":
5034
+ function (
5035
+ $event
5036
+ ) {
5037
+ _vm.$set(
5038
+ title,
5039
+ "count",
5040
+ $event
5041
+ )
5042
+ },
5043
+ },
5044
+ },
5045
+ "es-upload",
5046
+ _vm.handleExclAttribute(
5047
+ {
5048
+ data: contents,
5049
+ attrs: [
5050
+ "events",
5051
+ "type",
5052
+ ],
5053
+ }
5054
+ ),
5055
+ false
5056
+ ),
5057
+ Object.assign(
5058
+ {},
5059
+ contents.events
5060
+ )
5061
+ )
5062
+ )
5063
+ : _vm._e(),
4899
5064
  ],
4900
- 2
4901
- )
4902
- : _vm._e(),
4903
- contents.type === "tree-group" ||
4904
- contents.type === "treeGroup"
4905
- ? _c(
4906
- "es-tree-group",
4907
- _vm._g(
4908
- _vm._b(
4909
- { attrs: { display: show } },
4910
- "es-tree-group",
4911
- _vm.handleExclAttribute({
4912
- data: contents,
4913
- attrs: [
4914
- "events",
4915
- "visible",
4916
- "type",
4917
- ],
4918
- }),
4919
- false
4920
- ),
4921
- Object.assign({}, contents.events)
4922
- )
4923
- )
4924
- : _vm._e(),
4925
- contents.type === "iframe" &&
4926
- !contents.blank
4927
- ? _c("iframe", {
4928
- attrs: {
4929
- id: contents.id || contents.name,
4930
- name: contents.name,
4931
- frameborder: "0",
4932
- width: "100%",
4933
- height: "100%",
4934
- src: _vm.handleUrlJoinParams({
4935
- url: contents.url,
4936
- param: contents.param || {},
4937
- }),
4938
- },
4939
- })
4940
- : _vm._e(),
4941
- contents.type === "attachment"
4942
- ? _c(
4943
- "es-upload",
4944
- _vm._g(
4945
- _vm._b(
4946
- {
4947
- staticClass: "es-attachment",
4948
- attrs: {
4949
- display: show,
4950
- "file-count": title.count,
4951
- height: "auto",
4952
- },
4953
- on: {
4954
- "update:fileCount":
4955
- function ($event) {
4956
- _vm.$set(
4957
- title,
4958
- "count",
4959
- $event
4960
- )
4961
- },
4962
- },
4963
- },
4964
- "es-upload",
4965
- _vm.handleExclAttribute({
4966
- data: contents,
4967
- attrs: ["events", "type"],
4968
- }),
4969
- false
4970
- ),
4971
- Object.assign({}, contents.events)
4972
- )
4973
- )
4974
- : _vm._e(),
4975
- ],
4976
- ]
4977
- },
4978
- },
4979
- ]),
5065
+ ]
5066
+ },
5067
+ },
5068
+ ]),
5069
+ },
5070
+ "es-tabs-panel",
5071
+ items,
5072
+ false
5073
+ )
5074
+ ),
5075
+ ]
4980
5076
  },
4981
- "es-tabs-panel",
4982
- items,
4983
- false
4984
- )
4985
- ),
5077
+ },
5078
+ ]),
5079
+ },
5080
+ [
5081
+ items.title
5082
+ ? _c("template", { slot: "label" }, [
5083
+ _c(
5084
+ "span",
5085
+ [
5086
+ typeof items.title === "object"
5087
+ ? [
5088
+ items.title.icon
5089
+ ? _c("i", { class: items.title.icon })
5090
+ : _vm._e(),
5091
+ Object.prototype.hasOwnProperty.call(
5092
+ items.title,
5093
+ "count"
5094
+ )
5095
+ ? _c("el-badge", {
5096
+ attrs: {
5097
+ type: "primary",
5098
+ value: items.title.count,
5099
+ max: 99,
5100
+ },
5101
+ })
5102
+ : _vm._e(),
5103
+ _vm._v(
5104
+ "\n " +
5105
+ _vm._s(items.title.text) +
5106
+ "\n "
5107
+ ),
5108
+ ]
5109
+ : [_vm._v(_vm._s(items.title))],
5110
+ ],
5111
+ 2
5112
+ ),
5113
+ ])
5114
+ : _vm._e(),
4986
5115
  ],
4987
5116
  2
4988
5117
  )
@@ -4997,7 +5126,7 @@ var staticRenderFns = []
4997
5126
  render._withStripped = true
4998
5127
 
4999
5128
 
5000
- // CONCATENATED MODULE: ./packages/tabs/src/main.vue?vue&type=template&id=69164e0e&
5129
+ // CONCATENATED MODULE: ./packages/tabs/src/main.vue?vue&type=template&id=6c10896a&
5001
5130
 
5002
5131
  // EXTERNAL MODULE: ./src/utils/util.js
5003
5132
  var util = __webpack_require__(0);
@@ -5615,6 +5744,11 @@ var util = __webpack_require__(0);
5615
5744
  //
5616
5745
  //
5617
5746
  //
5747
+ //
5748
+ //
5749
+ //
5750
+ //
5751
+ //
5618
5752
 
5619
5753
 
5620
5754
  /* harmony default export */ var mainvue_type_script_lang_js_ = ({