|
|
@@ -13,31 +13,31 @@
|
|
|
|
|
|
<view class="box">
|
|
|
<view class="project-title">
|
|
|
- 项目预计成交统计
|
|
|
+ {{language['项目预计成交统计']||'项目预计成交统计'}}
|
|
|
</view>
|
|
|
<view class="project-total-data-box">
|
|
|
- <view class="title">前12个月总数据</view>
|
|
|
+ <view class="title">{{language['前12个月总数据']||'前12个月总数据'}}</view>
|
|
|
<view class="row">
|
|
|
<view class="col">
|
|
|
- 准确率:
|
|
|
+ {{language['准确率']||'准确率'}}:
|
|
|
<text class="green">{{firstTwelveMonths.dealaccuracyrate}}</text>
|
|
|
</view>
|
|
|
<view class="col">
|
|
|
- 偏差金额:
|
|
|
+ {{language['偏差金额']||'偏差金额'}}:
|
|
|
<text class="green">{{firstTwelveMonths.totaldeviationamount + (language['万']||'万')}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="row">
|
|
|
<view class="col">
|
|
|
- 预计签约金额:{{firstTwelveMonths.totalsignamount_due + (language['万']||'万') }}
|
|
|
+ {{language['预计签约金额']||'预计签约金额'}}:{{firstTwelveMonths.totalsignamount_due + (language['万']||'万') }}
|
|
|
</view>
|
|
|
<view class="col">
|
|
|
- 项目成交金额:{{firstTwelveMonths.totaldealamount + (language['万']||'万') }}
|
|
|
+ {{language['项目成交金额']||'项目成交金额'}}:{{firstTwelveMonths.totaldealamount + (language['万']||'万') }}
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view wx:if="{{comingYear.length}}" class="project-title" style="margin-top: 20rpx;">
|
|
|
- 未来12月预计签约金额统计
|
|
|
+ {{language['未来12月预计签约金额统计']||'未来12月预计签约金额统计'}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view wx:if="{{comingYear.length}}" class="bar-chart-box">
|