浏览代码

选择年级文字修改

tanxue 6 月之前
父节点
当前提交
7a0b1e563f
共有 4 个文件被更改,包括 6 次插入6 次删除
  1. 二进制
      static/images/grade/grade-title.png
  2. 二进制
      static/images/grade/grades-title.png
  3. 二进制
      static/images/grade/term-bj.png
  4. 6 6
      utils/constant.js

二进制
static/images/grade/grade-title.png


二进制
static/images/grade/grades-title.png


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