zydx-plus 1.33.365 → 1.33.367

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.33.365",
3
+ "version": "1.33.367",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -1961,6 +1961,32 @@ let buttonNames = {
1961
1961
  },
1962
1962
  interactResourceButtonList (item) {
1963
1963
  return {
1964
+ resource_scene:{
1965
+ actionName: '情景资源',
1966
+ buttonList: {
1967
+ 0: {
1968
+ headLevel: {
1969
+ default: "demand",
1970
+ demand: '学习要求',
1971
+ resourceIndex: '学习任务',
1972
+ review: '学习点评',
1973
+ analyse: '学习分析',
1974
+ countermeasure: '学习对策'
1975
+ },
1976
+ otherLevel: {
1977
+ default: "singletonClass",
1978
+ singletonClass: this.getCurrentPrefix(item) + '任务',
1979
+ allClass: this.getPrefix(item) + '任务'
1980
+ },
1981
+ lowLevel: {
1982
+ default: "viewResource",
1983
+ createResource: '创建任务',
1984
+ viewResource: '任务列表',
1985
+ batchDelResource: '查找资源',
1986
+ }
1987
+ }
1988
+ }
1989
+ },
1964
1990
  resource_lesson051: {
1965
1991
  actionName: '调查资源',
1966
1992
  buttonList: {
@@ -80,6 +80,7 @@ export default {
80
80
  },
81
81
  watch: {
82
82
  actives(val) {
83
+ console.log(val)
83
84
  if (val === -1) return
84
85
  this.active = val
85
86
  }
@@ -135,9 +136,9 @@ export default {
135
136
  padding: 0 10px;
136
137
  cursor: pointer;
137
138
  }
138
- .list-li{
139
- padding-bottom: 10px;
140
- }
139
+ /*.list-li{*/
140
+ /*padding-bottom: 10px;*/
141
+ /*}*/
141
142
  .list-li > span {
142
143
  font-size: 16px;
143
144
  line-height: 30px;
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.365',
86
+ version: '1.33.367',
87
87
  install,
88
88
  Calendar,
89
89
  Message,