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

10 lines
408 B

<view class="attendance" bindtap="onTap">
<view class="header">
<text class="title">{{data.name}}</text>
<text class="attendance-button" catchtap="onTapButton">签到</text>
</view>
<view class="footer">
<text>签到时间:{{data.start_time}}-{{data.end_time}}</text>
<text>{{data.mode=='QUICK'?'快捷签到':data.mode=='QRCODE'?'扫码签到':'数字签到'}}</text>
</view>
</view>