lrf402788946 4 năm trước cách đây
mục cha
commit
98e9404ba2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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() {