|
@@ -333,11 +333,11 @@
|
|
|
<div class="col-sm-2 f14">
|
|
<div class="col-sm-2 f14">
|
|
|
<div class="form-group row title">
|
|
<div class="form-group row title">
|
|
|
<span class="col-sm-6 text-right">上传产品用户数:</span>
|
|
<span class="col-sm-6 text-right">上传产品用户数:</span>
|
|
|
- <span class="col-sm-6" ng-bind="productsCount.data | number"></span>
|
|
|
|
|
|
|
+ <span class="col-sm-6" ng-bind="productsCount.productUserAmout | number"></span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-group row">
|
|
<div class="form-group row">
|
|
|
<span class="col-sm-6 text-right">上传产品个数:</span>
|
|
<span class="col-sm-6 text-right">上传产品个数:</span>
|
|
|
- <span class="col-sm-6" ng-bind="productsCount.data | number"></span>
|
|
|
|
|
|
|
+ <span class="col-sm-6" ng-bind="productsCount.productAmout | number"></span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col-sm-2 f14">
|
|
<div class="col-sm-2 f14">
|
|
@@ -363,19 +363,19 @@
|
|
|
<div class="col-sm-2 f14">
|
|
<div class="col-sm-2 f14">
|
|
|
<div class="form-group row title">
|
|
<div class="form-group row title">
|
|
|
<span class="col-sm-6 text-right">流失用户数:</span>
|
|
<span class="col-sm-6 text-right">流失用户数:</span>
|
|
|
- <span class="col-sm-6" ng-bind="statistics.codes | number"></span>
|
|
|
|
|
|
|
+ <span class="col-sm-6" ng-bind="(monthLogoData.month6 + monthLogoData.month12 + monthLogoData.month24) | number"></span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-group row">
|
|
<div class="form-group row">
|
|
|
<span class="col-sm-6 text-right">半年未登录:</span>
|
|
<span class="col-sm-6 text-right">半年未登录:</span>
|
|
|
- <span class="col-sm-6" ng-bind="statistics.codes | number"></span>
|
|
|
|
|
|
|
+ <span class="col-sm-6" ng-bind="monthLogoData.month6 | number"></span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-group row">
|
|
<div class="form-group row">
|
|
|
<span class="col-sm-6 text-right">一年未登录:</span>
|
|
<span class="col-sm-6 text-right">一年未登录:</span>
|
|
|
- <span class="col-sm-6" ng-bind="statistics.kinds | number"></span>
|
|
|
|
|
|
|
+ <span class="col-sm-6" ng-bind="monthLogoData.month12 | number"></span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-group row">
|
|
<div class="form-group row">
|
|
|
<span class="col-sm-6 text-right">两年未登录:</span>
|
|
<span class="col-sm-6 text-right">两年未登录:</span>
|
|
|
- <span class="col-sm-6" ng-bind="statistics.brands | number"></span>
|
|
|
|
|
|
|
+ <span class="col-sm-6" ng-bind="monthLogoData.month24 | number"></span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|