| | |
| | | <block wx:if="{{showThisMonth}}"> |
| | | <view class="head_row"> |
| | | <view class="head_row_item"> |
| | | <view class="head_tag">选填项</view> |
| | | <view class="head_1">{{thisMonthInfo.finishedSelect}}<text class="head_row_item_tag">/{{thisMonthInfo.totalSelect}}</text></view> |
| | | <view class="head_tag">完成度</view> |
| | | <view class="head_1 head_1_big">{{thisMonthInfo.percent}}<text class="head_row_item_tag">%</text></view> |
| | | </view> |
| | | <view class="head_row_item"> |
| | | <view class="head_tag">必填项</view> |
| | | <view class="head_1">{{thisMonthInfo.finishedMust}}<text class="head_row_item_tag">/{{thisMonthInfo.totalMust}}</text></view> |
| | | </view> |
| | | <view class="head_row_item"> |
| | | <view class="head_tag">完成度</view> |
| | | <view class="head_1">{{thisMonthInfo.percent}}<text class="head_row_item_tag">%</text></view> |
| | | <view class="head_tag">选填项</view> |
| | | <view class="head_1">{{thisMonthInfo.finishedSelect}}<text class="head_row_item_tag">/{{thisMonthInfo.totalSelect}}</text></view> |
| | | </view> |
| | | </view> |
| | | <view class="head_row"> |
| | |
| | | <block wx:else> |
| | | <view class="head_row"> |
| | | <view class="head_row_item"> |
| | | <view class="head_tag">选填项</view> |
| | | <view class="head_1">{{lastMonthInfo.finishedSelect}}<text class="head_row_item_tag">/{{lastMonthInfo.totalSelect}}</text></view> |
| | | <view class="head_tag">完成度</view> |
| | | <view class="head_1">{{lastMonthInfo.percent}}<text class="head_row_item_tag">%</text></view> |
| | | </view> |
| | | <view class="head_row_item"> |
| | | <view class="head_tag">必填项</view> |
| | | <view class="head_1">{{lastMonthInfo.finishedMust}}<text class="head_row_item_tag">/{{lastMonthInfo.totalMust}}</text></view> |
| | | </view> |
| | | <view class="head_row_item"> |
| | | <view class="head_tag">完成度</view> |
| | | <view class="head_1">{{lastMonthInfo.percent}}<text class="head_row_item_tag">%</text></view> |
| | | <view class="head_tag">选填项</view> |
| | | <view class="head_1">{{lastMonthInfo.finishedSelect}}<text class="head_row_item_tag">/{{lastMonthInfo.totalSelect}}</text></view> |
| | | </view> |
| | | </view> |
| | | <view class="head_row"> |
| | |
| | | </block> |
| | | </view> |
| | | <view class="head_right"> |
| | | <text class="head_tag" bindtap="gotoHistory">历史记录 ></text> |
| | | <text class="head_btn" bindtap="gotoHistory">历史记录 ></text> |
| | | </view> |
| | | </view> |
| | | <!-- </view> --> |