mooho-base-admin-plus 0.4.10 → 0.4.11
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.
|
@@ -36434,8 +36434,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36434
36434
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.sort = $event),
|
|
36435
36435
|
onClick: _cache[3] || (_cache[3] = ($event) => _ctx.$refs.modal_sort.open())
|
|
36436
36436
|
}, {
|
|
36437
|
-
prepend: withCtx(() => [
|
|
36438
|
-
default: withCtx(() => [
|
|
36437
|
+
prepend: withCtx(() => [
|
|
36439
36438
|
createVNode$1(_component_Button, {
|
|
36440
36439
|
"custom-icon": "fa fa-edit",
|
|
36441
36440
|
onClick: _cache[1] || (_cache[1] = ($event) => _ctx.$refs.modal_sort.open())
|
|
@@ -46132,7 +46131,7 @@ const _sfc_main$o = {
|
|
|
46132
46131
|
return result2;
|
|
46133
46132
|
},
|
|
46134
46133
|
getDataSource(data2, column) {
|
|
46135
|
-
if (column.
|
|
46134
|
+
if (!column.isStaticItem && column.dataType.indexOf("Enum:") === 0) {
|
|
46136
46135
|
return this.getEnumList(column.dataType.split(":")[1]);
|
|
46137
46136
|
} else {
|
|
46138
46137
|
return column.dataSource == null ? [] : column.dataSource;
|