tanxue 6 місяців тому
батько
коміт
7a0b1e563f

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
 	},
 ];