diff --git a/components/distribution/performanceDistribution.vue b/components/distribution/performanceDistribution.vue index ed20f30..08bf740 100644 --- a/components/distribution/performanceDistribution.vue +++ b/components/distribution/performanceDistribution.vue @@ -37,38 +37,38 @@ - {{'左区业绩(万)'}} + 左区业绩 {{ achieveData.leftAchieve || 0 }} - {{'左区'}}{{'血缘业绩(万)'}} + 左区血缘业绩 {{ achieveData.leftDirectAchieve || 0 }} - {{'左区人数'}} + 左区人数 {{ achieveData.leftCoun || 0 }} - {{'血缘业绩(万)'}} + 血缘业绩 {{ achieveData.directAchieve || 0 }} - {{'右区业绩(万)'}} + 右区业绩 {{ achieveData.rightAchieve || 0 }} - {{'右区'}}{{'血缘业绩(万)'}} + 右区血缘业绩 {{ achieveData.rightDirectAchieve || 0 }} - {{'右区人数'}} + 右区人数 {{ achieveData.rightCount || 0 }}