lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
98e9404ba2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/class/newClass/daily.vue

+ 1 - 0
src/views/class/newClass/daily.vue

@@ -53,6 +53,7 @@ export default {
       this.$set(this, `form`, stu);
       let list = this.scoreList.filter(f => f.studentid === stu.id);
       this.show = true;
+      list = _.orderBy(list, ['date'], ['asc']);
       this.$set(this, `dailyList`, list);
     },
     add() {