zydx-plus 1.20.118 → 1.20.119

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.20.118",
3
+ "version": "1.20.119",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -2173,6 +2173,29 @@ let buttonNames = {
2173
2173
  }
2174
2174
  }
2175
2175
  },
2176
+ resource_experiment: {
2177
+ actionName: '实验资源',
2178
+ buttonList: {
2179
+ 0: {
2180
+ headLevel: {
2181
+ default: "demand",
2182
+ demand: '实验要求',
2183
+ btnIndex1: '实验项目',
2184
+ review: '实验点评',
2185
+ analyse: '实验分析',
2186
+ countermeasure: '教学对策'
2187
+ },
2188
+ otherLevel: {
2189
+ default: "btnIndex1",
2190
+ btnIndex1: '实验项目',
2191
+ },
2192
+ lowLevel: {
2193
+ default: "btnIndex1",
2194
+ btnIndex1: '实验项目',
2195
+ }
2196
+ }
2197
+ }
2198
+ },
2176
2199
  resource_project: {
2177
2200
  actionName: '课业项目',
2178
2201
  buttonList: {
@@ -10,7 +10,7 @@
10
10
  <template v-if="actionConfig[actionId].isShowEndTime">
11
11
  <template v-for="(info, index) in taskInfoList">
12
12
  <div v-if="isTimeModel" class="task_item_main" :class="getZindex(index)">
13
- <div class="task_text_desc">{{actionConfig[actionId].endTimeBtn2}}:</div>
13
+ <div class="task_text_desc"><span v-if="actionId === 'action_lesson015'">{{getUppercase(index)}}轮</span>{{actionConfig[actionId].endTimeBtn2}}:</div>
14
14
  <div class="width250">
15
15
  <zydx-input v-model:value="info.examJoinTime"
16
16
  :placeholder="'不限制'"
package/src/index.js CHANGED
@@ -63,7 +63,7 @@ function install(app) {
63
63
  }
64
64
 
65
65
  export default {
66
- version: '1.20.118',
66
+ version: '1.20.119',
67
67
  install,
68
68
  Calendar,
69
69
  Message,