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
|
@@ -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
|
|
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:{
|