数据看板修改
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</view>
|
||||
<view class="relative fn-flex-item" bindtap="pushLink" data-url="/pages/storeData/index" wx:if="{{userInfo.group_id>1}}">
|
||||
<image class='img-60x60' mode="aspectFill" src='{{imgUrl}}index/icon-tab-2.png' lazy-load="{{true}}"></image>
|
||||
<view>数据看板</view>
|
||||
<view>数据分析</view>
|
||||
</view>
|
||||
<view class="relative fn-flex-item" bindtap="pushLink" data-url="/pages/allot/list/index">
|
||||
<view class="absolute peg-tip box-center ml30 bg-f9394d bds-2-fff img-24x24 text-center font-18 color-fff ulib-r750 z-index-1" wx:if="{{diaoboNum}}"><text class="absolute box-center-middle">{{diaoboNum}}</text></view>
|
||||
@@ -37,9 +37,13 @@
|
||||
<view style="color:{{inventory.color}};">{{inventory.title}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="fn-flex mt30 bg-f6-fff fn-flex fn-flex-wrap fn-flex-center">
|
||||
</view>
|
||||
<!-- 数据看板 -->
|
||||
<view class="bg-fff mb30 inner30 box-shadow-000-10-10 ulib-r10">
|
||||
<view class="font-36">数据看板</view>
|
||||
<view class="fn-flex fn-flex-wrap pt20 pb10 text-center">
|
||||
<block wx:for="{{userCal.statistics}}" wx:key='index'>
|
||||
<view class="mt30 wp33">
|
||||
<view class="wp33 relative pt20 pb20 {{index>2?'bts-1-eb':''}} {{index%3==2?'':'brs-1-eb'}}">
|
||||
<view class="text-bold"><text class="font-36">{{item.today.value}}</text><text class="font-28 color-666">/{{item.month.value}}</text></view>
|
||||
<view class="font-22"><text>{{item.today.title}}</text><text class="color-666">/{{item.month.title}}</text></view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user