From 61852f86eca66c607240a20de0c88f13c0b76cd5 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 27 Jun 2024 17:43:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue b/project/oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue index 1cfd722c..dbd8163d 100644 --- a/project/oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue +++ b/project/oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue @@ -113,7 +113,7 @@ export default { const {aiEnable} = v.$route.query return {aiEnable} }, - appName: v => v.menuName || v.$route.query.aiEnable == 1 ? '大模型统计' : v.$options.label + appName: v => v.menuName || (v.$route.query.aiEnable == 1 ? '大模型统计' : v.$options.label) }, mounted() { this.getInfo()