From 4360ee94162785bdcc7c29f335541dffa70f08a9 Mon Sep 17 00:00:00 2001 From: lz-ui Date: Wed, 29 Oct 2025 14:16:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/operation/report/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/operation/report/index.vue b/src/views/operation/report/index.vue index b7c44b8..50936ad 100644 --- a/src/views/operation/report/index.vue +++ b/src/views/operation/report/index.vue @@ -365,12 +365,12 @@ function reportResultsModelType(arr){ res[item.modelType] = [ { lable: '主队', - value: item.homeTeam, + value: item.homeTeamName, key: 'result' }, { lable: '客队', - value: item.awayTeam, + value: item.awayTeamName, key: 'result' }, {