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.

19 lines
500 B

<view class="module">
<view class="info-display">
<view class="info nomal">
正常签到:{{normal_count}}
</view>
<view class="info leave">
请假:{{leave_count}}
</view>
<view class="info absence">
旷课:{{absence_count}}
</view>
</view>
<nav-bar type="line" list="{{list}}"/>
<scroll-view scroll-y="1">
<view class="attendance-wrap" wx:for="{{current_attendance}}">
<attendance-item data="{{item}}"/>
</view>
</scroll-view>
</view>