|
|
@ -223,29 +223,29 @@ |
|
|
<view class="right1"> |
|
|
<view class="right1"> |
|
|
<view style="text-align: center;">{{infoData.date}}</view> |
|
|
<view style="text-align: center;">{{infoData.date}}</view> |
|
|
<view class="statistics_box"> |
|
|
<view class="statistics_box"> |
|
|
<!--目标--> |
|
|
<!--未成交--> |
|
|
<view class="item"> |
|
|
<view class="item"> |
|
|
<view class="box"> |
|
|
<view class="box"> |
|
|
<view class="progress-bar" :style="{ height: `${infoData.goal_percent}%`, background: '#f59a23' }"></view> |
|
|
<view class="progress-bar" :style="{ height: `${infoData.month.unconverted_rate}%`, background: '#f59a23' }"></view> |
|
|
<view class="ratio" :style="{ color: infoData.goal_percent <= 0 ? '#333333' : '#fff' }">{{ infoData.goal_percent }}%</view> |
|
|
<view class="ratio" :style="{ color: infoData.month.unconverted_rate <= 0 ? '#333333' : '#fff' }">{{ infoData.month.unconverted_rate }}%</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="title">目标</view> |
|
|
<view class="title">未成交</view> |
|
|
</view> |
|
|
</view> |
|
|
<!--预测--> |
|
|
<!--待续费--> |
|
|
<view class="item"> |
|
|
<view class="item"> |
|
|
<view class="box"> |
|
|
<view class="box"> |
|
|
<view class="progress-bar" :style="{ height: `${infoData.yc_yj_percent}%`, background: '#039f64' }"></view> |
|
|
<view class="progress-bar" :style="{ height: `${infoData.month.renewal_rate}%`, background: '#039f64' }"></view> |
|
|
<view class="ratio" :style="{ color: infoData.yc_yj_percent <= 0 ? '#333333' : '#fff' }">{{ infoData.yc_yj_percent }}%</view> |
|
|
<view class="ratio" :style="{ color: infoData.month.renewal_rate <= 0 ? '#333333' : '#fff' }">{{ infoData.month.renewal_rate }}%</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="title">预测</view> |
|
|
<view class="title">待续费</view> |
|
|
</view> |
|
|
</view> |
|
|
<!--成交--> |
|
|
<!--已关单--> |
|
|
<view class="item"> |
|
|
<view class="item"> |
|
|
<view class="box"> |
|
|
<view class="box"> |
|
|
<view class="progress-bar" :style="{ height: `${infoData.cj_yj_percent}%`, background: '#4066f2' }"></view> |
|
|
<view class="progress-bar" :style="{ height: `${infoData.month.closed_rate}%`, background: '#4066f2' }"></view> |
|
|
<view class="ratio" :style="{ color: infoData.cj_yj_percent <= 0 ? '#333333' : '#fff' }">{{ infoData.cj_yj_percent }}%</view> |
|
|
<view class="ratio" :style="{ color: infoData.month.closed_rate <= 0 ? '#333333' : '#fff' }">{{ infoData.month.closed_rate }}%</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="title">成交</view> |
|
|
<view class="title">已关单</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
|