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.

14 lines
471 B

<view class="table">
<view class="table-row">
<view class="table-cell">学号</view>
<view class="table-cell">姓名</view>
<view class="table-cell">点名次数</view>
<view class="table-cell">积分</view>
</view>
<view class="table-row">
<view class="table-cell">{{studentId}}</view>
<view class="table-cell">{{name}}</view>
<view class="table-cell">{{callCount}}</view>
<view class="table-cell">{{score}}</view>
</view>
</view>