From 7c2bffa1a495cc4a3a263f654c08c231009c5c4e Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 02 四月 2026 10:59:45 +0800
Subject: [PATCH] #i18n
---
rsf-design/src/components/core/layouts/art-work-tab/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rsf-design/src/components/core/layouts/art-work-tab/index.vue b/rsf-design/src/components/core/layouts/art-work-tab/index.vue
index aabe9c7..402911e 100644
--- a/rsf-design/src/components/core/layouts/art-work-tab/index.vue
+++ b/rsf-design/src/components/core/layouts/art-work-tab/index.vue
@@ -44,7 +44,7 @@
class="text-base mr-1 group-hover:text-theme"
:class="item.path === activeTab ? 'text-theme' : 'text-g-600'"
/>
- {{ item.customTitle || formatMenuTitle(item.title) }}
+ {{ formatMenuTitle(item.customTitle || item.title) }}
<span
v-if="list.length > 1 && !item.fixedTab"
class="inline-flex flex-cc relative ml-0.5 p-1 rounded-full tad-200 hover:bg-g-200"
--
Gitblit v1.9.1