mooho-base-admin-plus 0.4.32 → 0.4.33
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.
|
@@ -48371,7 +48371,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
48371
48371
|
key: 1,
|
|
48372
48372
|
class: normalizeClass(["i-layout-menu-side-title-text", {
|
|
48373
48373
|
"i-layout-menu-side-title-text-selected": $props.selected,
|
|
48374
|
-
"i-layout-menu-side-title-text-with-subtitle": !!($props.menu.subtitle || "").trim(),
|
|
48374
|
+
"i-layout-menu-side-title-text-with-subtitle": this.layout.showI18n && !!(this.$t("Permission_" + $props.menu.code + "_SubName") || "").trim() || !this.layout.showI18n && !!($props.menu.subtitle || "").trim(),
|
|
48375
48375
|
"i-layout-menu-side-title-text-with-icon": $options.withIcon
|
|
48376
48376
|
}])
|
|
48377
48377
|
}, [
|