mooho-base-admin-plus 2.0.6 → 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.
@@ -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);
@@ -36126,7 +36126,6 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
36126
36126
  const _component_upload_image = resolveComponent("upload-image");
36127
36127
  const _component_Slider = resolveComponent("Slider");
36128
36128
  const _component_Button = resolveComponent("Button");
36129
- const _component_Tooltip = resolveComponent("Tooltip");
36130
36129
  const _component_FormItem = resolveComponent("FormItem");
36131
36130
  const _component_Col = resolveComponent("Col");
36132
36131
  const _component_Row = resolveComponent("Row");
@@ -36634,23 +36633,15 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
36634
36633
  placeholder: column.description
36635
36634
  }, null, 8, ["model-value", "style", "placeholder"])) : createCommentVNode("v-if", true)
36636
36635
  ], 64)) : createCommentVNode("v-if", true),
36637
- !!(column.tooltip || "").trim() ? (openBlock(), createBlock(_component_Tooltip, {
36636
+ !!(column.tooltip || "").trim() ? (openBlock(), createBlock(_component_Button, {
36638
36637
  key: 25,
36639
- content: column.tooltip,
36640
- "max-width": "400",
36641
- transfer: true
36642
- }, {
36643
- default: withCtx(() => [
36644
- createVNode$1(_component_Button, {
36645
- type: "primary",
36646
- style: { "margin-left": "4px" },
36647
- size: "small",
36648
- shape: "circle",
36649
- icon: "md-help"
36650
- })
36651
- ]),
36652
- _: 2
36653
- }, 1032, ["content"])) : createCommentVNode("v-if", true)
36638
+ type: "primary",
36639
+ style: { "margin-left": "4px" },
36640
+ size: "small",
36641
+ title: column.tooltip,
36642
+ shape: "circle",
36643
+ icon: "md-help"
36644
+ }, null, 8, ["title"])) : createCommentVNode("v-if", true)
36654
36645
  ]),
36655
36646
  _: 2
36656
36647
  }, 1032, ["label", "prop", "rules"])) : createCommentVNode("v-if", true)
@@ -40271,7 +40262,10 @@ const _sfc_main$r = {
40271
40262
  }
40272
40263
  };
40273
40264
  const _hoisted_1$h = { style: { "display": "contents" } };
40274
- const _hoisted_2$f = ["innerHTML"];
40265
+ const _hoisted_2$f = {
40266
+ key: 1,
40267
+ class: "label"
40268
+ };
40275
40269
  const _hoisted_3$d = {
40276
40270
  key: 14,
40277
40271
  style: { "line-height": "24px" }
@@ -40311,10 +40305,9 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
40311
40305
  column,
40312
40306
  code: column.code
40313
40307
  })
40314
- ], 64)) : column.controlType === "Label" ? (openBlock(), createElementBlock("div", {
40315
- key: 1,
40316
- innerHTML: _ctx.showData($props.data, column)
40317
- }, 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, {
40318
40311
  key: 2,
40319
40312
  size: "small",
40320
40313
  type: "text",
@@ -41560,7 +41553,6 @@ const _sfc_main$q = {
41560
41553
  let data2 = this.staticData;
41561
41554
  if (!this.filterDisable) {
41562
41555
  let filter2 = this.filter;
41563
- console.log("filter", filter2);
41564
41556
  for (let key in filter2) {
41565
41557
  let column = key;
41566
41558
  let value = filter2[key];