Browse Source

Signed-off-by: liuboyan <632697560@qq.com>
bug

liuboyan 4 years ago
parent
commit
b73cc1d6c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesMain/dataCensus.vue

+ 1 - 1
pagesMain/dataCensus.vue

@@ -4,7 +4,7 @@
 			<u-cell-item title="销售名称" :value="dataInfo.name" :arrow="false"></u-cell-item>
 			<u-cell-item title="销售名称" :value="dataInfo.name" :arrow="false"></u-cell-item>
 			<u-cell-item title="全部客户数" :value="dataInfo.allCustomer + '人'" :arrow="false"></u-cell-item>
 			<u-cell-item title="全部客户数" :value="dataInfo.allCustomer + '人'" :arrow="false"></u-cell-item>
 			<u-cell-item title="已报名客户数" :value="dataInfo.applicationCustomer + '人'" :arrow="false"></u-cell-item>
 			<u-cell-item title="已报名客户数" :value="dataInfo.applicationCustomer + '人'" :arrow="false"></u-cell-item>
-			<u-cell-item title="意向客户数" :value="dataInfo.nowMonthAdd + '人'" :arrow="false"></u-cell-item>
+			<u-cell-item title="意向客户数" :value="dataInfo.potentialCustomer + '人'" :arrow="false"></u-cell-item>
 			<u-cell-item title="本月新增" :value="dataInfo.nowMonthAdd + '人'" :arrow="false"></u-cell-item>
 			<u-cell-item title="本月新增" :value="dataInfo.nowMonthAdd + '人'" :arrow="false"></u-cell-item>
 		</u-cell-group>
 		</u-cell-group>
 		<u-top-tips ref="uTips"></u-top-tips>
 		<u-top-tips ref="uTips"></u-top-tips>