zydx-plus 1.33.430 → 1.33.431
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
|
@@ -2573,7 +2573,7 @@ let buttonNames = {
|
|
|
2573
2573
|
headLevel: {
|
|
2574
2574
|
default: "demand",
|
|
2575
2575
|
demand: '讨论要求',
|
|
2576
|
-
resourceIndex: '
|
|
2576
|
+
resourceIndex: '讨论题目',
|
|
2577
2577
|
review: '讨论点评',
|
|
2578
2578
|
analyse: '讨论分析',
|
|
2579
2579
|
countermeasure: this.getJobType() === 'resource_guidance' ? '指导对策' : '教学对策',
|
|
@@ -2583,13 +2583,13 @@ let buttonNames = {
|
|
|
2583
2583
|
},
|
|
2584
2584
|
otherLevel: {
|
|
2585
2585
|
default: "singletonClass",
|
|
2586
|
-
singletonClass: this.getCurrentPrefix(item) + '
|
|
2587
|
-
allClass: this.getPrefix(item) + '
|
|
2586
|
+
singletonClass: this.getCurrentPrefix(item) + '题目',
|
|
2587
|
+
allClass: this.getPrefix(item) + '题目'
|
|
2588
2588
|
},
|
|
2589
2589
|
lowLevel: {
|
|
2590
2590
|
default: "viewResource",
|
|
2591
|
-
createResource: '
|
|
2592
|
-
viewResource: '
|
|
2591
|
+
createResource: '创建题目',
|
|
2592
|
+
viewResource: '题目列表',
|
|
2593
2593
|
// selectResource: '查找资源',
|
|
2594
2594
|
}
|
|
2595
2595
|
}
|
|
@@ -2602,7 +2602,7 @@ let buttonNames = {
|
|
|
2602
2602
|
headLevel: {
|
|
2603
2603
|
default: "demand",
|
|
2604
2604
|
demand: '风暴要求',
|
|
2605
|
-
resourceIndex: '
|
|
2605
|
+
resourceIndex: '风暴题目',
|
|
2606
2606
|
review: '风暴点评',
|
|
2607
2607
|
analyse: '风暴分析',
|
|
2608
2608
|
countermeasure: this.getJobType() === 'resource_guidance' ? '指导对策' : '教学对策',
|
|
@@ -2612,13 +2612,13 @@ let buttonNames = {
|
|
|
2612
2612
|
},
|
|
2613
2613
|
otherLevel: {
|
|
2614
2614
|
default: "singletonClass",
|
|
2615
|
-
singletonClass: this.getCurrentPrefix(item) + '
|
|
2616
|
-
allClass: this.getPrefix(item) + '
|
|
2615
|
+
singletonClass: this.getCurrentPrefix(item) + '题目',
|
|
2616
|
+
allClass: this.getPrefix(item) + '题目'
|
|
2617
2617
|
},
|
|
2618
2618
|
lowLevel: {
|
|
2619
2619
|
default: "viewResource",
|
|
2620
|
-
createResource: '
|
|
2621
|
-
viewResource: '
|
|
2620
|
+
createResource: '创建题目',
|
|
2621
|
+
viewResource: '题目列表',
|
|
2622
2622
|
// selectResource: '查找资源',
|
|
2623
2623
|
}
|
|
2624
2624
|
}
|