소스 검색

选择年级文字修改

tanxue 6 달 전
부모
커밋
7a0b1e563f
4개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. BIN
      static/images/grade/grade-title.png
  2. BIN
      static/images/grade/grades-title.png
  3. BIN
      static/images/grade/term-bj.png
  4. 6 6
      utils/constant.js

BIN
static/images/grade/grade-title.png


BIN
static/images/grade/grades-title.png


BIN
static/images/grade/term-bj.png


+ 6 - 6
utils/constant.js

@@ -1,26 +1,26 @@
 
  export const nianji_list = [{
-		label: '一年级',
+		label: 'L1',
 		id: 1
 	},
 	{
-		label: '二年级',
+		label: 'L2',
 		id: 2
 	},
 	{
-		label: '三年级',
+		label: 'L3',
 		id: 3
 	},
 	{
-		label: '四年级',
+		label: 'L4',
 		id: 4
 	},
 	{
-		label: '五年级',
+		label: 'L5',
 		id: 5
 	},
 	{
-		label: '六年级',
+		label: 'L6',
 		id: 6
 	},
 ];