|
@@ -5,7 +5,7 @@
|
|
|
<van-tab title="待处理">
|
|
|
<van-list v-model="dataSection.loading" v-if="dataSection.show" key="data"
|
|
|
:finished="dataSection.finished"
|
|
|
- finished-text="我是有底线的"
|
|
|
+ finished-text="没有更多数据了"
|
|
|
@load="getClassGroupList">
|
|
|
<div v-for="(item, index) in dataSection.dataList" :key="index" class="app-item">
|
|
|
<div class="hd">
|
|
@@ -26,7 +26,7 @@
|
|
|
<van-tab title="已处理">
|
|
|
<van-list v-model="recordSection.loading" v-if="recordSection.show" key="records"
|
|
|
:finished="recordSection.finished"
|
|
|
- finished-text="我是有底线的"
|
|
|
+ finished-text="没有更多数据了"
|
|
|
@load="getStudentAttendanceList">
|
|
|
<div v-for="i in 6" :key="i" class="app-item">
|
|
|
<div class="hd">
|