zydx-plus 1.34.456 → 1.34.457
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
|
@@ -2735,6 +2735,86 @@ let buttonNames = {
|
|
|
2735
2735
|
}
|
|
2736
2736
|
}
|
|
2737
2737
|
},
|
|
2738
|
+
resource_lesson_topic: {
|
|
2739
|
+
actionName: '课程专题',
|
|
2740
|
+
buttonList: {
|
|
2741
|
+
0: {
|
|
2742
|
+
headLevel: {
|
|
2743
|
+
default: "btnIndex1",
|
|
2744
|
+
btnIndex1: this.getCurrentPrefix(item) + '专题',
|
|
2745
|
+
btnIndex2: this.getPrefix(item) + '专题'
|
|
2746
|
+
},
|
|
2747
|
+
otherLevel: {
|
|
2748
|
+
default: "btnIndex1",
|
|
2749
|
+
btnIndex1: this.getCurrentPrefix(item) + '专题',
|
|
2750
|
+
btnIndex2: this.getPrefix(item) + '专题'
|
|
2751
|
+
},
|
|
2752
|
+
lowLevel: {
|
|
2753
|
+
default: "viewResource",
|
|
2754
|
+
createResource: '创建专题',
|
|
2755
|
+
viewResource: '专题列表',
|
|
2756
|
+
// selectResource: '查找资源',
|
|
2757
|
+
}
|
|
2758
|
+
},
|
|
2759
|
+
2: {
|
|
2760
|
+
headLevel: {
|
|
2761
|
+
default: "btnIndex1",
|
|
2762
|
+
btnIndex1: this.getCurrentPrefix(item) + '专题',
|
|
2763
|
+
btnIndex2: this.getPrefix(item) + '专题'
|
|
2764
|
+
},
|
|
2765
|
+
otherLevel: {
|
|
2766
|
+
default: "btnIndex1",
|
|
2767
|
+
btnIndex1: this.getCurrentPrefix(item) + '专题',
|
|
2768
|
+
btnIndex2: this.getPrefix(item) + '专题'
|
|
2769
|
+
},
|
|
2770
|
+
lowLevel: {
|
|
2771
|
+
default: "viewResource",
|
|
2772
|
+
viewResource: '专题列表',
|
|
2773
|
+
// selectResource: '查找资源',
|
|
2774
|
+
}
|
|
2775
|
+
}
|
|
2776
|
+
}
|
|
2777
|
+
},
|
|
2778
|
+
resource_lesson_case: {
|
|
2779
|
+
actionName: '案例',
|
|
2780
|
+
buttonList: {
|
|
2781
|
+
0: {
|
|
2782
|
+
headLevel: {
|
|
2783
|
+
default: "btnIndex1",
|
|
2784
|
+
btnIndex1: this.getCurrentPrefix(item) + '案例',
|
|
2785
|
+
btnIndex2: this.getPrefix(item) + '案例'
|
|
2786
|
+
},
|
|
2787
|
+
otherLevel: {
|
|
2788
|
+
default: "btnIndex1",
|
|
2789
|
+
btnIndex1: this.getCurrentPrefix(item) + '案例',
|
|
2790
|
+
btnIndex2: this.getPrefix(item) + '案例'
|
|
2791
|
+
},
|
|
2792
|
+
lowLevel: {
|
|
2793
|
+
default: "viewResource",
|
|
2794
|
+
createResource: '创建案例',
|
|
2795
|
+
viewResource: '案例列表',
|
|
2796
|
+
// selectResource: '查找资源',
|
|
2797
|
+
}
|
|
2798
|
+
},
|
|
2799
|
+
2: {
|
|
2800
|
+
headLevel: {
|
|
2801
|
+
default: "btnIndex1",
|
|
2802
|
+
btnIndex1: this.getCurrentPrefix(item) + '案例',
|
|
2803
|
+
btnIndex2: this.getPrefix(item) + '案例'
|
|
2804
|
+
},
|
|
2805
|
+
otherLevel: {
|
|
2806
|
+
default: "btnIndex1",
|
|
2807
|
+
btnIndex1: this.getCurrentPrefix(item) + '案例',
|
|
2808
|
+
btnIndex2: this.getPrefix(item) + '案例'
|
|
2809
|
+
},
|
|
2810
|
+
lowLevel: {
|
|
2811
|
+
default: "viewResource",
|
|
2812
|
+
viewResource: '案例列表',
|
|
2813
|
+
// selectResource: '查找资源',
|
|
2814
|
+
}
|
|
2815
|
+
}
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2738
2818
|
resource_lesson017: {
|
|
2739
2819
|
actionName: '实践资源',
|
|
2740
2820
|
buttonList: {
|