1 line
2.6 KiB
Plaintext
1 line
2.6 KiB
Plaintext
<view class="achievement_object data-v-1df28f0c"><view class="querylist data-v-1df28f0c"><view class="queryfir data-v-1df28f0c"><picker range="{{typeList}}" value="{{typeIndex}}" data-event-opts="{{[['change',[['changeDataType',['$event']]]]]}}" bindchange="__e" class="data-v-1df28f0c"><view class="form_right data-v-1df28f0c"><view class="data-v-1df28f0c">{{typeList[typeIndex]?typeList[typeIndex]:'点击选择'}}</view><image class="bottomimg data-v-1df28f0c" src="{{BASE_IMG_URL+'xia.png'}}" mode="scaleToFill"></image></view></picker></view><view class="querysec data-v-1df28f0c"><picker mode="date" fields="year" data-event-opts="{{[['change',[['changeYeay',['$event']]]]]}}" bindchange="__e" class="data-v-1df28f0c"><view class="form_right data-v-1df28f0c"><view class="data-v-1df28f0c">{{dataYear?dataYear+'年':'点击选择'}}</view><image class="bottomimg data-v-1df28f0c" src="{{BASE_IMG_URL+'xia.png'}}" mode="scaleToFill"></image></view></picker></view></view><view class="achievement_head data-v-1df28f0c"><view class="charts-box data-v-1df28f0c"><qiun-data-charts vue-id="52f64e10-1" type="column" chartData="{{chartData}}" canvasId="asdb" canvas2d="{{false}}" opts="{{twoChart}}" ontouch="{{true}}" class="data-v-1df28f0c" bind:__l="__l"></qiun-data-charts></view></view><view class="achievement_footer data-v-1df28f0c"><view class="footer_table data-v-1df28f0c"><view class="table_time data-v-1df28f0c"><view class="item_title data-v-1df28f0c">时间</view><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="time_item data-v-1df28f0c"><view class="data-v-1df28f0c">{{item.month}}</view></view></block></view><scroll-view class="scroll data-v-1df28f0c" scroll-x="true"><view class="con_title data-v-1df28f0c"><view class="title_head data-v-1df28f0c">目标金额</view><view class="title_head data-v-1df28f0c">成交金额</view><view class="title_head data-v-1df28f0c">成交订单</view><view class="title_head data-v-1df28f0c">完成率</view><view class="title_head data-v-1df28f0c">平均客单价</view></view><view class="con_content data-v-1df28f0c"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="content_item data-v-1df28f0c"><view class="con_data data-v-1df28f0c">{{"¥ "+item.achievement}}</view><view class="con_data data-v-1df28f0c">{{"¥ "+item.money}}</view><view class="con_data data-v-1df28f0c">{{item.count}}</view><view class="con_data data-v-1df28f0c">{{item.ratio+"%"}}</view><view class="con_data data-v-1df28f0c">{{"¥ "+item.unit_price}}</view></view></block></view></scroll-view></view></view></view> |