|
@@ -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>
|