super-page-designer 2.1.52 → 2.1.58
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/dist/es/components/design/utils/assemblys-config.js +13 -22
- package/dist/es/components/design/utils/chart-design-util.js +17 -1
- package/dist/es/components/design/utils/data-table-util.js +11 -9
- package/dist/es/components/design/utils/form-design-util.js +5 -0
- package/dist/es/components/design/utils/page-explore-util.js +0 -1
- package/dist/es/components/design/views/assemblys/chart/column-line/column-line-attr.vue2.js +5 -5
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-data.vue.js +60 -1
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-events.vue.js +22 -0
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-events.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/common/common-style-yaxis.vue.js +89 -23
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue2.js +13 -5
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/style-table.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-pageination.vue.js +347 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-pageination.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-showcondition.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-advanced.vue.js +1 -4
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue.js +77 -50
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.d.ts +9 -0
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +3 -3
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +1 -734
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +738 -1
- package/dist/es/components/design/views/assemblys/common/page-permission-select.vue.js +9 -2
- package/dist/es/components/design/views/assemblys/common-attr-events.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/container/tabs/tabs-design.vue2.js +1 -11
- package/dist/es/components/design/views/assemblys/container/tools/tools-design.vue2.js +31 -5
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue2.js +5 -37
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr-advanced.vue.js +45 -15
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr.vue2.js +3 -2
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-style.vue.js +5 -3
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +152 -1
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +1 -152
- package/dist/es/components/design/views/assemblys/form/common/hyperlink-mult-config.vue.js +4 -3
- package/dist/es/components/design/views/assemblys/form/common/parameter-table.vue.js +11 -1
- package/dist/es/components/design/views/assemblys/form/common/suffixmodule.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/form/custom/custom-attr-base.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/object-design.vue.js +14 -13
- package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +45 -1
- package/dist/es/components/design/views/assemblys/page/variable-dialog.vue.js +30 -1
- package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.js +3 -3
- package/dist/es/components/design/views/design/view/components/quick-add-fields.vue.js +53 -14
- package/dist/es/style.css +82 -82
- package/package.json +6 -5
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue.js +0 -205
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue2.js +0 -4
package/dist/es/style.css
CHANGED
|
@@ -1292,6 +1292,10 @@ fieldset.amb-design-item-selected {
|
|
|
1292
1292
|
padding: 10px;
|
|
1293
1293
|
font-weight: bold;
|
|
1294
1294
|
}
|
|
1295
|
+
|
|
1296
|
+
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
1297
|
+
cursor: default;
|
|
1298
|
+
}
|
|
1295
1299
|
.el-tree-node__content {
|
|
1296
1300
|
height: 34px !important;
|
|
1297
1301
|
}
|
|
@@ -2528,10 +2532,6 @@ fieldset.amb-design-item-selected {
|
|
|
2528
2532
|
padding: 10px;
|
|
2529
2533
|
font-weight: bold;
|
|
2530
2534
|
}
|
|
2531
|
-
|
|
2532
|
-
.el-select__wrapper.is-disabled{
|
|
2533
|
-
cursor: default;
|
|
2534
|
-
}
|
|
2535
2535
|
.el-tree-node__content {
|
|
2536
2536
|
height: 34px !important;
|
|
2537
2537
|
}
|
|
@@ -3151,7 +3151,7 @@ fieldset.amb-design-item-selected {
|
|
|
3151
3151
|
font-weight: bold;
|
|
3152
3152
|
}
|
|
3153
3153
|
|
|
3154
|
-
.el-
|
|
3154
|
+
.el-select__wrapper.is-disabled{
|
|
3155
3155
|
cursor: default;
|
|
3156
3156
|
}
|
|
3157
3157
|
.el-tree-node__content {
|
|
@@ -16186,6 +16186,56 @@ fieldset.amb-design-item-selected {
|
|
|
16186
16186
|
[data-v-bab42532] .el-form-item__label {
|
|
16187
16187
|
padding: 0;
|
|
16188
16188
|
}
|
|
16189
|
+
|
|
16190
|
+
/*不显示列样式*/
|
|
16191
|
+
.hiddenBorder {
|
|
16192
|
+
border-right: solid 1px #ebebeb !important;
|
|
16193
|
+
border-left: solid 1px #ebebeb !important;
|
|
16194
|
+
background-color: #ebebeb !important;
|
|
16195
|
+
}
|
|
16196
|
+
/*选中列样式*/
|
|
16197
|
+
.addBorder {
|
|
16198
|
+
border-right: solid 1px #5893ef !important;
|
|
16199
|
+
border-left: solid 1px #5893ef !important;
|
|
16200
|
+
background-color: #5893ef !important;
|
|
16201
|
+
color: #ffffff;
|
|
16202
|
+
}
|
|
16203
|
+
.ghost {
|
|
16204
|
+
opacity: 0.5;
|
|
16205
|
+
background: #c8ebfb;
|
|
16206
|
+
}
|
|
16207
|
+
|
|
16208
|
+
li[data-v-a555cba7] {
|
|
16209
|
+
color: #333;
|
|
16210
|
+
}
|
|
16211
|
+
.context-menu[data-v-a555cba7] {
|
|
16212
|
+
position: fixed;
|
|
16213
|
+
background: #fff;
|
|
16214
|
+
z-index: 999;
|
|
16215
|
+
padding: 5px;
|
|
16216
|
+
margin: 0;
|
|
16217
|
+
margin-top: 30px;
|
|
16218
|
+
}
|
|
16219
|
+
.context-menu li[data-v-a555cba7] {
|
|
16220
|
+
min-width: 75px;
|
|
16221
|
+
height: 28px;
|
|
16222
|
+
line-height: 28px;
|
|
16223
|
+
text-align: left;
|
|
16224
|
+
color: #1a1a1a;
|
|
16225
|
+
cursor: pointer;
|
|
16226
|
+
}
|
|
16227
|
+
.context-menu li[data-v-a555cba7]:hover {
|
|
16228
|
+
background: #5893ef;
|
|
16229
|
+
color: #fff;
|
|
16230
|
+
}
|
|
16231
|
+
.context-menu[data-v-a555cba7] {
|
|
16232
|
+
border: 1px solid #eee;
|
|
16233
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
16234
|
+
border-radius: 5px;
|
|
16235
|
+
}
|
|
16236
|
+
li[data-v-a555cba7] {
|
|
16237
|
+
list-style-type: none;
|
|
16238
|
+
}
|
|
16189
16239
|
.el-tree-node__content {
|
|
16190
16240
|
height: 34px !important;
|
|
16191
16241
|
}
|
|
@@ -17422,56 +17472,6 @@ fieldset.amb-design-item-selected {
|
|
|
17422
17472
|
padding: 10px;
|
|
17423
17473
|
font-weight: bold;
|
|
17424
17474
|
}
|
|
17425
|
-
|
|
17426
|
-
/*不显示列样式*/
|
|
17427
|
-
.hiddenBorder {
|
|
17428
|
-
border-right: solid 1px #ebebeb !important;
|
|
17429
|
-
border-left: solid 1px #ebebeb !important;
|
|
17430
|
-
background-color: #ebebeb !important;
|
|
17431
|
-
}
|
|
17432
|
-
/*选中列样式*/
|
|
17433
|
-
.addBorder {
|
|
17434
|
-
border-right: solid 1px #5893ef !important;
|
|
17435
|
-
border-left: solid 1px #5893ef !important;
|
|
17436
|
-
background-color: #5893ef !important;
|
|
17437
|
-
color: #ffffff;
|
|
17438
|
-
}
|
|
17439
|
-
.ghost {
|
|
17440
|
-
opacity: 0.5;
|
|
17441
|
-
background: #c8ebfb;
|
|
17442
|
-
}
|
|
17443
|
-
|
|
17444
|
-
li[data-v-a555cba7] {
|
|
17445
|
-
color: #333;
|
|
17446
|
-
}
|
|
17447
|
-
.context-menu[data-v-a555cba7] {
|
|
17448
|
-
position: fixed;
|
|
17449
|
-
background: #fff;
|
|
17450
|
-
z-index: 999;
|
|
17451
|
-
padding: 5px;
|
|
17452
|
-
margin: 0;
|
|
17453
|
-
margin-top: 30px;
|
|
17454
|
-
}
|
|
17455
|
-
.context-menu li[data-v-a555cba7] {
|
|
17456
|
-
min-width: 75px;
|
|
17457
|
-
height: 28px;
|
|
17458
|
-
line-height: 28px;
|
|
17459
|
-
text-align: left;
|
|
17460
|
-
color: #1a1a1a;
|
|
17461
|
-
cursor: pointer;
|
|
17462
|
-
}
|
|
17463
|
-
.context-menu li[data-v-a555cba7]:hover {
|
|
17464
|
-
background: #5893ef;
|
|
17465
|
-
color: #fff;
|
|
17466
|
-
}
|
|
17467
|
-
.context-menu[data-v-a555cba7] {
|
|
17468
|
-
border: 1px solid #eee;
|
|
17469
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
17470
|
-
border-radius: 5px;
|
|
17471
|
-
}
|
|
17472
|
-
li[data-v-a555cba7] {
|
|
17473
|
-
list-style-type: none;
|
|
17474
|
-
}
|
|
17475
17475
|
|
|
17476
17476
|
.amb-design-attr-header[data-v-226997f7] {
|
|
17477
17477
|
position: sticky;
|
|
@@ -17511,15 +17511,15 @@ li[data-v-a555cba7] {
|
|
|
17511
17511
|
padding-bottom: 5px;
|
|
17512
17512
|
}
|
|
17513
17513
|
|
|
17514
|
-
[data-v-a4871164] .el-cascader-menu {
|
|
17515
|
-
min-width: 120px !important;
|
|
17516
|
-
}
|
|
17517
|
-
|
|
17518
17514
|
.seleteSort[data-v-8aacbe0c] {
|
|
17519
17515
|
border-radius: 5px;
|
|
17520
17516
|
border: 1px solid rgba(88, 147, 239);
|
|
17521
17517
|
}
|
|
17522
17518
|
|
|
17519
|
+
[data-v-3528c938] .el-cascader-menu {
|
|
17520
|
+
min-width: 120px !important;
|
|
17521
|
+
}
|
|
17522
|
+
|
|
17523
17523
|
.editorTool[data-v-39d5d5cf] {
|
|
17524
17524
|
margin-left: auto;
|
|
17525
17525
|
}
|
|
@@ -17570,31 +17570,15 @@ li[data-v-a555cba7] {
|
|
|
17570
17570
|
margin-bottom: 20px;
|
|
17571
17571
|
}
|
|
17572
17572
|
|
|
17573
|
-
.seleteSort[data-v-1dada466] {
|
|
17574
|
-
border-radius: 5px;
|
|
17575
|
-
border: 1px solid rgba(88, 147, 239);
|
|
17576
|
-
}
|
|
17577
|
-
[data-v-1dada466] .el-select__selection{
|
|
17578
|
-
display: inline-block;
|
|
17579
|
-
}
|
|
17580
|
-
|
|
17581
17573
|
.seleteSort[data-v-3336d6c5] {
|
|
17582
17574
|
border-radius: 5px;
|
|
17583
17575
|
border: 1px solid rgba(88, 147, 239);
|
|
17584
17576
|
}
|
|
17585
17577
|
|
|
17586
|
-
|
|
17587
|
-
display: flex;
|
|
17588
|
-
}
|
|
17589
|
-
.stateText[data-v-ae2798fb]{
|
|
17590
|
-
margin-left: 10px;
|
|
17591
|
-
color: #7b7b7b;
|
|
17592
|
-
}
|
|
17593
|
-
|
|
17594
|
-
li[data-v-3438f06f] {
|
|
17578
|
+
li[data-v-4fd4369c] {
|
|
17595
17579
|
color: #333;
|
|
17596
17580
|
}
|
|
17597
|
-
.context-menu[data-v-
|
|
17581
|
+
.context-menu[data-v-4fd4369c] {
|
|
17598
17582
|
position: fixed;
|
|
17599
17583
|
background: #fff;
|
|
17600
17584
|
z-index: 999;
|
|
@@ -17602,7 +17586,7 @@ li[data-v-3438f06f] {
|
|
|
17602
17586
|
margin: 0;
|
|
17603
17587
|
margin-top: 30px;
|
|
17604
17588
|
}
|
|
17605
|
-
.context-menu li[data-v-
|
|
17589
|
+
.context-menu li[data-v-4fd4369c] {
|
|
17606
17590
|
min-width: 75px;
|
|
17607
17591
|
height: 28px;
|
|
17608
17592
|
line-height: 28px;
|
|
@@ -17615,24 +17599,40 @@ li[data-v-3438f06f] {
|
|
|
17615
17599
|
/* background: #5893ef;*/
|
|
17616
17600
|
/* color: #fff;*/
|
|
17617
17601
|
/*}*/
|
|
17618
|
-
.context-menuLi[data-v-
|
|
17602
|
+
.context-menuLi[data-v-4fd4369c]:hover {
|
|
17619
17603
|
background: #5893ef;
|
|
17620
17604
|
color: #fff;
|
|
17621
17605
|
}
|
|
17622
|
-
.context-menu[data-v-
|
|
17606
|
+
.context-menu[data-v-4fd4369c] {
|
|
17623
17607
|
border: 1px solid #eee;
|
|
17624
17608
|
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
17625
17609
|
border-radius: 5px;
|
|
17626
17610
|
}
|
|
17627
|
-
li[data-v-
|
|
17611
|
+
li[data-v-4fd4369c] {
|
|
17628
17612
|
list-style-type: none;
|
|
17629
17613
|
}
|
|
17630
17614
|
|
|
17615
|
+
.stateBtn[data-v-ae2798fb]{
|
|
17616
|
+
display: flex;
|
|
17617
|
+
}
|
|
17618
|
+
.stateText[data-v-ae2798fb]{
|
|
17619
|
+
margin-left: 10px;
|
|
17620
|
+
color: #7b7b7b;
|
|
17621
|
+
}
|
|
17622
|
+
|
|
17623
|
+
.seleteSort[data-v-1dada466] {
|
|
17624
|
+
border-radius: 5px;
|
|
17625
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17626
|
+
}
|
|
17627
|
+
[data-v-1dada466] .el-select__selection{
|
|
17628
|
+
display: inline-block;
|
|
17629
|
+
}
|
|
17630
|
+
|
|
17631
17631
|
.el-tag[data-v-665d3bf4]{
|
|
17632
17632
|
margin-left: 10px;
|
|
17633
17633
|
}
|
|
17634
17634
|
|
|
17635
|
-
.seleteSort[data-v-
|
|
17635
|
+
.seleteSort[data-v-a62867e0] {
|
|
17636
17636
|
border-radius: 5px;
|
|
17637
17637
|
border: 1px solid rgba(88, 147, 239);
|
|
17638
17638
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.58",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"@logicflow/layout": "1.2.0-alpha.16",
|
|
29
29
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
30
30
|
"@vueuse/core": "^10.9.0",
|
|
31
|
-
"agilebuilder-
|
|
31
|
+
"agilebuilder-private-libs": "1.0.26",
|
|
32
|
+
"agilebuilder-ui": "1.0.89",
|
|
32
33
|
"echarts": "^5.5.0",
|
|
33
34
|
"element-plus": "^2.6.1",
|
|
34
35
|
"font-awesome": "^4.7.0",
|
|
@@ -39,8 +40,8 @@
|
|
|
39
40
|
"pinia": "^2.1.7",
|
|
40
41
|
"qrcode": "^1.5.3",
|
|
41
42
|
"quill": "^2.0.1",
|
|
42
|
-
"service-flow-designer": "2.1.
|
|
43
|
-
"super-page-runtime": "2.1.
|
|
43
|
+
"service-flow-designer": "2.1.56",
|
|
44
|
+
"super-page-runtime": "2.1.57",
|
|
44
45
|
"uuid": "^9.0.1",
|
|
45
46
|
"vite": "^5.1.6",
|
|
46
47
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|
|
@@ -51,7 +52,7 @@
|
|
|
51
52
|
"vue-echarts": "^6.6.9",
|
|
52
53
|
"vue-router": "^4.3.0",
|
|
53
54
|
"vuex": "^4.1.0",
|
|
54
|
-
"workflow-editor": "0.0.
|
|
55
|
+
"workflow-editor": "0.0.47-up"
|
|
55
56
|
},
|
|
56
57
|
"devDependencies": {
|
|
57
58
|
"@codemirror/autocomplete": "^6.16.0",
|
|
@@ -1,205 +0,0 @@
|
|
|
1
|
-
import { defineComponent, ref, watch, resolveComponent, openBlock, createElementBlock, Fragment, createVNode, withCtx, renderList, unref, createBlock, createTextVNode } from "vue";
|
|
2
|
-
import _sfc_main$1 from "./table-showcondition.vue.js";
|
|
3
|
-
import _sfc_main$2 from "../../../form/common/suffixmodule.vue.js";
|
|
4
|
-
import { getCustomFuncs } from "../../../../../utils/page-event-util.js";
|
|
5
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
|
-
__name: "link-table",
|
|
7
|
-
props: {
|
|
8
|
-
data: {
|
|
9
|
-
type: Array,
|
|
10
|
-
default: () => []
|
|
11
|
-
},
|
|
12
|
-
// 页面设计对象
|
|
13
|
-
pageDesign: {
|
|
14
|
-
type: Object,
|
|
15
|
-
default: () => {
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
// 变量显示类型
|
|
19
|
-
paramTypes: {
|
|
20
|
-
type: Array,
|
|
21
|
-
default: () => ["data", "task", "page", "request"]
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
emits: ["dataChange"],
|
|
25
|
-
setup(__props, { emit: __emit }) {
|
|
26
|
-
const props = __props;
|
|
27
|
-
const emit = __emit;
|
|
28
|
-
const tableData = ref([]);
|
|
29
|
-
if (props.data) {
|
|
30
|
-
tableData.value = props.data;
|
|
31
|
-
}
|
|
32
|
-
const dialogTableVisible = ref(false);
|
|
33
|
-
if (!tableData.value || tableData.value.length == 0) {
|
|
34
|
-
tableData.value.push({
|
|
35
|
-
showCondition: [],
|
|
36
|
-
eventCallBack: "",
|
|
37
|
-
style: {},
|
|
38
|
-
linkPage: {}
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
function addData(rowItem, index) {
|
|
42
|
-
tableData.value.splice(index + 1, 0, {
|
|
43
|
-
showCondition: [],
|
|
44
|
-
eventCallBack: "",
|
|
45
|
-
style: {}
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
function deleteData(rowItem, index) {
|
|
49
|
-
console.log("%c描述-111955", "color:#2E3435;background:#F8BB07;padding:3px;border-radius:2px", index);
|
|
50
|
-
if (tableData.value.length == 1) {
|
|
51
|
-
rowItem.showCondition = [], rowItem.eventCallBack = "", rowItem.style = {};
|
|
52
|
-
return;
|
|
53
|
-
}
|
|
54
|
-
tableData.value.splice(index, 1);
|
|
55
|
-
}
|
|
56
|
-
const linkData = ref({});
|
|
57
|
-
const linkIndex = ref(0);
|
|
58
|
-
function linkConfig(data, index) {
|
|
59
|
-
linkData.value = data;
|
|
60
|
-
dialogTableVisible.value = true;
|
|
61
|
-
linkIndex.value = index;
|
|
62
|
-
}
|
|
63
|
-
function handleClose() {
|
|
64
|
-
tableData.value[linkIndex.value].linkPage = linkData.value;
|
|
65
|
-
dialogTableVisible.value = false;
|
|
66
|
-
}
|
|
67
|
-
watch(
|
|
68
|
-
() => tableData.value,
|
|
69
|
-
(newVal) => {
|
|
70
|
-
if (Object.keys(newVal[0].linkPage).length > 0) {
|
|
71
|
-
emit("dataChange", tableData.value);
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
{ deep: true }
|
|
75
|
-
);
|
|
76
|
-
return (_ctx, _cache) => {
|
|
77
|
-
const _component_el_table_column = resolveComponent("el-table-column");
|
|
78
|
-
const _component_el_option = resolveComponent("el-option");
|
|
79
|
-
const _component_el_select = resolveComponent("el-select");
|
|
80
|
-
const _component_el_button = resolveComponent("el-button");
|
|
81
|
-
const _component_Plus = resolveComponent("Plus");
|
|
82
|
-
const _component_el_icon = resolveComponent("el-icon");
|
|
83
|
-
const _component_Delete = resolveComponent("Delete");
|
|
84
|
-
const _component_el_table = resolveComponent("el-table");
|
|
85
|
-
const _component_el_dialog = resolveComponent("el-dialog");
|
|
86
|
-
return openBlock(), createElementBlock(Fragment, null, [
|
|
87
|
-
createVNode(_component_el_table, {
|
|
88
|
-
data: tableData.value,
|
|
89
|
-
style: { "width": "100%" }
|
|
90
|
-
}, {
|
|
91
|
-
default: withCtx(() => [
|
|
92
|
-
createVNode(_component_el_table_column, {
|
|
93
|
-
label: "条件",
|
|
94
|
-
width: "55",
|
|
95
|
-
align: "center"
|
|
96
|
-
}, {
|
|
97
|
-
default: withCtx((scope) => [
|
|
98
|
-
createVNode(_sfc_main$1, {
|
|
99
|
-
paramTypes: __props.paramTypes,
|
|
100
|
-
data: scope.row.showCondition
|
|
101
|
-
}, null, 8, ["paramTypes", "data"])
|
|
102
|
-
]),
|
|
103
|
-
_: 1
|
|
104
|
-
}),
|
|
105
|
-
createVNode(_component_el_table_column, {
|
|
106
|
-
label: "自定义条件",
|
|
107
|
-
align: "center"
|
|
108
|
-
}, {
|
|
109
|
-
default: withCtx((scope) => [
|
|
110
|
-
createVNode(_component_el_select, {
|
|
111
|
-
modelValue: scope.row.scopeFunc,
|
|
112
|
-
"onUpdate:modelValue": ($event) => scope.row.scopeFunc = $event,
|
|
113
|
-
clearable: "",
|
|
114
|
-
title: scope.row.scopeFunc,
|
|
115
|
-
size: "small",
|
|
116
|
-
placeholder: "请选择"
|
|
117
|
-
}, {
|
|
118
|
-
default: withCtx(() => [
|
|
119
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(getCustomFuncs)(), (item) => {
|
|
120
|
-
return openBlock(), createBlock(_component_el_option, {
|
|
121
|
-
key: item.value,
|
|
122
|
-
label: item.label,
|
|
123
|
-
value: item.value
|
|
124
|
-
}, null, 8, ["label", "value"]);
|
|
125
|
-
}), 128))
|
|
126
|
-
]),
|
|
127
|
-
_: 2
|
|
128
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "title"])
|
|
129
|
-
]),
|
|
130
|
-
_: 1
|
|
131
|
-
}),
|
|
132
|
-
createVNode(_component_el_table_column, {
|
|
133
|
-
prop: "value",
|
|
134
|
-
label: "链接",
|
|
135
|
-
width: "55",
|
|
136
|
-
align: "center"
|
|
137
|
-
}, {
|
|
138
|
-
default: withCtx((scope) => [
|
|
139
|
-
createVNode(_component_el_button, {
|
|
140
|
-
type: "primary",
|
|
141
|
-
onClick: ($event) => linkConfig(scope.row.linkPage, scope.$index)
|
|
142
|
-
}, {
|
|
143
|
-
default: withCtx(() => [
|
|
144
|
-
createTextVNode("设置")
|
|
145
|
-
]),
|
|
146
|
-
_: 2
|
|
147
|
-
}, 1032, ["onClick"])
|
|
148
|
-
]),
|
|
149
|
-
_: 1
|
|
150
|
-
}),
|
|
151
|
-
createVNode(_component_el_table_column, {
|
|
152
|
-
label: "操作",
|
|
153
|
-
align: "center"
|
|
154
|
-
}, {
|
|
155
|
-
default: withCtx((scope) => [
|
|
156
|
-
createVNode(_component_el_icon, {
|
|
157
|
-
size: "14",
|
|
158
|
-
style: { "color": "#5893ef", "cursor": "pointer", "font-weight": "bold", "margin-right": "8px" },
|
|
159
|
-
onClick: ($event) => addData(scope.row, scope.$index)
|
|
160
|
-
}, {
|
|
161
|
-
default: withCtx(() => [
|
|
162
|
-
createVNode(_component_Plus)
|
|
163
|
-
]),
|
|
164
|
-
_: 2
|
|
165
|
-
}, 1032, ["onClick"]),
|
|
166
|
-
createVNode(_component_el_icon, {
|
|
167
|
-
size: "14",
|
|
168
|
-
style: { "color": "#5893ef", "cursor": "pointer" },
|
|
169
|
-
onClick: ($event) => deleteData(scope.row, scope.$index)
|
|
170
|
-
}, {
|
|
171
|
-
default: withCtx(() => [
|
|
172
|
-
createVNode(_component_Delete)
|
|
173
|
-
]),
|
|
174
|
-
_: 2
|
|
175
|
-
}, 1032, ["onClick"])
|
|
176
|
-
]),
|
|
177
|
-
_: 1
|
|
178
|
-
})
|
|
179
|
-
]),
|
|
180
|
-
_: 1
|
|
181
|
-
}, 8, ["data"]),
|
|
182
|
-
createVNode(_component_el_dialog, {
|
|
183
|
-
modelValue: dialogTableVisible.value,
|
|
184
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => dialogTableVisible.value = $event),
|
|
185
|
-
title: "超链接设置",
|
|
186
|
-
"before-close": handleClose,
|
|
187
|
-
width: "900",
|
|
188
|
-
"append-to-body": ""
|
|
189
|
-
}, {
|
|
190
|
-
default: withCtx(() => [
|
|
191
|
-
createVNode(_sfc_main$2, {
|
|
192
|
-
isDialog: true,
|
|
193
|
-
configure: linkData.value,
|
|
194
|
-
pageDesign: __props.pageDesign
|
|
195
|
-
}, null, 8, ["configure", "pageDesign"])
|
|
196
|
-
]),
|
|
197
|
-
_: 1
|
|
198
|
-
}, 8, ["modelValue"])
|
|
199
|
-
], 64);
|
|
200
|
-
};
|
|
201
|
-
}
|
|
202
|
-
});
|
|
203
|
-
export {
|
|
204
|
-
_sfc_main as default
|
|
205
|
-
};
|