mooho-base-admin-plus 2.0.21 → 2.0.23
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 -69
- 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 +26 -18
- package/src/pages/system/role.vue +2 -2
- package/src/pages/system/rolePropertyEdit.vue +2 -2
- package/src/pages/system/user.vue +1 -1
|
@@ -22042,7 +22042,10 @@ var mixinPage = {
|
|
|
22042
22042
|
let result = "";
|
|
22043
22043
|
let expression = "";
|
|
22044
22044
|
for (let i3 = 0; i3 < text.length; i3++) {
|
|
22045
|
-
if (text[i3] == " " || text[i3] == "+" || text[i3] == "-" || text[i3] == "*" || text[i3] == "/" || text[i3] == "(" || text[i3] == ")" || text[i3] == ">" || text[i3] == "<" || text[i3] == "!" || text[i3] == "|" || text[i3] == "&" || text[i3] == "=") {
|
|
22045
|
+
if (text[i3] == " " || text[i3] == "+" || text[i3] == "-" || text[i3] == "*" || text[i3] == "/" || text[i3] == "(" || text[i3] == ")" || text[i3] == ">" || text[i3] == "<" || text[i3] == "!" || text[i3] == "|" || text[i3] == "&" || text[i3] == "=" || i3 == text.length - 1) {
|
|
22046
|
+
if (i3 == text.length - 1) {
|
|
22047
|
+
expression += text[i3];
|
|
22048
|
+
}
|
|
22046
22049
|
if (!!(expression || "").trim()) {
|
|
22047
22050
|
if (!isNaN(expression) || expression.substr(0, 1) == "'" || expression.substr(0, 1) == '"' || expression == "null") {
|
|
22048
22051
|
result += expression;
|
|
@@ -22050,7 +22053,7 @@ var mixinPage = {
|
|
|
22050
22053
|
let data2 = this.parseData(model, expression);
|
|
22051
22054
|
if (data2 == null) {
|
|
22052
22055
|
result += expression;
|
|
22053
|
-
} else if (isNaN(data2)) {
|
|
22056
|
+
} else if (isNaN(data2) || data2.toString().length > 16) {
|
|
22054
22057
|
result += "'" + String(data2) + "'";
|
|
22055
22058
|
} else {
|
|
22056
22059
|
result += String(data2);
|
|
@@ -22058,25 +22061,13 @@ var mixinPage = {
|
|
|
22058
22061
|
}
|
|
22059
22062
|
expression = "";
|
|
22060
22063
|
}
|
|
22061
|
-
|
|
22064
|
+
if (i3 != text.length - 1) {
|
|
22065
|
+
result += text[i3];
|
|
22066
|
+
}
|
|
22062
22067
|
} else {
|
|
22063
22068
|
expression += text[i3];
|
|
22064
22069
|
}
|
|
22065
22070
|
}
|
|
22066
|
-
if (!!(expression || "").trim()) {
|
|
22067
|
-
if (!isNaN(expression) || expression.substr(0, 1) == "'" || expression.substr(0, 1) == '"' || expression == "null") {
|
|
22068
|
-
result += expression;
|
|
22069
|
-
} else {
|
|
22070
|
-
let data2 = this.parseData(model, expression);
|
|
22071
|
-
if (data2 == null) {
|
|
22072
|
-
result += "null";
|
|
22073
|
-
} else if (isNaN(data2)) {
|
|
22074
|
-
result += "'" + String(data2) + "'";
|
|
22075
|
-
} else {
|
|
22076
|
-
result += String(data2);
|
|
22077
|
-
}
|
|
22078
|
-
}
|
|
22079
|
-
}
|
|
22080
22071
|
let data = null;
|
|
22081
22072
|
try {
|
|
22082
22073
|
console.log("expression", result);
|
|
@@ -27445,7 +27436,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27445
27436
|
"onUpdate:modelValue": ($event) => data2[code2] = $event,
|
|
27446
27437
|
clearable: "",
|
|
27447
27438
|
placeholder: "\u9000\u56DE\u53D1\u8D77\u4EBA",
|
|
27448
|
-
transfer:
|
|
27439
|
+
transfer: true
|
|
27449
27440
|
}, {
|
|
27450
27441
|
default: withCtx(() => [
|
|
27451
27442
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.activities.filter((item) => {
|
|
@@ -28200,7 +28191,7 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28200
28191
|
createVNode$1(_component_Select, {
|
|
28201
28192
|
modelValue: $data.data.dataType,
|
|
28202
28193
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.data.dataType = $event),
|
|
28203
|
-
transfer:
|
|
28194
|
+
transfer: true
|
|
28204
28195
|
}, {
|
|
28205
28196
|
default: withCtx(() => [
|
|
28206
28197
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("DataType"), (item) => {
|
|
@@ -28233,7 +28224,7 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28233
28224
|
createVNode$1(_component_Select, {
|
|
28234
28225
|
modelValue: $data.data.controlType,
|
|
28235
28226
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.data.controlType = $event),
|
|
28236
|
-
transfer:
|
|
28227
|
+
transfer: true
|
|
28237
28228
|
}, {
|
|
28238
28229
|
default: withCtx(() => [
|
|
28239
28230
|
createVNode$1(_component_Option, {
|
|
@@ -29018,7 +29009,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29018
29009
|
modelValue: row.propertyValue,
|
|
29019
29010
|
"onUpdate:modelValue": ($event) => row.propertyValue = $event,
|
|
29020
29011
|
clearable: "",
|
|
29021
|
-
transfer:
|
|
29012
|
+
transfer: true
|
|
29022
29013
|
}, {
|
|
29023
29014
|
default: withCtx(() => [
|
|
29024
29015
|
(openBlock(true), createElementBlock(Fragment, null, renderList(row._dataSource, (item) => {
|
|
@@ -29043,7 +29034,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29043
29034
|
},
|
|
29044
29035
|
multiple: true,
|
|
29045
29036
|
clearable: "",
|
|
29046
|
-
transfer:
|
|
29037
|
+
transfer: true
|
|
29047
29038
|
}, {
|
|
29048
29039
|
default: withCtx(() => [
|
|
29049
29040
|
(openBlock(true), createElementBlock(Fragment, null, renderList(row._dataSource, (item) => {
|
|
@@ -30169,7 +30160,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30169
30160
|
createVNode$1(_component_Select, {
|
|
30170
30161
|
modelValue: $data.data.dataType,
|
|
30171
30162
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => $data.data.dataType = $event),
|
|
30172
|
-
transfer:
|
|
30163
|
+
transfer: true
|
|
30173
30164
|
}, {
|
|
30174
30165
|
default: withCtx(() => [
|
|
30175
30166
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("DataType"), (item) => {
|
|
@@ -30218,7 +30209,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30218
30209
|
createVNode$1(_component_Select, {
|
|
30219
30210
|
modelValue: $data.data.operator,
|
|
30220
30211
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => $data.data.operator = $event),
|
|
30221
|
-
transfer:
|
|
30212
|
+
transfer: true
|
|
30222
30213
|
}, {
|
|
30223
30214
|
default: withCtx(() => [
|
|
30224
30215
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("Operator"), (item) => {
|
|
@@ -30252,7 +30243,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30252
30243
|
createVNode$1(_component_Select, {
|
|
30253
30244
|
modelValue: $data.data.controlType,
|
|
30254
30245
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $data.data.controlType = $event),
|
|
30255
|
-
transfer:
|
|
30246
|
+
transfer: true,
|
|
30256
30247
|
onOnChange: $options.controlTypeChange
|
|
30257
30248
|
}, {
|
|
30258
30249
|
default: withCtx(() => [
|
|
@@ -30540,7 +30531,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30540
30531
|
createVNode$1(_component_Select, {
|
|
30541
30532
|
modelValue: $data.data.columnWidth,
|
|
30542
30533
|
"onUpdate:modelValue": _cache[25] || (_cache[25] = ($event) => $data.data.columnWidth = $event),
|
|
30543
|
-
transfer:
|
|
30534
|
+
transfer: true
|
|
30544
30535
|
}, {
|
|
30545
30536
|
default: withCtx(() => [
|
|
30546
30537
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("ColumnWidth"), (item) => {
|
|
@@ -32579,7 +32570,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32579
32570
|
modelValue: row.propertyValue,
|
|
32580
32571
|
"onUpdate:modelValue": ($event) => row.propertyValue = $event,
|
|
32581
32572
|
clearable: "",
|
|
32582
|
-
transfer:
|
|
32573
|
+
transfer: true
|
|
32583
32574
|
}, {
|
|
32584
32575
|
default: withCtx(() => [
|
|
32585
32576
|
(openBlock(true), createElementBlock(Fragment, null, renderList(row._dataSource, (item) => {
|
|
@@ -36387,7 +36378,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36387
36378
|
"min-width": column.controlWidth == null ? null : column.controlWidth + "px"
|
|
36388
36379
|
}),
|
|
36389
36380
|
placeholder: column.description,
|
|
36390
|
-
transfer:
|
|
36381
|
+
transfer: true,
|
|
36391
36382
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
36392
36383
|
}, {
|
|
36393
36384
|
default: withCtx(() => [
|
|
@@ -36413,7 +36404,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36413
36404
|
clearable: true,
|
|
36414
36405
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36415
36406
|
placeholder: column.description,
|
|
36416
|
-
transfer:
|
|
36407
|
+
transfer: true,
|
|
36417
36408
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
36418
36409
|
}, {
|
|
36419
36410
|
default: withCtx(() => [
|
|
@@ -36439,7 +36430,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36439
36430
|
clearable: true,
|
|
36440
36431
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36441
36432
|
placeholder: column.description,
|
|
36442
|
-
transfer:
|
|
36433
|
+
transfer: true,
|
|
36443
36434
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
36444
36435
|
}, null, 8, ["model-value", "onUpdate:modelValue", "data", "disabled", "style", "placeholder", "onOnChange"])) : column.controlType === "MultiTreeSelect" ? (openBlock(), createBlock(_component_TreeSelect, {
|
|
36445
36436
|
key: 8,
|
|
@@ -36452,7 +36443,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36452
36443
|
clearable: true,
|
|
36453
36444
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36454
36445
|
placeholder: column.description,
|
|
36455
|
-
transfer:
|
|
36446
|
+
transfer: true,
|
|
36456
36447
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
36457
36448
|
}, null, 8, ["model-value", "onUpdate:modelValue", "data", "disabled", "style", "placeholder", "onOnChange"])) : column.controlType === "ComboSelect" ? (openBlock(), createElementBlock(Fragment, { key: 9 }, [
|
|
36458
36449
|
createCommentVNode(` <template v-else-if="column.controlType === 'AutoComplete'">\r
|
|
@@ -36464,7 +36455,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36464
36455
|
@on-clear="() => loadOption(data, column)"\r
|
|
36465
36456
|
:style="{ width: column.controlWidth == null ? null : column.controlWidth + 'px' }"\r
|
|
36466
36457
|
:placeholder="column.description"\r
|
|
36467
|
-
:transfer="
|
|
36458
|
+
:transfer="true"\r
|
|
36468
36459
|
@on-change="(selected) => onDataChange(column, selected)">\r
|
|
36469
36460
|
<Option v-for="item in getDataSource(data, column)"\r
|
|
36470
36461
|
:key="item.id"\r
|
|
@@ -36479,7 +36470,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36479
36470
|
filterable: "",
|
|
36480
36471
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36481
36472
|
placeholder: column.description,
|
|
36482
|
-
transfer:
|
|
36473
|
+
transfer: true,
|
|
36483
36474
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
36484
36475
|
}, {
|
|
36485
36476
|
default: withCtx(() => [
|
|
@@ -36528,7 +36519,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36528
36519
|
clearable: true,
|
|
36529
36520
|
style: normalizeStyle$1({ width: column.controlWidth == null ? "40%" : column.controlWidth + "px" }),
|
|
36530
36521
|
placeholder: column.description,
|
|
36531
|
-
transfer:
|
|
36522
|
+
transfer: true,
|
|
36532
36523
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
36533
36524
|
}, {
|
|
36534
36525
|
default: withCtx(() => [
|
|
@@ -36574,7 +36565,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36574
36565
|
"model-value": _ctx.parseDateTimeData($data.data, column.code),
|
|
36575
36566
|
readonly: $props.readonly || column.isReadonly,
|
|
36576
36567
|
placeholder: column.description,
|
|
36577
|
-
transfer:
|
|
36568
|
+
transfer: true,
|
|
36578
36569
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36579
36570
|
onOnChange: (time2) => {
|
|
36580
36571
|
_ctx.setData($data.data, column.code, time2);
|
|
@@ -36587,7 +36578,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36587
36578
|
"onUpdate:modelValue": ($event) => _ctx.setArrayData($data.data, column.code, $event),
|
|
36588
36579
|
readonly: $props.readonly || column.isReadonly,
|
|
36589
36580
|
placeholder: column.description,
|
|
36590
|
-
transfer:
|
|
36581
|
+
transfer: true,
|
|
36591
36582
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36592
36583
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
36593
36584
|
}, null, 8, ["type", "model-value", "onUpdate:modelValue", "readonly", "placeholder", "style", "onOnChange"])) : column.controlType === "Time" ? (openBlock(), createBlock(_component_TimePicker, {
|
|
@@ -36596,7 +36587,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36596
36587
|
"model-value": _ctx.parseData($data.data, column.code),
|
|
36597
36588
|
readonly: $props.readonly || column.isReadonly,
|
|
36598
36589
|
placeholder: column.description,
|
|
36599
|
-
transfer:
|
|
36590
|
+
transfer: true,
|
|
36600
36591
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
36601
36592
|
onOnChange: (time2) => {
|
|
36602
36593
|
_ctx.setData($data.data, column.code, time2);
|
|
@@ -37245,7 +37236,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37245
37236
|
createVNode$1(_component_Select, {
|
|
37246
37237
|
modelValue: $data.data.dataType,
|
|
37247
37238
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => $data.data.dataType = $event),
|
|
37248
|
-
transfer:
|
|
37239
|
+
transfer: true
|
|
37249
37240
|
}, {
|
|
37250
37241
|
default: withCtx(() => [
|
|
37251
37242
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("DataType"), (item) => {
|
|
@@ -37294,7 +37285,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37294
37285
|
createVNode$1(_component_Select, {
|
|
37295
37286
|
modelValue: $data.data.controlType,
|
|
37296
37287
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => $data.data.controlType = $event),
|
|
37297
|
-
transfer:
|
|
37288
|
+
transfer: true,
|
|
37298
37289
|
onOnChange: $options.controlTypeChange
|
|
37299
37290
|
}, {
|
|
37300
37291
|
default: withCtx(() => [
|
|
@@ -37705,7 +37696,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37705
37696
|
modelValue: $data.data.columnWidth,
|
|
37706
37697
|
"onUpdate:modelValue": _cache[31] || (_cache[31] = ($event) => $data.data.columnWidth = $event),
|
|
37707
37698
|
clearable: "",
|
|
37708
|
-
transfer:
|
|
37699
|
+
transfer: true
|
|
37709
37700
|
}, {
|
|
37710
37701
|
default: withCtx(() => [
|
|
37711
37702
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("ColumnWidth"), (item) => {
|
|
@@ -37782,7 +37773,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37782
37773
|
modelValue: $data.data.displayFormat,
|
|
37783
37774
|
"onUpdate:modelValue": _cache[34] || (_cache[34] = ($event) => $data.data.displayFormat = $event),
|
|
37784
37775
|
clearable: "",
|
|
37785
|
-
transfer:
|
|
37776
|
+
transfer: true
|
|
37786
37777
|
}, {
|
|
37787
37778
|
default: withCtx(() => [
|
|
37788
37779
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.getDisplayFormats(), (item) => {
|
|
@@ -38861,7 +38852,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38861
38852
|
createVNode$1(_component_Select, {
|
|
38862
38853
|
modelValue: $data.data.rule,
|
|
38863
38854
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $data.data.rule = $event),
|
|
38864
|
-
transfer:
|
|
38855
|
+
transfer: true
|
|
38865
38856
|
}, {
|
|
38866
38857
|
default: withCtx(() => [
|
|
38867
38858
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.sortingList, (item) => {
|
|
@@ -39300,7 +39291,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39300
39291
|
createVNode$1(_component_Select, {
|
|
39301
39292
|
modelValue: $data.data.operator,
|
|
39302
39293
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.data.operator = $event),
|
|
39303
|
-
transfer:
|
|
39294
|
+
transfer: true
|
|
39304
39295
|
}, {
|
|
39305
39296
|
default: withCtx(() => [
|
|
39306
39297
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getEnumList("Operator"), (item) => {
|
|
@@ -40471,7 +40462,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40471
40462
|
clearable: "",
|
|
40472
40463
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40473
40464
|
placeholder: column.description,
|
|
40474
|
-
transfer:
|
|
40465
|
+
transfer: true,
|
|
40475
40466
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
40476
40467
|
}, {
|
|
40477
40468
|
default: withCtx(() => [
|
|
@@ -40497,7 +40488,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40497
40488
|
"onUpdate:modelValue": ($event) => $options.setArrayFilterData($props.data, column, $event),
|
|
40498
40489
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40499
40490
|
placeholder: column.description,
|
|
40500
|
-
transfer:
|
|
40491
|
+
transfer: true,
|
|
40501
40492
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
40502
40493
|
}, {
|
|
40503
40494
|
default: withCtx(() => [
|
|
@@ -40523,7 +40514,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40523
40514
|
clearable: true,
|
|
40524
40515
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40525
40516
|
placeholder: column.description,
|
|
40526
|
-
transfer:
|
|
40517
|
+
transfer: true,
|
|
40527
40518
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
40528
40519
|
}, null, 8, ["model-value", "onUpdate:modelValue", "data", "style", "placeholder", "onOnChange"])) : column.controlType === "MultiTreeSelect" ? (openBlock(), createBlock(_component_TreeSelect, {
|
|
40529
40520
|
key: 7,
|
|
@@ -40536,7 +40527,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40536
40527
|
clearable: true,
|
|
40537
40528
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40538
40529
|
placeholder: column.description,
|
|
40539
|
-
transfer:
|
|
40530
|
+
transfer: true,
|
|
40540
40531
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
40541
40532
|
}, null, 8, ["model-value", "onUpdate:modelValue", "data", "style", "placeholder", "onOnChange"])) : column.controlType === "SelectWithOther" ? (openBlock(), createElementBlock(Fragment, { key: 8 }, [
|
|
40542
40533
|
createVNode$1(_component_Select, {
|
|
@@ -40546,7 +40537,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40546
40537
|
clearable: "",
|
|
40547
40538
|
style: normalizeStyle$1({ width: column.controlWidth == null ? "40%" : column.controlWidth + "px" }),
|
|
40548
40539
|
placeholder: column.description,
|
|
40549
|
-
transfer:
|
|
40540
|
+
transfer: true,
|
|
40550
40541
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
40551
40542
|
}, {
|
|
40552
40543
|
default: withCtx(() => [
|
|
@@ -40594,7 +40585,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40594
40585
|
filterable: "",
|
|
40595
40586
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40596
40587
|
placeholder: column.description,
|
|
40597
|
-
transfer:
|
|
40588
|
+
transfer: true,
|
|
40598
40589
|
onOnChange: (selected) => $options.onSelectDataChange(column, selected)
|
|
40599
40590
|
}, {
|
|
40600
40591
|
default: withCtx(() => [
|
|
@@ -40628,7 +40619,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40628
40619
|
type: column.controlType.toLowerCase(),
|
|
40629
40620
|
"model-value": $options.parseFilterData($props.data, column),
|
|
40630
40621
|
placeholder: column.description,
|
|
40631
|
-
transfer:
|
|
40622
|
+
transfer: true,
|
|
40632
40623
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40633
40624
|
onOnChange: (time2) => {
|
|
40634
40625
|
$options.setFilterData($props.data, column, time2);
|
|
@@ -40641,7 +40632,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40641
40632
|
"model-value": $options.parseFilterData($props.data, column),
|
|
40642
40633
|
"onUpdate:modelValue": ($event) => $options.setFilterData($props.data, column, $event),
|
|
40643
40634
|
placeholder: column.description,
|
|
40644
|
-
transfer:
|
|
40635
|
+
transfer: true,
|
|
40645
40636
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
40646
40637
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
40647
40638
|
}, null, 8, ["model-value", "onUpdate:modelValue", "placeholder", "style", "onOnChange"])) : column.controlType === "Check" ? (openBlock(), createBlock(_component_Checkbox, {
|
|
@@ -42373,7 +42364,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42373
42364
|
clearable: "",
|
|
42374
42365
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth - 8 + "px" }),
|
|
42375
42366
|
placeholder: column.description,
|
|
42376
|
-
transfer:
|
|
42367
|
+
transfer: true,
|
|
42377
42368
|
onOnChange: (selected) => $options.onSelectDataChange($options.rowData(row, index2), column, selected)
|
|
42378
42369
|
}, {
|
|
42379
42370
|
default: withCtx(() => [
|
|
@@ -42400,7 +42391,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42400
42391
|
clearable: "",
|
|
42401
42392
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth - 8 + "px" }),
|
|
42402
42393
|
placeholder: column.description,
|
|
42403
|
-
transfer:
|
|
42394
|
+
transfer: true,
|
|
42404
42395
|
onOnChange: (selected) => $options.onSelectDataChange($options.rowData(row, index2), column, selected)
|
|
42405
42396
|
}, {
|
|
42406
42397
|
default: withCtx(() => [
|
|
@@ -42427,7 +42418,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42427
42418
|
filterable: "",
|
|
42428
42419
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth - 8 + "px" }),
|
|
42429
42420
|
placeholder: column.description,
|
|
42430
|
-
transfer:
|
|
42421
|
+
transfer: true,
|
|
42431
42422
|
onOnChange: (selected) => $options.onSelectDataChange($options.rowData(row, index2), column, selected)
|
|
42432
42423
|
}, {
|
|
42433
42424
|
default: withCtx(() => [
|
|
@@ -42480,7 +42471,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42480
42471
|
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"
|
|
42481
42472
|
}),
|
|
42482
42473
|
placeholder: column.description,
|
|
42483
|
-
transfer:
|
|
42474
|
+
transfer: true,
|
|
42484
42475
|
onOnChange: (selected) => $options.onSelectDataChange($options.rowData(row, index2), column, selected)
|
|
42485
42476
|
}, {
|
|
42486
42477
|
default: withCtx(() => [
|
|
@@ -42531,7 +42522,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42531
42522
|
readonly: $options.isReadonly($options.rowData(row, index2), column),
|
|
42532
42523
|
placeholder: column.description,
|
|
42533
42524
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth - 8 + "px" }),
|
|
42534
|
-
transfer:
|
|
42525
|
+
transfer: true,
|
|
42535
42526
|
onOnChange: (time2) => {
|
|
42536
42527
|
_ctx.setData($options.rowData(row, index2), column.code, time2);
|
|
42537
42528
|
$options.onDataChange($options.rowData(row, index2), column);
|
|
@@ -42545,7 +42536,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42545
42536
|
readonly: $options.isReadonly($options.rowData(row, index2), column),
|
|
42546
42537
|
placeholder: column.description,
|
|
42547
42538
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth - 8 + "px" }),
|
|
42548
|
-
transfer:
|
|
42539
|
+
transfer: true,
|
|
42549
42540
|
onOnChange: ($event) => $options.onDataChange($options.rowData(row, index2), column)
|
|
42550
42541
|
}, null, 8, ["type", "model-value", "onUpdate:modelValue", "readonly", "placeholder", "style", "onOnChange"])) : column.controlType === "Time" ? (openBlock(), createBlock(_component_TimePicker, {
|
|
42551
42542
|
key: 14,
|
|
@@ -42555,7 +42546,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
42555
42546
|
readonly: $options.isReadonly($options.rowData(row, index2), column),
|
|
42556
42547
|
placeholder: column.description,
|
|
42557
42548
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth - 8 + "px" }),
|
|
42558
|
-
transfer:
|
|
42549
|
+
transfer: true,
|
|
42559
42550
|
onOnChange: (time2) => {
|
|
42560
42551
|
_ctx.setData($options.rowData(row, index2), column.code, time2);
|
|
42561
42552
|
$options.onDataChange($options.rowData(row, index2), column);
|
|
@@ -50173,7 +50164,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50173
50164
|
clearable: "",
|
|
50174
50165
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50175
50166
|
placeholder: column.description,
|
|
50176
|
-
transfer:
|
|
50167
|
+
transfer: true,
|
|
50177
50168
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
50178
50169
|
}, {
|
|
50179
50170
|
default: withCtx(() => [
|
|
@@ -50199,7 +50190,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50199
50190
|
clearable: "",
|
|
50200
50191
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50201
50192
|
placeholder: column.description,
|
|
50202
|
-
transfer:
|
|
50193
|
+
transfer: true,
|
|
50203
50194
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
50204
50195
|
}, {
|
|
50205
50196
|
default: withCtx(() => [
|
|
@@ -50225,7 +50216,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50225
50216
|
clearable: true,
|
|
50226
50217
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50227
50218
|
placeholder: column.description,
|
|
50228
|
-
transfer:
|
|
50219
|
+
transfer: true
|
|
50229
50220
|
}, null, 8, ["model-value", "onUpdate:modelValue", "data", "disabled", "style", "placeholder"])) : column.controlType === "MultiTreeSelect" ? (openBlock(), createBlock(_component_TreeSelect, {
|
|
50230
50221
|
key: 8,
|
|
50231
50222
|
"model-value": _ctx.parseArrayData($data.data, column.code),
|
|
@@ -50237,7 +50228,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50237
50228
|
clearable: true,
|
|
50238
50229
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50239
50230
|
placeholder: column.description,
|
|
50240
|
-
transfer:
|
|
50231
|
+
transfer: true
|
|
50241
50232
|
}, null, 8, ["model-value", "onUpdate:modelValue", "data", "disabled", "style", "placeholder"])) : column.controlType === "SelectWithOther" ? (openBlock(), createElementBlock(Fragment, { key: 9 }, [
|
|
50242
50233
|
createVNode$1(_component_Select, {
|
|
50243
50234
|
"model-value": $options.parseDataWithOther($data.data, column),
|
|
@@ -50246,7 +50237,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50246
50237
|
clearable: "",
|
|
50247
50238
|
style: normalizeStyle$1({ width: column.controlWidth == null ? "40%" : column.controlWidth + "px" }),
|
|
50248
50239
|
placeholder: column.description,
|
|
50249
|
-
transfer:
|
|
50240
|
+
transfer: true,
|
|
50250
50241
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
50251
50242
|
}, {
|
|
50252
50243
|
default: withCtx(() => [
|
|
@@ -50295,7 +50286,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50295
50286
|
@on-clear="() => loadOption(data, column)"\r
|
|
50296
50287
|
:style="{ width: column.controlWidth == null ? null : column.controlWidth + 'px' }"\r
|
|
50297
50288
|
:placeholder="column.description"\r
|
|
50298
|
-
:transfer="
|
|
50289
|
+
:transfer="true"\r
|
|
50299
50290
|
@on-change="selected => onDataChange(column, selected)">\r
|
|
50300
50291
|
<Option v-for="item in getDataSource(data, column)"\r
|
|
50301
50292
|
:key="item.id"\r
|
|
@@ -50310,7 +50301,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50310
50301
|
filterable: "",
|
|
50311
50302
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50312
50303
|
placeholder: column.description,
|
|
50313
|
-
transfer:
|
|
50304
|
+
transfer: true,
|
|
50314
50305
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
50315
50306
|
}, {
|
|
50316
50307
|
default: withCtx(() => [
|
|
@@ -50357,7 +50348,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50357
50348
|
"model-value": _ctx.parseData($data.data, column.code),
|
|
50358
50349
|
readonly: column.isReadonly,
|
|
50359
50350
|
placeholder: column.description,
|
|
50360
|
-
transfer:
|
|
50351
|
+
transfer: true,
|
|
50361
50352
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50362
50353
|
onOnChange: (time2) => {
|
|
50363
50354
|
_ctx.setData($data.data, column.code, time2);
|
|
@@ -50370,7 +50361,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50370
50361
|
"onUpdate:modelValue": ($event) => _ctx.setArrayData($data.data, column.code, $event),
|
|
50371
50362
|
readonly: column.isReadonly,
|
|
50372
50363
|
placeholder: column.description,
|
|
50373
|
-
transfer:
|
|
50364
|
+
transfer: true,
|
|
50374
50365
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50375
50366
|
onOnChange: ($event) => $options.onDataChange(column)
|
|
50376
50367
|
}, null, 8, ["type", "model-value", "onUpdate:modelValue", "readonly", "placeholder", "style", "onOnChange"])) : column.controlType === "Time" ? (openBlock(), createBlock(_component_TimePicker, {
|
|
@@ -50380,7 +50371,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50380
50371
|
"onUpdate:modelValue": ($event) => _ctx.setData($data.data, column.code, $event),
|
|
50381
50372
|
readonly: column.isReadonly,
|
|
50382
50373
|
placeholder: column.description,
|
|
50383
|
-
transfer:
|
|
50374
|
+
transfer: true,
|
|
50384
50375
|
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" }),
|
|
50385
50376
|
onOnChange: (time2) => {
|
|
50386
50377
|
_ctx.setData($data.data, column.code, time2);
|
|
@@ -52219,7 +52210,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
52219
52210
|
const _component_DropdownMenu = resolveComponent("DropdownMenu");
|
|
52220
52211
|
const _component_Dropdown = resolveComponent("Dropdown");
|
|
52221
52212
|
return openBlock(), createBlock(_component_Dropdown, {
|
|
52222
|
-
transfer:
|
|
52213
|
+
transfer: true,
|
|
52223
52214
|
"boundaries-element": "viewport",
|
|
52224
52215
|
placement: "right-start",
|
|
52225
52216
|
class: normalizeClass($options.dropdownClasses)
|