mooho-base-admin-plus 2.0.5 → 2.0.7
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 +8 -7
- package/package/mooho-base-admin-plus.min.js +3 -3
- package/package/style.css +1 -1
- package/package.json +1 -1
- package/src/components/view/table-filter.vue +3 -1
- package/src/components/view/view-table.vue +0 -2
- package/src/mixins/page.js +1 -1
- package/src/styles/css/default.css +5 -0
|
@@ -21903,7 +21903,7 @@ var mixinPage = {
|
|
|
21903
21903
|
}
|
|
21904
21904
|
if (dataType.indexOf("Enum:") === 0) {
|
|
21905
21905
|
return this.getEnum(dataType.replace("Enum:", ""), this.parseData(model2, expression2));
|
|
21906
|
-
} else if (dataType === "BigInteger") {
|
|
21906
|
+
} else if (dataType === "BigInteger" && format2 == "User") {
|
|
21907
21907
|
return this.getUserName(this.parseData(model2, expression2));
|
|
21908
21908
|
}
|
|
21909
21909
|
let value = this.parseData(model2, expression2);
|
|
@@ -40262,7 +40262,10 @@ const _sfc_main$r = {
|
|
|
40262
40262
|
}
|
|
40263
40263
|
};
|
|
40264
40264
|
const _hoisted_1$h = { style: { "display": "contents" } };
|
|
40265
|
-
const _hoisted_2$f =
|
|
40265
|
+
const _hoisted_2$f = {
|
|
40266
|
+
key: 1,
|
|
40267
|
+
class: "label"
|
|
40268
|
+
};
|
|
40266
40269
|
const _hoisted_3$d = {
|
|
40267
40270
|
key: 14,
|
|
40268
40271
|
style: { "line-height": "24px" }
|
|
@@ -40302,10 +40305,9 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40302
40305
|
column,
|
|
40303
40306
|
code: column.code
|
|
40304
40307
|
})
|
|
40305
|
-
], 64)) : column.controlType === "Label" ? (openBlock(), createElementBlock("div",
|
|
40306
|
-
|
|
40307
|
-
|
|
40308
|
-
}, null, 8, _hoisted_2$f)) : column.controlType === "TextInput" ? (openBlock(), createBlock(_component_Input, {
|
|
40308
|
+
], 64)) : column.controlType === "Label" ? (openBlock(), createElementBlock("div", _hoisted_2$f, [
|
|
40309
|
+
createElementVNode("div", null, toDisplayString$1(_ctx.showData($props.data, column)), 1)
|
|
40310
|
+
])) : column.controlType === "TextInput" ? (openBlock(), createBlock(_component_Input, {
|
|
40309
40311
|
key: 2,
|
|
40310
40312
|
size: "small",
|
|
40311
40313
|
type: "text",
|
|
@@ -41551,7 +41553,6 @@ const _sfc_main$q = {
|
|
|
41551
41553
|
let data2 = this.staticData;
|
|
41552
41554
|
if (!this.filterDisable) {
|
|
41553
41555
|
let filter2 = this.filter;
|
|
41554
|
-
console.log("filter", filter2);
|
|
41555
41556
|
for (let key in filter2) {
|
|
41556
41557
|
let column = key;
|
|
41557
41558
|
let value = filter2[key];
|