You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
1.4 KiB
Plaintext

<view><view class="cu-form-group "><view style="width:21%;"></view><view>2021 年</view><button class="cu-btn bg-green shadow">上一年</button></view><view style="padding:10rpx;"><view class="bg-red flex solid-bottom padding justify-start text-white text-center" style="margin:10rpx auto;"><view class="text-header" style="width:15%;"><text>日期</text></view><view class="text-header" style="width:20%;"><text>目标业绩</text></view><view class="text-header" style="width:20%;"><text>实际业绩</text></view><view class="text-header" style="width:20%;"><text>差额</text></view><view class="text-header" style="width:20%;"><text>达成率</text></view></view><block wx:if="{{targetList.length==0}}"><view><view class="empty cuIcon-info"></view><view class="empty-text text-gray">暂无数据</view></view></block><block wx:for="{{targetList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class=" light flex justify-start text-black text-center text-main" style="padding-left:10rpx;"><view class="text-header" style="width:15%;"><text>{{item.date}}</text></view><view class="text-header" style="width:20%;"><text>{{item.mbMoney}}</text></view><view class="text-header" style="width:20%;"><text>{{item.sjMoney}}</text></view><view class="text-header " style="width:20%;"><text>{{item.difference}}</text></view><view class="text-header " style="width:20%;"><text>{{item.ratio}}</text></view></view></block></view></view>