Browse Source

調整學年篩選欄字串

osbert 4 năm trước cách đây
mục cha
commit
edccb1b31e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      TEAMModelOS/ClientApp/src/view/student-account/Index.vue

+ 1 - 1
TEAMModelOS/ClientApp/src/view/student-account/Index.vue

@@ -833,7 +833,7 @@ export default {
                     }
                     let res = pData.grades.map(item => {
                         return {
-                            label: `${item.name}(${year}级)`,
+                            label: `${item}(${year}级)`,
                             value: year--
                         }
                     })