You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
2.3 KiB
61 lines
2.3 KiB
<!--pages/calculation-detail/calculation-detail.wxml--> |
|
<view class="pages"> |
|
<mp-navigation-bar ext-class="set-bar" title="测算监控"></mp-navigation-bar> |
|
<view class="main"> |
|
<!-- <view class="top"> |
|
<view class="top-box center" bindtap="comeHistory"> |
|
<image class="top-icon" src="../../assets/images/history.png"></image> |
|
<text>历史记录</text> |
|
</view> |
|
</view> --> |
|
<view class="content"> |
|
<view class="info"> |
|
<view class="tab"> |
|
<view class="tab-item"> |
|
<view class="tab-surf"> |
|
<image class="my-pos" src="../../assets/images/bg2.png"></image> |
|
<text class="tab-num">{{totle}}</text> |
|
</view> |
|
<text class="tab-title">测算宗数</text> |
|
</view> |
|
<view class="tab-item"> |
|
<view class="tab-surf"> |
|
<image class="my-pos" src="../../assets/images/bg3.png"></image> |
|
<text class="tab-num">{{precision}}% </text> |
|
</view> |
|
<text class="tab-title">准确率</text> |
|
</view> |
|
<view class="tab-item"> |
|
<view class="tab-surf"> |
|
<image class="my-pos" src="../../assets/images/bg1.png"></image> |
|
<text class="tab-num">{{error}}%</text> |
|
</view> |
|
<text class="tab-title">预测误差</text> |
|
</view> |
|
</view> |
|
<view class="msg"> |
|
<view class="msg-item"> |
|
<view class="msg-icon"> |
|
<image src="../../assets/images/msg.png"></image> |
|
</view> |
|
<text class="msg-title">测算宗数=完成测算并提交的土地宗数,单宗土地不重复;</text> |
|
</view> |
|
<view class="msg-item"> |
|
<view class="msg-icon"> |
|
</view> |
|
<text class="msg-title">预测准确=预测溢价率差异在1%的土地宗数/测算宗数;</text> |
|
</view> |
|
<view class="msg-item"> |
|
<view class="msg-icon"> |
|
</view> |
|
<text class="msg-title">预测误差=预测溢价率差异的绝对值的平均数;</text> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="map"> |
|
<ec-canvas id="mychart-dom-line" |
|
canvas-id="mychart-line" ec="{{ ec }}"></ec-canvas> |
|
</view> |
|
</view> |
|
</view> |
|
</view>
|
|
|