mooho-base-admin-plus 2.0.22 → 2.0.24
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/package/mooho-base-admin-plus.min.esm.js +60 -55
- package/package/mooho-base-admin-plus.min.js +12 -12
- package/package.json +1 -1
- package/src/components/view/column-edit.vue +4 -4
- package/src/components/view/filter-edit.vue +4 -4
- package/src/components/view/modal-form-filter.vue +1 -1
- package/src/components/view/modal-form-sort.vue +1 -1
- package/src/components/view/table-filter.vue +8 -8
- package/src/components/view/view-form-draggable.vue +10 -10
- package/src/components/view/view-form.vue +10 -10
- package/src/components/view/view-table.vue +7 -7
- package/src/components/workflow/flow-chart.vue +1 -1
- package/src/layouts/basic-layout/menu-side/menu-collapse.vue +1 -1
- package/src/mixins/page.js +9 -3
- package/src/pages/system/role.vue +2 -2
- package/src/pages/system/rolePropertyEdit.vue +2 -2
- package/src/pages/system/user.vue +1 -1
|
@@ -21942,10 +21942,15 @@ var mixinPage = {
|
|
|
21942
21942
|
return value ? '<i class="fa fa-check info"></i>' : "";
|
|
21943
21943
|
}
|
|
21944
21944
|
} else if (dataType === "String") {
|
|
21945
|
-
if (
|
|
21946
|
-
|
|
21945
|
+
if (format2 === "Array") {
|
|
21946
|
+
let array = JSON.parse(value);
|
|
21947
|
+
return array.join(", ");
|
|
21947
21948
|
} else {
|
|
21948
|
-
|
|
21949
|
+
if (this.layout.showI18n) {
|
|
21950
|
+
return this.tParam(value);
|
|
21951
|
+
} else {
|
|
21952
|
+
return value;
|
|
21953
|
+
}
|
|
21949
21954
|
}
|
|
21950
21955
|
} else {
|
|
21951
21956
|
return value;
|
|
@@ -27436,7 +27441,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27436
27441
|
"onUpdate:modelValue": ($event) => data2[code2] = $event,
|
|
27437
27442
|
clearable: "",
|
|
27438
27443
|
placeholder: "\u9000\u56DE\u53D1\u8D77\u4EBA",
|
|
27439
|
-
transfer:
|
|
27444
|
+
transfer: true
|
|
27440
27445
|
}, {
|
|
27441
27446
|
default: withCtx(() => [
|
|
27442
27447
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.activities.filter((item) => {
|
|
@@ -28191,7 +28196,7 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28191
28196
|
createVNode$1(_component_Select, {
|
|
28192
28197
|
modelValue: $data.data.dataType,
|
|
28193
28198
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.data.dataType = $event),
|
|
28194
|
-
transfer:
|
|
28199
|
+
transfer: true
|
|
28195
28200
|
}, {
|
|
28196
28201
|
default: withCtx(() => [
|
|
28197
28202
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("DataType"), (item) => {
|
|
@@ -28224,7 +28229,7 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28224
28229
|
createVNode$1(_component_Select, {
|
|
28225
28230
|
modelValue: $data.data.controlType,
|
|
28226
28231
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.data.controlType = $event),
|
|
28227
|
-
transfer:
|
|
28232
|
+
transfer: true
|
|
28228
28233
|
}, {
|
|
28229
28234
|
default: withCtx(() => [
|
|
28230
28235
|
createVNode$1(_component_Option, {
|
|
@@ -29009,7 +29014,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29009
29014
|
modelValue: row.propertyValue,
|
|
29010
29015
|
"onUpdate:modelValue": ($event) => row.propertyValue = $event,
|
|
29011
29016
|
clearable: "",
|
|
29012
|
-
transfer:
|
|
29017
|
+
transfer: true
|
|
29013
29018
|
}, {
|
|
29014
29019
|
default: withCtx(() => [
|
|
29015
29020
|
(openBlock(true), createElementBlock(Fragment, null, renderList(row._dataSource, (item) => {
|
|
@@ -29034,7 +29039,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29034
29039
|
},
|
|
29035
29040
|
multiple: true,
|
|
29036
29041
|
clearable: "",
|
|
29037
|
-
transfer:
|
|
29042
|
+
transfer: true
|
|
29038
29043
|
}, {
|
|
29039
29044
|
default: withCtx(() => [
|
|
29040
29045
|
(openBlock(true), createElementBlock(Fragment, null, renderList(row._dataSource, (item) => {
|
|
@@ -30160,7 +30165,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30160
30165
|
createVNode$1(_component_Select, {
|
|
30161
30166
|
modelValue: $data.data.dataType,
|
|
30162
30167
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => $data.data.dataType = $event),
|
|
30163
|
-
transfer:
|
|
30168
|
+
transfer: true
|
|
30164
30169
|
}, {
|
|
30165
30170
|
default: withCtx(() => [
|
|
30166
30171
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("DataType"), (item) => {
|
|
@@ -30209,7 +30214,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30209
30214
|
createVNode$1(_component_Select, {
|
|
30210
30215
|
modelValue: $data.data.operator,
|
|
30211
30216
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => $data.data.operator = $event),
|
|
30212
|
-
transfer:
|
|
30217
|
+
transfer: true
|
|
30213
30218
|
}, {
|
|
30214
30219
|
default: withCtx(() => [
|
|
30215
30220
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("Operator"), (item) => {
|
|
@@ -30243,7 +30248,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30243
30248
|
createVNode$1(_component_Select, {
|
|
30244
30249
|
modelValue: $data.data.controlType,
|
|
30245
30250
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $data.data.controlType = $event),
|
|
30246
|
-
transfer:
|
|
30251
|
+
transfer: true,
|
|
30247
30252
|
onOnChange: $options.controlTypeChange
|
|
30248
30253
|
}, {
|
|
30249
30254
|
default: withCtx(() => [
|
|
@@ -30531,7 +30536,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30531
30536
|
createVNode$1(_component_Select, {
|
|
30532
30537
|
modelValue: $data.data.columnWidth,
|
|
30533
30538
|
"onUpdate:modelValue": _cache[25] || (_cache[25] = ($event) => $data.data.columnWidth = $event),
|
|
30534
|
-
transfer:
|
|
30539
|
+
transfer: true
|
|
30535
30540
|
}, {
|
|
30536
30541
|
default: withCtx(() => [
|
|
30537
30542
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("ColumnWidth"), (item) => {
|
|
@@ -32570,7 +32575,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32570
32575
|
modelValue: row.propertyValue,
|
|
32571
32576
|
"onUpdate:modelValue": ($event) => row.propertyValue = $event,
|
|
32572
32577
|
clearable: "",
|
|
32573
|
-
transfer:
|
|
32578
|
+
transfer: true
|
|
32574
32579
|
}, {
|
|
32575
32580
|
default: withCtx(() => [
|
|
32576
32581
|
(openBlock(true), createElementBlock(Fragment, null, renderList(row._dataSource, (item) => {
|
|
@@ -36378,7 +36383,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36378
36383
|
"min-width": column.controlWidth == null ? null : column.controlWidth + "px"
|
|
36379
36384
|
}),
|
|
36380
36385
|
placeholder: column.description,
|
|
36381
|
-
transfer:
|
|
36386
|
+
transfer: true,
|
|
36382
36387
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
36383
36388
|
}, {
|
|
36384
36389
|
default: withCtx(() => [
|
|
@@ -36404,7 +36409,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36404
36409
|
clearable: true,
|
|
36405
36410
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36406
36411
|
placeholder: column.description,
|
|
36407
|
-
transfer:
|
|
36412
|
+
transfer: true,
|
|
36408
36413
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
36409
36414
|
}, {
|
|
36410
36415
|
default: withCtx(() => [
|
|
@@ -36430,7 +36435,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36430
36435
|
clearable: true,
|
|
36431
36436
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36432
36437
|
placeholder: column.description,
|
|
36433
|
-
transfer:
|
|
36438
|
+
transfer: true,
|
|
36434
36439
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
36435
36440
|
}, null, 8, ["model-value", "onUpdate:modelValue", "data", "disabled", "style", "placeholder", "onOnChange"])) : column.controlType === "MultiTreeSelect" ? (openBlock(), createBlock(_component_TreeSelect, {
|
|
36436
36441
|
key: 8,
|
|
@@ -36443,7 +36448,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36443
36448
|
clearable: true,
|
|
36444
36449
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36445
36450
|
placeholder: column.description,
|
|
36446
|
-
transfer:
|
|
36451
|
+
transfer: true,
|
|
36447
36452
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
36448
36453
|
}, null, 8, ["model-value", "onUpdate:modelValue", "data", "disabled", "style", "placeholder", "onOnChange"])) : column.controlType === "ComboSelect" ? (openBlock(), createElementBlock(Fragment, { key: 9 }, [
|
|
36449
36454
|
createCommentVNode(` <template v-else-if="column.controlType === 'AutoComplete'">\r
|
|
@@ -36455,7 +36460,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36455
36460
|
@on-clear="() => loadOption(data, column)"\r
|
|
36456
36461
|
:style="{ width: column.controlWidth == null ? null : column.controlWidth + 'px' }"\r
|
|
36457
36462
|
:placeholder="column.description"\r
|
|
36458
|
-
:transfer="
|
|
36463
|
+
:transfer="true"\r
|
|
36459
36464
|
@on-change="(selected) => onDataChange(column, selected)">\r
|
|
36460
36465
|
<Option v-for="item in getDataSource(data, column)"\r
|
|
36461
36466
|
:key="item.id"\r
|
|
@@ -36470,7 +36475,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36470
36475
|
filterable: "",
|
|
36471
36476
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36472
36477
|
placeholder: column.description,
|
|
36473
|
-
transfer:
|
|
36478
|
+
transfer: true,
|
|
36474
36479
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
36475
36480
|
}, {
|
|
36476
36481
|
default: withCtx(() => [
|
|
@@ -36519,7 +36524,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36519
36524
|
clearable: true,
|
|
36520
36525
|
style: normalizeStyle$1({ width: column.controlWidth == null ? "40%" : column.controlWidth + "px" }),
|
|
36521
36526
|
placeholder: column.description,
|
|
36522
|
-
transfer:
|
|
36527
|
+
transfer: true,
|
|
36523
36528
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
36524
36529
|
}, {
|
|
36525
36530
|
default: withCtx(() => [
|
|
@@ -36565,7 +36570,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36565
36570
|
"model-value": _ctx.parseDateTimeData($data.data, column.code),
|
|
36566
36571
|
readonly: $props.readonly || column.isReadonly,
|
|
36567
36572
|
placeholder: column.description,
|
|
36568
|
-
transfer:
|
|
36573
|
+
transfer: true,
|
|
36569
36574
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36570
36575
|
onOnChange: (time2) => {
|
|
36571
36576
|
_ctx.setData($data.data, column.code, time2);
|
|
@@ -36578,7 +36583,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36578
36583
|
"onUpdate:modelValue": ($event) => _ctx.setArrayData($data.data, column.code, $event),
|
|
36579
36584
|
readonly: $props.readonly || column.isReadonly,
|
|
36580
36585
|
placeholder: column.description,
|
|
36581
|
-
transfer:
|
|
36586
|
+
transfer: true,
|
|
36582
36587
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36583
36588
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
36584
36589
|
}, null, 8, ["type", "model-value", "onUpdate:modelValue", "readonly", "placeholder", "style", "onOnChange"])) : column.controlType === "Time" ? (openBlock(), createBlock(_component_TimePicker, {
|
|
@@ -36587,7 +36592,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36587
36592
|
"model-value": _ctx.parseData($data.data, column.code),
|
|
36588
36593
|
readonly: $props.readonly || column.isReadonly,
|
|
36589
36594
|
placeholder: column.description,
|
|
36590
|
-
transfer:
|
|
36595
|
+
transfer: true,
|
|
36591
36596
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36592
36597
|
onOnChange: (time2) => {
|
|
36593
36598
|
_ctx.setData($data.data, column.code, time2);
|
|
@@ -37236,7 +37241,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37236
37241
|
createVNode$1(_component_Select, {
|
|
37237
37242
|
modelValue: $data.data.dataType,
|
|
37238
37243
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => $data.data.dataType = $event),
|
|
37239
|
-
transfer:
|
|
37244
|
+
transfer: true
|
|
37240
37245
|
}, {
|
|
37241
37246
|
default: withCtx(() => [
|
|
37242
37247
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("DataType"), (item) => {
|
|
@@ -37285,7 +37290,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37285
37290
|
createVNode$1(_component_Select, {
|
|
37286
37291
|
modelValue: $data.data.controlType,
|
|
37287
37292
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => $data.data.controlType = $event),
|
|
37288
|
-
transfer:
|
|
37293
|
+
transfer: true,
|
|
37289
37294
|
onOnChange: $options.controlTypeChange
|
|
37290
37295
|
}, {
|
|
37291
37296
|
default: withCtx(() => [
|
|
@@ -37696,7 +37701,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37696
37701
|
modelValue: $data.data.columnWidth,
|
|
37697
37702
|
"onUpdate:modelValue": _cache[31] || (_cache[31] = ($event) => $data.data.columnWidth = $event),
|
|
37698
37703
|
clearable: "",
|
|
37699
|
-
transfer:
|
|
37704
|
+
transfer: true
|
|
37700
37705
|
}, {
|
|
37701
37706
|
default: withCtx(() => [
|
|
37702
37707
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("ColumnWidth"), (item) => {
|
|
@@ -37773,7 +37778,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37773
37778
|
modelValue: $data.data.displayFormat,
|
|
37774
37779
|
"onUpdate:modelValue": _cache[34] || (_cache[34] = ($event) => $data.data.displayFormat = $event),
|
|
37775
37780
|
clearable: "",
|
|
37776
|
-
transfer:
|
|
37781
|
+
transfer: true
|
|
37777
37782
|
}, {
|
|
37778
37783
|
default: withCtx(() => [
|
|
37779
37784
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.getDisplayFormats(), (item) => {
|
|
@@ -38852,7 +38857,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38852
38857
|
createVNode$1(_component_Select, {
|
|
38853
38858
|
modelValue: $data.data.rule,
|
|
38854
38859
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $data.data.rule = $event),
|
|
38855
|
-
transfer:
|
|
38860
|
+
transfer: true
|
|
38856
38861
|
}, {
|
|
38857
38862
|
default: withCtx(() => [
|
|
38858
38863
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.sortingList, (item) => {
|
|
@@ -39291,7 +39296,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39291
39296
|
createVNode$1(_component_Select, {
|
|
39292
39297
|
modelValue: $data.data.operator,
|
|
39293
39298
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.data.operator = $event),
|
|
39294
|
-
transfer:
|
|
39299
|
+
transfer: true
|
|
39295
39300
|
}, {
|
|
39296
39301
|
default: withCtx(() => [
|
|
39297
39302
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("Operator"), (item) => {
|
|
@@ -40462,7 +40467,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40462
40467
|
clearable: "",
|
|
40463
40468
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40464
40469
|
placeholder: column.description,
|
|
40465
|
-
transfer:
|
|
40470
|
+
transfer: true,
|
|
40466
40471
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
40467
40472
|
}, {
|
|
40468
40473
|
default: withCtx(() => [
|
|
@@ -40488,7 +40493,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40488
40493
|
"onUpdate:modelValue": ($event) => $options.setArrayFilterData($props.data, column, $event),
|
|
40489
40494
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40490
40495
|
placeholder: column.description,
|
|
40491
|
-
transfer:
|
|
40496
|
+
transfer: true,
|
|
40492
40497
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
40493
40498
|
}, {
|
|
40494
40499
|
default: withCtx(() => [
|
|
@@ -40514,7 +40519,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40514
40519
|
clearable: true,
|
|
40515
40520
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40516
40521
|
placeholder: column.description,
|
|
40517
|
-
transfer:
|
|
40522
|
+
transfer: true,
|
|
40518
40523
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
40519
40524
|
}, null, 8, ["model-value", "onUpdate:modelValue", "data", "style", "placeholder", "onOnChange"])) : column.controlType === "MultiTreeSelect" ? (openBlock(), createBlock(_component_TreeSelect, {
|
|
40520
40525
|
key: 7,
|
|
@@ -40527,7 +40532,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40527
40532
|
clearable: true,
|
|
40528
40533
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40529
40534
|
placeholder: column.description,
|
|
40530
|
-
transfer:
|
|
40535
|
+
transfer: true,
|
|
40531
40536
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
40532
40537
|
}, null, 8, ["model-value", "onUpdate:modelValue", "data", "style", "placeholder", "onOnChange"])) : column.controlType === "SelectWithOther" ? (openBlock(), createElementBlock(Fragment, { key: 8 }, [
|
|
40533
40538
|
createVNode$1(_component_Select, {
|
|
@@ -40537,7 +40542,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40537
40542
|
clearable: "",
|
|
40538
40543
|
style: normalizeStyle$1({ width: column.controlWidth == null ? "40%" : column.controlWidth + "px" }),
|
|
40539
40544
|
placeholder: column.description,
|
|
40540
|
-
transfer:
|
|
40545
|
+
transfer: true,
|
|
40541
40546
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
40542
40547
|
}, {
|
|
40543
40548
|
default: withCtx(() => [
|
|
@@ -40585,7 +40590,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40585
40590
|
filterable: "",
|
|
40586
40591
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40587
40592
|
placeholder: column.description,
|
|
40588
|
-
transfer:
|
|
40593
|
+
transfer: true,
|
|
40589
40594
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
40590
40595
|
}, {
|
|
40591
40596
|
default: withCtx(() => [
|
|
@@ -40619,7 +40624,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40619
40624
|
type: column.controlType.toLowerCase(),
|
|
40620
40625
|
"model-value": $options.parseFilterData($props.data, column),
|
|
40621
40626
|
placeholder: column.description,
|
|
40622
|
-
transfer:
|
|
40627
|
+
transfer: true,
|
|
40623
40628
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40624
40629
|
onOnChange: (time2) => {
|
|
40625
40630
|
$options.setFilterData($props.data, column, time2);
|
|
@@ -40632,7 +40637,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40632
40637
|
"model-value": $options.parseFilterData($props.data, column),
|
|
40633
40638
|
"onUpdate:modelValue": ($event) => $options.setFilterData($props.data, column, $event),
|
|
40634
40639
|
placeholder: column.description,
|
|
40635
|
-
transfer:
|
|
40640
|
+
transfer: true,
|
|
40636
40641
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40637
40642
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
40638
40643
|
}, null, 8, ["model-value", "onUpdate:modelValue", "placeholder", "style", "onOnChange"])) : column.controlType === "Check" ? (openBlock(), createBlock(_component_Checkbox, {
|
|
@@ -42364,7 +42369,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42364
42369
|
clearable: "",
|
|
42365
42370
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth - 8 + "px" }),
|
|
42366
42371
|
placeholder: column.description,
|
|
42367
|
-
transfer:
|
|
42372
|
+
transfer: true,
|
|
42368
42373
|
onOnChange: (selected) => $options.onSelectDataChange($options.rowData(row, index2), column, selected)
|
|
42369
42374
|
}, {
|
|
42370
42375
|
default: withCtx(() => [
|
|
@@ -42391,7 +42396,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42391
42396
|
clearable: "",
|
|
42392
42397
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth - 8 + "px" }),
|
|
42393
42398
|
placeholder: column.description,
|
|
42394
|
-
transfer:
|
|
42399
|
+
transfer: true,
|
|
42395
42400
|
onOnChange: (selected) => $options.onSelectDataChange($options.rowData(row, index2), column, selected)
|
|
42396
42401
|
}, {
|
|
42397
42402
|
default: withCtx(() => [
|
|
@@ -42418,7 +42423,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42418
42423
|
filterable: "",
|
|
42419
42424
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth - 8 + "px" }),
|
|
42420
42425
|
placeholder: column.description,
|
|
42421
|
-
transfer:
|
|
42426
|
+
transfer: true,
|
|
42422
42427
|
onOnChange: (selected) => $options.onSelectDataChange($options.rowData(row, index2), column, selected)
|
|
42423
42428
|
}, {
|
|
42424
42429
|
default: withCtx(() => [
|
|
@@ -42471,7 +42476,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42471
42476
|
width: $options.parseDataWithOther($options.rowData(row, index2), column) == "__Other" ? column.controlWidth == null ? null : column.controlWidth * 0.4 - 4 + "px" : column.controlWidth == null ? null : column.controlWidth - 8 + "px"
|
|
42472
42477
|
}),
|
|
42473
42478
|
placeholder: column.description,
|
|
42474
|
-
transfer:
|
|
42479
|
+
transfer: true,
|
|
42475
42480
|
onOnChange: (selected) => $options.onSelectDataChange($options.rowData(row, index2), column, selected)
|
|
42476
42481
|
}, {
|
|
42477
42482
|
default: withCtx(() => [
|
|
@@ -42522,7 +42527,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42522
42527
|
readonly: $options.isReadonly($options.rowData(row, index2), column),
|
|
42523
42528
|
placeholder: column.description,
|
|
42524
42529
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth - 8 + "px" }),
|
|
42525
|
-
transfer:
|
|
42530
|
+
transfer: true,
|
|
42526
42531
|
onOnChange: (time2) => {
|
|
42527
42532
|
_ctx.setData($options.rowData(row, index2), column.code, time2);
|
|
42528
42533
|
$options.onDataChange($options.rowData(row, index2), column);
|
|
@@ -42536,7 +42541,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42536
42541
|
readonly: $options.isReadonly($options.rowData(row, index2), column),
|
|
42537
42542
|
placeholder: column.description,
|
|
42538
42543
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth - 8 + "px" }),
|
|
42539
|
-
transfer:
|
|
42544
|
+
transfer: true,
|
|
42540
42545
|
onOnChange: ($event) => $options.onDataChange($options.rowData(row, index2), column)
|
|
42541
42546
|
}, null, 8, ["type", "model-value", "onUpdate:modelValue", "readonly", "placeholder", "style", "onOnChange"])) : column.controlType === "Time" ? (openBlock(), createBlock(_component_TimePicker, {
|
|
42542
42547
|
key: 14,
|
|
@@ -42546,7 +42551,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42546
42551
|
readonly: $options.isReadonly($options.rowData(row, index2), column),
|
|
42547
42552
|
placeholder: column.description,
|
|
42548
42553
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth - 8 + "px" }),
|
|
42549
|
-
transfer:
|
|
42554
|
+
transfer: true,
|
|
42550
42555
|
onOnChange: (time2) => {
|
|
42551
42556
|
_ctx.setData($options.rowData(row, index2), column.code, time2);
|
|
42552
42557
|
$options.onDataChange($options.rowData(row, index2), column);
|
|
@@ -50164,7 +50169,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50164
50169
|
clearable: "",
|
|
50165
50170
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50166
50171
|
placeholder: column.description,
|
|
50167
|
-
transfer:
|
|
50172
|
+
transfer: true,
|
|
50168
50173
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
50169
50174
|
}, {
|
|
50170
50175
|
default: withCtx(() => [
|
|
@@ -50190,7 +50195,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50190
50195
|
clearable: "",
|
|
50191
50196
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50192
50197
|
placeholder: column.description,
|
|
50193
|
-
transfer:
|
|
50198
|
+
transfer: true,
|
|
50194
50199
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
50195
50200
|
}, {
|
|
50196
50201
|
default: withCtx(() => [
|
|
@@ -50216,7 +50221,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50216
50221
|
clearable: true,
|
|
50217
50222
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50218
50223
|
placeholder: column.description,
|
|
50219
|
-
transfer:
|
|
50224
|
+
transfer: true
|
|
50220
50225
|
}, null, 8, ["model-value", "onUpdate:modelValue", "data", "disabled", "style", "placeholder"])) : column.controlType === "MultiTreeSelect" ? (openBlock(), createBlock(_component_TreeSelect, {
|
|
50221
50226
|
key: 8,
|
|
50222
50227
|
"model-value": _ctx.parseArrayData($data.data, column.code),
|
|
@@ -50228,7 +50233,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50228
50233
|
clearable: true,
|
|
50229
50234
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50230
50235
|
placeholder: column.description,
|
|
50231
|
-
transfer:
|
|
50236
|
+
transfer: true
|
|
50232
50237
|
}, null, 8, ["model-value", "onUpdate:modelValue", "data", "disabled", "style", "placeholder"])) : column.controlType === "SelectWithOther" ? (openBlock(), createElementBlock(Fragment, { key: 9 }, [
|
|
50233
50238
|
createVNode$1(_component_Select, {
|
|
50234
50239
|
"model-value": $options.parseDataWithOther($data.data, column),
|
|
@@ -50237,7 +50242,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50237
50242
|
clearable: "",
|
|
50238
50243
|
style: normalizeStyle$1({ width: column.controlWidth == null ? "40%" : column.controlWidth + "px" }),
|
|
50239
50244
|
placeholder: column.description,
|
|
50240
|
-
transfer:
|
|
50245
|
+
transfer: true,
|
|
50241
50246
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
50242
50247
|
}, {
|
|
50243
50248
|
default: withCtx(() => [
|
|
@@ -50286,7 +50291,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50286
50291
|
@on-clear="() => loadOption(data, column)"\r
|
|
50287
50292
|
:style="{ width: column.controlWidth == null ? null : column.controlWidth + 'px' }"\r
|
|
50288
50293
|
:placeholder="column.description"\r
|
|
50289
|
-
:transfer="
|
|
50294
|
+
:transfer="true"\r
|
|
50290
50295
|
@on-change="selected => onDataChange(column, selected)">\r
|
|
50291
50296
|
<Option v-for="item in getDataSource(data, column)"\r
|
|
50292
50297
|
:key="item.id"\r
|
|
@@ -50301,7 +50306,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50301
50306
|
filterable: "",
|
|
50302
50307
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50303
50308
|
placeholder: column.description,
|
|
50304
|
-
transfer:
|
|
50309
|
+
transfer: true,
|
|
50305
50310
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
50306
50311
|
}, {
|
|
50307
50312
|
default: withCtx(() => [
|
|
@@ -50348,7 +50353,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50348
50353
|
"model-value": _ctx.parseData($data.data, column.code),
|
|
50349
50354
|
readonly: column.isReadonly,
|
|
50350
50355
|
placeholder: column.description,
|
|
50351
|
-
transfer:
|
|
50356
|
+
transfer: true,
|
|
50352
50357
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50353
50358
|
onOnChange: (time2) => {
|
|
50354
50359
|
_ctx.setData($data.data, column.code, time2);
|
|
@@ -50361,7 +50366,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50361
50366
|
"onUpdate:modelValue": ($event) => _ctx.setArrayData($data.data, column.code, $event),
|
|
50362
50367
|
readonly: column.isReadonly,
|
|
50363
50368
|
placeholder: column.description,
|
|
50364
|
-
transfer:
|
|
50369
|
+
transfer: true,
|
|
50365
50370
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50366
50371
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
50367
50372
|
}, null, 8, ["type", "model-value", "onUpdate:modelValue", "readonly", "placeholder", "style", "onOnChange"])) : column.controlType === "Time" ? (openBlock(), createBlock(_component_TimePicker, {
|
|
@@ -50371,7 +50376,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50371
50376
|
"onUpdate:modelValue": ($event) => _ctx.setData($data.data, column.code, $event),
|
|
50372
50377
|
readonly: column.isReadonly,
|
|
50373
50378
|
placeholder: column.description,
|
|
50374
|
-
transfer:
|
|
50379
|
+
transfer: true,
|
|
50375
50380
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50376
50381
|
onOnChange: (time2) => {
|
|
50377
50382
|
_ctx.setData($data.data, column.code, time2);
|
|
@@ -52210,7 +52215,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
52210
52215
|
const _component_DropdownMenu = resolveComponent("DropdownMenu");
|
|
52211
52216
|
const _component_Dropdown = resolveComponent("Dropdown");
|
|
52212
52217
|
return openBlock(), createBlock(_component_Dropdown, {
|
|
52213
|
-
transfer:
|
|
52218
|
+
transfer: true,
|
|
52214
52219
|
"boundaries-element": "viewport",
|
|
52215
52220
|
placement: "right-start",
|
|
52216
52221
|
class: normalizeClass($options.dropdownClasses)
|