mooho-base-admin-plus 0.4.57 → 0.4.58

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.
@@ -21608,7 +21608,6 @@ var convertGroup$1 = (nodes, groupColumns) => {
21608
21608
  let objColumnExp = groupColumn2.columnExp.substr(0, groupColumn2.columnExp.length - 2);
21609
21609
  let objProperty = groupColumn2.property.substr(0, groupColumn2.property.length - 2);
21610
21610
  let node = findNode$1(nodes, objColumnExp);
21611
- console.log("xxx", objColumnExp, objProperty);
21612
21611
  if (node != null) {
21613
21612
  results.push({
21614
21613
  column: {
@@ -21708,7 +21707,6 @@ const _sfc_main$1i = {
21708
21707
  },
21709
21708
  title: groupMethod2.aggregateType + (groupMethod2.aggregateType == "Count" ? "" : " - " + groupMethod2.columnExp) + " (" + groupMethod2.property + ")"
21710
21709
  });
21711
- console.log("aaa", this.data);
21712
21710
  });
21713
21711
  } else {
21714
21712
  let res2 = await dataViewApi.queryColumnByDataSource(dataView2.dataSource);
@@ -30626,7 +30624,7 @@ const _sfc_main$J = {
30626
30624
  option2.series = chartSeries.map((item, index2) => {
30627
30625
  return {
30628
30626
  type: "pie",
30629
- radius: (this.setting.chartItemWidth == null ? 70 : this.setting.chartItemWidth) + 100 / count2,
30627
+ radius: (this.setting.chartItemWidth == null ? 70 : this.setting.chartItemWidth) / count2,
30630
30628
  center: [100 / (count2 + 1) * (index2 + 1) + "%", "50%"],
30631
30629
  datasetIndex: index2,
30632
30630
  data: this.data.map((data3) => {
@@ -48571,7 +48569,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
48571
48569
  }, [
48572
48570
  createTextVNode(toDisplayString$1(_ctx.layout.showI18n ? _ctx.$t("Permission_" + $props.menu.code) : $props.menu.title) + " ", 1),
48573
48571
  _ctx.layout.showI18n && !!(_ctx.$t("Permission_" + $props.menu.code + "_SubName") || "").trim() ? (openBlock(), createElementBlock("em", _hoisted_2$8, toDisplayString$1(_ctx.$t("Permission_" + $props.menu.code + "_SubName")), 1)) : createCommentVNode("", true),
48574
- !_ctx.layout.showI18n && !!($props.menu.subTitle || "").trim() ? (openBlock(), createElementBlock("em", _hoisted_3$6, toDisplayString$1($props.menu.subTitle), 1)) : createCommentVNode("", true)
48572
+ !_ctx.layout.showI18n && !!($props.menu.subtitle || "").trim() ? (openBlock(), createElementBlock("em", _hoisted_3$6, toDisplayString$1($props.menu.subtitle), 1)) : createCommentVNode("", true)
48575
48573
  ], 2)) : createCommentVNode("", true)
48576
48574
  ], 2);
48577
48575
  }