diff --git a/src/pages/index.vue b/src/pages/index.vue index d23ce28..c3df530 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -65,106 +65,88 @@ class="main-window flex-grow-1" fluid > +
- - - 别看未来的作业了 - - -
- {{ state.noDataMessage }} -
-
-
+
+ + {{ item.name }} + + + + {{ text }} + + + + +
- + @@ -172,7 +154,7 @@ v-if="state.studentList && state.studentList.length" class="attendance-area" cols="1" - @click="!isPastDate ? setAttendanceArea() : null" + @click="setAttendanceArea()" >

出勤

应到: {{ state.studentList.length }}人

@@ -386,17 +368,17 @@