zydx-plus 1.33.369 → 1.33.370
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -37,6 +37,26 @@ let buttonNames = {
|
|
|
37
37
|
analysis: '统计分析',
|
|
38
38
|
power: '学习动力'
|
|
39
39
|
}
|
|
40
|
+
},
|
|
41
|
+
2: {
|
|
42
|
+
headLevel: {
|
|
43
|
+
default: "singletonClass",
|
|
44
|
+
singletonClass: this.getCurrentPrefix(item) + '学习',
|
|
45
|
+
allClass: this.getPrefix(item) + '情况',
|
|
46
|
+
},
|
|
47
|
+
otherLevel: {
|
|
48
|
+
default: "singletonClass",
|
|
49
|
+
singletonClass: this.getCurrentPrefix(item) + '学习',
|
|
50
|
+
allClass: this.getPrefix(item) + '情况',
|
|
51
|
+
},
|
|
52
|
+
lowLevel: {
|
|
53
|
+
default: "singletonClass",
|
|
54
|
+
singletonClass: '学习任务',
|
|
55
|
+
score: '学习成绩',
|
|
56
|
+
analysis: '统计分析',
|
|
57
|
+
assessment: '素养评估',
|
|
58
|
+
power: '学习动力'
|
|
59
|
+
}
|
|
40
60
|
}
|
|
41
61
|
}
|
|
42
62
|
},
|