From e3659f9f1110b5b94f9e16e8180517d07d99ac5d Mon Sep 17 00:00:00 2001 From: xjs Date: Mon, 19 May 2025 09:45:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A6=82=E7=8E=87=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/sort-college/CollegeItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sort-college/CollegeItem.vue b/src/components/sort-college/CollegeItem.vue index 41c3766..4ac2105 100644 --- a/src/components/sort-college/CollegeItem.vue +++ b/src/components/sort-college/CollegeItem.vue @@ -16,7 +16,7 @@ {{ calcTypeName(college.type).text }} - {{ Math.round(college.vItems.reduce((a: number, b: any) => a + Number(b.percentAge.replace("%", "")), 0) / college.vItems.length) }}% + {{ college?.percentAge }}