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' }, {