dengzhiguo 6 years ago
parent
commit
2819fff5e6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      js/component/dataDic.js

+ 3 - 3
js/component/dataDic.js

@@ -2195,13 +2195,13 @@ module.exports = {
     ],
     slcRedit:[
     	{
-	        value: "0",
+	        value: "1",
 	        key: "A级"
 	    },{
-	        value: "1",
+	        value: "2",
 	        key: "B级"
 	    }, {
-	        value: "2",
+	        value: "3",
 	        key: "C级"
 	    }
     ],