crm_second_opening_mini/pagesA/punchclock/index.wxml

1 line
1.4 KiB
Plaintext

<view class="profile_fun data-v-6098b052"><block wx:if="{{tabType==1&&lat&&lng}}"><punch-clock vue-id="7f2edde2-1" lat="{{lat}}" lng="{{lng}}" data-ref="clockChild" class="data-v-6098b052 vue-ref" bind:__l="__l"></punch-clock></block><punch-statis data-custom-hidden="{{!(tabType==2)}}" vue-id="7f2edde2-2" data-ref="statisChild" class="data-v-6098b052 vue-ref" bind:__l="__l"></punch-statis><card-list data-custom-hidden="{{!(tabType==3)}}" vue-id="7f2edde2-3" data-ref="cardChild" class="data-v-6098b052 vue-ref" bind:__l="__l"></card-list><leave-list data-custom-hidden="{{!(tabType==4)}}" vue-id="7f2edde2-4" data-ref="leaveChild" class="data-v-6098b052 vue-ref" bind:__l="__l"></leave-list><punch-rules data-custom-hidden="{{!(tabType==5)}}" vue-id="7f2edde2-5" data-ref="rulesChild" class="data-v-6098b052 vue-ref" bind:__l="__l"></punch-rules><view class="tabbox_out data-v-6098b052"><view class="tabbox data-v-6098b052"><block wx:for="{{tabList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{item.type==5&&role_type==9||item.type!=5}}"><view data-event-opts="{{[['tap',[['changeTab',['$0'],[[['tabList','',index,'type']]]]]]]}}" class="tab_li data-v-6098b052" bindtap="__e"><image class="tabimg data-v-6098b052" src="{{tabType==item.type?item.icon_active:item.icon}}" mode></image><view class="tab_text data-v-6098b052">{{item.name}}</view></view></block></block></view></view></view>