Blame view

dist/components/index$7f891059.wxml 1.4 KB
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  <import src="NoData$313b0900" /><template name="index$7f891059">
    <view class="_div data-v-295ccd3c attence">
      <view class="_div data-v-295ccd3c list-item" wx:key="i" key="{{i}}" wx:for="{{list}}" wx:for-index="i" wx:for-item="v">
        <view class="_div data-v-295ccd3c schedule">
          <view class="_div data-v-295ccd3c time">{{v.schedule_Date}}</view>
          <view class="_div data-v-295ccd3c locate">
            <image src="/static/imgs/community.png" class="_img data-v-295ccd3c"></image>{{v.comm_Name}}
          </view>
        </view>
        <view class="_div data-v-295ccd3c on">上班 <view class="_div data-v-295ccd3c sign">
            <image wx:if="{{v.first_tsid>0}}" class="_img data-v-295ccd3c yes" src="/static/imgs/yes.png"></image>
            <image wx:elif="{{i>0 || beforeCheckIn===false}}" class="_img data-v-295ccd3c no" src="/static/imgs/no.png"></image>
          </view>
        </view>
        <view class="_div data-v-295ccd3c off">下班 <view class="_div data-v-295ccd3c sign">
            <image wx:if="{{v.second_tsid>0}}" class="_img data-v-295ccd3c yes" src="/static/imgs/yes.png"></image>
            <image wx:elif="{{i>0 || beforeCheckOff===false}}" class="_img data-v-295ccd3c no" src="/static/imgs/no.png"></image>
          </view>
        </view>
      </view> <template wx:if="{{loaded && list.length==0}}" paddingTop="0" data="{{...$root[$kk+'0'], $root}}" is="NoData$313b0900"></template>
    </view>
  </template>