浏览代码

調整學年篩選欄字串

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--
                         }
                     })