zydx-plus 1.33.328 → 1.33.329

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.328",
3
+ "version": "1.33.329",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -115,8 +115,8 @@ let buttonNames = {
115
115
  },
116
116
  lowLevel: {
117
117
  default: "singletonClass",
118
- singletonClass: '实施检测',
119
118
  quest:'全节试题',
119
+ singletonClass: '实施检测',
120
120
  score: '检测成绩',
121
121
  analysis: '统计分析',
122
122
  power: '学习动力'
@@ -693,19 +693,19 @@ let buttonNames = {
693
693
  headLevel: {
694
694
  default: "demand",
695
695
  demand: '作业要求',
696
- quest:'全课试题',
696
+ quest:'全课题目',
697
697
  singletonClass: this.getCurrentPrefix(item) + '作业',
698
698
  allClass: this.getPrefix(item) + '情况',
699
699
  },
700
700
  otherLevel: {
701
701
  default: "singletonClass",
702
- quest:'全章试题',
702
+ quest:'全章题目',
703
703
  singletonClass: this.getCurrentPrefix(item) + '作业',
704
704
  allClass: this.getPrefix(item) + '情况',
705
705
  },
706
706
  lowLevel: {
707
707
  default: "singletonClass",
708
- quest:'全节试题',
708
+ quest:'全节题目',
709
709
  singletonClass: '作业任务',
710
710
  score: '作业成绩',
711
711
  analysis: '统计分析',
@@ -60,7 +60,7 @@
60
60
  </div>
61
61
  </template>
62
62
  <div v-if="actionConfig[actionId].isShowLaterScore" class="task_item_main" :class="getZindex(index)">
63
- <div class="task_text_desc">{{actionId == 'action_lesson012' || 'action_Interrogation'?'迟答扣分' : '迟交扣分'}}:</div>
63
+ <div class="task_text_desc">{{actionConfig[actionId].laterScoreBtn}}:</div>
64
64
  <div class="width250">
65
65
  <zydxSelect :color="'#000000'" :readonly="readonly" :options="laterScoreOptions" v-model:value="laterScore"></zydxSelect>
66
66
  </div>
@@ -480,20 +480,6 @@
480
480
  isShowScreenLimit: false,
481
481
  isShowFunDisable: false,
482
482
  isShowVirtualScore: false
483
- },
484
- action_Interrogation: {
485
- actionName: '苏氏追问',
486
- endTimeBtn1: '任务截止',
487
- endTimeBtn2: '学习时长',
488
- laterScoreBtn: '迟交扣分',
489
- isShowFinishState: true,
490
- isShowEndTime: true,
491
- isShowLaterScore: true,
492
- isShowReviewObj: true,
493
- isShowReviewDemand: true,
494
- isShowScreenLimit: false,
495
- isShowFunDisable: false,
496
- isShowVirtualScore: false
497
483
  }
498
484
  },
499
485
  showExamJoinCalenderTime:{
package/src/index.js CHANGED
@@ -81,7 +81,7 @@ function install(app) {
81
81
  }
82
82
 
83
83
  export default {
84
- version: '1.33.328',
84
+ version: '1.33.329',
85
85
  install,
86
86
  Calendar,
87
87
  Message,