From b7f6eef90a26fa9cceaed2a4fa1a61a27da386ce Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Thu, 9 Jul 2026 14:23:31 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260709=20=E9=A6=96=E9=A1=B5=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E5=B9=B3=E5=9D=87=E6=97=B6=E9=95=BF=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=EF=BC=9A=E5=8A=9E=E7=90=86=E5=B9=B3=E5=9D=87=E6=97=B6?= =?UTF-8?q?=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/ProcessPortal/components/StatCards.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/ProcessPortal/components/StatCards.vue b/src/views/dashboard/ProcessPortal/components/StatCards.vue index 2f8aa19..d794bf7 100644 --- a/src/views/dashboard/ProcessPortal/components/StatCards.vue +++ b/src/views/dashboard/ProcessPortal/components/StatCards.vue @@ -77,7 +77,7 @@ }, { key: 'avg', - title: '平均时长', + title: '办理平均时长', value: stats.value.avgDuration, icon: ICON_MAP.avg, bgColor: COLOR_MAP.avg.bg,