mooho-base-admin-plus 2.4.21 → 2.4.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/history.md +2 -0
- package/package/mooho-base-admin-plus.min.esm.js +4 -3
- package/package/mooho-base-admin-plus.min.js +4 -4
- package/package.json +1 -1
- package/src/components/view/column-edit.vue +1 -1
- package/src/components/view/filter-edit.vue +1 -1
- package/src/components/view/view-table.vue +8 -0
- package/src/mixins/page.js +1 -1
package/history.md
CHANGED
|
@@ -23178,7 +23178,7 @@ var mixinPage = {
|
|
|
23178
23178
|
}
|
|
23179
23179
|
let data = null;
|
|
23180
23180
|
try {
|
|
23181
|
-
console.log("expression", result);
|
|
23181
|
+
console.log("expression", text, result);
|
|
23182
23182
|
data = eval(result);
|
|
23183
23183
|
if (data != "NaN" && String(data) == "NaN") {
|
|
23184
23184
|
data = null;
|
|
@@ -31853,7 +31853,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31853
31853
|
}, null, 8, ["modelValue"]),
|
|
31854
31854
|
createVNode$1(_component_Dropdown, {
|
|
31855
31855
|
style: { "margin-left": "8px" },
|
|
31856
|
-
transfer:
|
|
31856
|
+
transfer: true,
|
|
31857
31857
|
onOnClick: $options.selectDefault
|
|
31858
31858
|
}, {
|
|
31859
31859
|
list: withCtx(() => [
|
|
@@ -39453,7 +39453,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39453
39453
|
}, null, 8, ["modelValue"]),
|
|
39454
39454
|
createVNode$1(_component_Dropdown, {
|
|
39455
39455
|
style: { "margin-left": "8px" },
|
|
39456
|
-
transfer:
|
|
39456
|
+
transfer: true,
|
|
39457
39457
|
onOnClick: $options.selectDefault
|
|
39458
39458
|
}, {
|
|
39459
39459
|
list: withCtx(() => [
|
|
@@ -42986,6 +42986,7 @@ const _sfc_main$q = {
|
|
|
42986
42986
|
this.calc(this.data[i3]);
|
|
42987
42987
|
}
|
|
42988
42988
|
this.$emit("on-load-data");
|
|
42989
|
+
this.$emit("on-change", null, null, null);
|
|
42989
42990
|
if (this.$refs.tableFilter)
|
|
42990
42991
|
;
|
|
42991
42992
|
},
|