zydx-plus 1.33.411 → 1.33.413
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
|
@@ -2924,7 +2924,7 @@ let buttonNames = {
|
|
|
2924
2924
|
}
|
|
2925
2925
|
},
|
|
2926
2926
|
resource_lesson003: {
|
|
2927
|
-
actionName: '
|
|
2927
|
+
actionName: '长课视频',
|
|
2928
2928
|
buttonList: {
|
|
2929
2929
|
0: {
|
|
2930
2930
|
headLevel: {
|
|
@@ -3003,6 +3003,86 @@ let buttonNames = {
|
|
|
3003
3003
|
}
|
|
3004
3004
|
}
|
|
3005
3005
|
},
|
|
3006
|
+
resource_lesson003_video: {
|
|
3007
|
+
actionName: '长视频资源',
|
|
3008
|
+
buttonList: {
|
|
3009
|
+
0: {
|
|
3010
|
+
headLevel: {
|
|
3011
|
+
default: "btnIndex1",
|
|
3012
|
+
btnIndex1: this.getCurrentPrefix(item) + '视频',
|
|
3013
|
+
btnIndex2: this.getPrefix(item) + '视频'
|
|
3014
|
+
},
|
|
3015
|
+
otherLevel: {
|
|
3016
|
+
default: "btnIndex1",
|
|
3017
|
+
btnIndex1: this.getCurrentPrefix(item) + '视频',
|
|
3018
|
+
btnIndex2: this.getPrefix(item) + '视频'
|
|
3019
|
+
},
|
|
3020
|
+
lowLevel: {
|
|
3021
|
+
default: "viewResource",
|
|
3022
|
+
importResource: '导入视频',
|
|
3023
|
+
viewResource: '视频列表',
|
|
3024
|
+
// selectResource: '查找资源',
|
|
3025
|
+
}
|
|
3026
|
+
},
|
|
3027
|
+
2: {
|
|
3028
|
+
headLevel: {
|
|
3029
|
+
default: "btnIndex1",
|
|
3030
|
+
btnIndex1: this.getCurrentPrefix(item) + '视频',
|
|
3031
|
+
btnIndex2: this.getPrefix(item) + '视频'
|
|
3032
|
+
},
|
|
3033
|
+
otherLevel: {
|
|
3034
|
+
default: "btnIndex1",
|
|
3035
|
+
btnIndex1: this.getCurrentPrefix(item) + '视频',
|
|
3036
|
+
btnIndex2: this.getPrefix(item) + '视频'
|
|
3037
|
+
},
|
|
3038
|
+
lowLevel: {
|
|
3039
|
+
default: "viewResource",
|
|
3040
|
+
viewResource: '视频列表',
|
|
3041
|
+
// selectResource: '查找资源',
|
|
3042
|
+
}
|
|
3043
|
+
}
|
|
3044
|
+
}
|
|
3045
|
+
},
|
|
3046
|
+
resource_lesson005_video: {
|
|
3047
|
+
actionName: '短视频资源',
|
|
3048
|
+
buttonList: {
|
|
3049
|
+
0: {
|
|
3050
|
+
headLevel: {
|
|
3051
|
+
default: "btnIndex1",
|
|
3052
|
+
btnIndex1: this.getCurrentPrefix(item) + '视频',
|
|
3053
|
+
btnIndex2: this.getPrefix(item) + '视频'
|
|
3054
|
+
},
|
|
3055
|
+
otherLevel: {
|
|
3056
|
+
default: "btnIndex1",
|
|
3057
|
+
btnIndex1: this.getCurrentPrefix(item) + '视频',
|
|
3058
|
+
btnIndex2: this.getPrefix(item) + '视频'
|
|
3059
|
+
},
|
|
3060
|
+
lowLevel: {
|
|
3061
|
+
default: "viewResource",
|
|
3062
|
+
importResource: '导入视频',
|
|
3063
|
+
viewResource: '视频列表',
|
|
3064
|
+
// selectResource: '查找资源',
|
|
3065
|
+
}
|
|
3066
|
+
},
|
|
3067
|
+
2: {
|
|
3068
|
+
headLevel: {
|
|
3069
|
+
default: "btnIndex1",
|
|
3070
|
+
btnIndex1: this.getCurrentPrefix(item) + '视频',
|
|
3071
|
+
btnIndex2: this.getPrefix(item) + '视频'
|
|
3072
|
+
},
|
|
3073
|
+
otherLevel: {
|
|
3074
|
+
default: "btnIndex1",
|
|
3075
|
+
btnIndex1: this.getCurrentPrefix(item) + '视频',
|
|
3076
|
+
btnIndex2: this.getPrefix(item) + '视频'
|
|
3077
|
+
},
|
|
3078
|
+
lowLevel: {
|
|
3079
|
+
default: "viewResource",
|
|
3080
|
+
viewResource: '视频列表',
|
|
3081
|
+
// selectResource: '查找资源',
|
|
3082
|
+
}
|
|
3083
|
+
}
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
3006
3086
|
resource_lesson009: {
|
|
3007
3087
|
actionName: '数据资源',
|
|
3008
3088
|
buttonList: {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="tabs cl" :ref="`tabs${id}`" :style="{'text-align': heiStart? 'left': 'center'}">
|
|
3
3
|
<div class="tabs-li" :class="{'tab-active': actives === index}" @click="listTap(index)"
|
|
4
|
-
v-for="(item,index) in list" :key="index"
|
|
5
|
-
</div>
|
|
4
|
+
v-for="(item,index) in list" :key="index" v-html="item[column[0]]"></div>
|
|
6
5
|
<!-- <div v-if="addShow" @click="addTap" class="tabs-li tab-add">+</div>-->
|
|
7
6
|
</div>
|
|
8
7
|
</template>
|