소스 검색

調整學年篩選欄字串

osbert 4 년 전
부모
커밋
edccb1b31e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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--
                         }
                     })