From 95b2ec0f5e431d24683a40300bf06eede44dae51 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 13 Mar 2025 11:46:40 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=87=AA=E5=AE=9A=E4=B9=89=E6=8C=87?= =?UTF-8?q?=E6=A0=87=E5=A4=9A=E8=AF=AD=E8=A8=80=E6=8F=8F=E8=BF=B0=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E5=B1=8F=E8=94=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/perfManage/kpiCReport/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/perfManage/kpiCReport/index.vue b/src/views/perfManage/kpiCReport/index.vue index f4d3eaf1..7639020c 100644 --- a/src/views/perfManage/kpiCReport/index.vue +++ b/src/views/perfManage/kpiCReport/index.vue @@ -838,7 +838,7 @@ onMounted(() => { if (res.code === RESULT_CODE_SUCCESS) { if (!res.data.rows.length) { message.warning({ - content: '无可用的自定义指标,请先添加自定义指标', + content: t('common.noData'), duration: 2, }); return false;