zydx-plus 1.33.428 → 1.33.430
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
|
@@ -382,6 +382,52 @@ let buttonNames = {
|
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
},
|
|
385
|
+
action_lesson_think: {
|
|
386
|
+
actionName: '学习思考',
|
|
387
|
+
buttonList: {
|
|
388
|
+
0: {
|
|
389
|
+
headLevel: {
|
|
390
|
+
default: "demand",
|
|
391
|
+
demand: '思考要求',
|
|
392
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
393
|
+
allClass: this.getPrefix(item) + '情况',
|
|
394
|
+
},
|
|
395
|
+
otherLevel: {
|
|
396
|
+
default: "singletonClass",
|
|
397
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
398
|
+
allClass: this.getPrefix(item) + '情况',
|
|
399
|
+
},
|
|
400
|
+
lowLevel: {
|
|
401
|
+
default: "singletonClass",
|
|
402
|
+
singletonClass: '思考任务',
|
|
403
|
+
score: '思考成绩',
|
|
404
|
+
analysis: '统计分析',
|
|
405
|
+
assessment: '素养评估',
|
|
406
|
+
power: '学习动力'
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
2: {
|
|
410
|
+
headLevel: {
|
|
411
|
+
default: "singletonClass",
|
|
412
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
413
|
+
allClass: this.getPrefix(item) + '情况',
|
|
414
|
+
},
|
|
415
|
+
otherLevel: {
|
|
416
|
+
default: "singletonClass",
|
|
417
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
418
|
+
allClass: this.getPrefix(item) + '情况',
|
|
419
|
+
},
|
|
420
|
+
lowLevel: {
|
|
421
|
+
default: "singletonClass",
|
|
422
|
+
singletonClass: '学习思考',
|
|
423
|
+
score: '思考成绩',
|
|
424
|
+
analysis: '统计分析',
|
|
425
|
+
assessment: '素养评估',
|
|
426
|
+
power: '学习动力'
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
},
|
|
385
431
|
action_lesson013: {
|
|
386
432
|
actionName: '教师答疑',
|
|
387
433
|
buttonList: {
|
|
@@ -760,6 +806,52 @@ let buttonNames = {
|
|
|
760
806
|
}
|
|
761
807
|
}
|
|
762
808
|
},
|
|
809
|
+
action_lesson_soft: {
|
|
810
|
+
actionName: '软件学习',
|
|
811
|
+
buttonList: {
|
|
812
|
+
0: {
|
|
813
|
+
headLevel: {
|
|
814
|
+
default: "demand",
|
|
815
|
+
demand: '学习要求',
|
|
816
|
+
singletonClass: this.getCurrentPrefix(item) + '任务',
|
|
817
|
+
allClass: this.getPrefix(item) + '情况',
|
|
818
|
+
},
|
|
819
|
+
otherLevel: {
|
|
820
|
+
default: "singletonClass",
|
|
821
|
+
singletonClass: this.getCurrentPrefix(item) + '任务',
|
|
822
|
+
allClass: this.getPrefix(item) + '情况',
|
|
823
|
+
},
|
|
824
|
+
lowLevel: {
|
|
825
|
+
default: "singletonClass",
|
|
826
|
+
singletonClass: '学习任务',
|
|
827
|
+
score: '学习成绩',
|
|
828
|
+
analysis: '统计分析',
|
|
829
|
+
assessment: '素养评估',
|
|
830
|
+
power: '学习动力'
|
|
831
|
+
},
|
|
832
|
+
},
|
|
833
|
+
2: {
|
|
834
|
+
headLevel: {
|
|
835
|
+
default: "singletonClass",
|
|
836
|
+
singletonClass: this.getCurrentPrefix(item) + '任务',
|
|
837
|
+
allClass: this.getPrefix(item) + '情况',
|
|
838
|
+
},
|
|
839
|
+
otherLevel: {
|
|
840
|
+
default: "singletonClass",
|
|
841
|
+
singletonClass: this.getCurrentPrefix(item) + '任务',
|
|
842
|
+
allClass: this.getPrefix(item) + '情况',
|
|
843
|
+
},
|
|
844
|
+
lowLevel: {
|
|
845
|
+
default: "singletonClass",
|
|
846
|
+
singletonClass: '学习任务',
|
|
847
|
+
score: '学习成绩',
|
|
848
|
+
analysis: '统计分析',
|
|
849
|
+
assessment: '素养评估',
|
|
850
|
+
power: '学习动力'
|
|
851
|
+
},
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
},
|
|
763
855
|
action_lesson_homework: {
|
|
764
856
|
actionName: '课后作业',
|
|
765
857
|
buttonList: {
|
|
@@ -1484,6 +1576,32 @@ let buttonNames = {
|
|
|
1484
1576
|
}
|
|
1485
1577
|
}
|
|
1486
1578
|
},
|
|
1579
|
+
action_lesson_think: {
|
|
1580
|
+
actionName: '学习思考',
|
|
1581
|
+
buttonList: {
|
|
1582
|
+
0: {
|
|
1583
|
+
headLevel: {
|
|
1584
|
+
default: "demand",
|
|
1585
|
+
demand: '思考要求',
|
|
1586
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
1587
|
+
allClass: this.getPrefix(item) + '情况',
|
|
1588
|
+
},
|
|
1589
|
+
otherLevel: {
|
|
1590
|
+
default: "singletonClass",
|
|
1591
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
1592
|
+
allClass: this.getPrefix(item) + '情况',
|
|
1593
|
+
},
|
|
1594
|
+
lowLevel: {
|
|
1595
|
+
default: "singletonClass",
|
|
1596
|
+
singletonClass: '思考任务',
|
|
1597
|
+
score: '思考成绩',
|
|
1598
|
+
analysis: '统计分析',
|
|
1599
|
+
assessment: '素养评估',
|
|
1600
|
+
power: '学习动力'
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1487
1605
|
action_lesson013: {
|
|
1488
1606
|
actionName: '教师答疑',
|
|
1489
1607
|
buttonList: {
|
|
@@ -1716,6 +1834,32 @@ let buttonNames = {
|
|
|
1716
1834
|
}
|
|
1717
1835
|
}
|
|
1718
1836
|
},
|
|
1837
|
+
action_lesson_soft: {
|
|
1838
|
+
actionName: '软件学习',
|
|
1839
|
+
buttonList: {
|
|
1840
|
+
0: {
|
|
1841
|
+
headLevel: {
|
|
1842
|
+
default: "demand",
|
|
1843
|
+
demand: '学习要求',
|
|
1844
|
+
singletonClass: this.getCurrentPrefix(item) + '学习',
|
|
1845
|
+
allClass: this.getPrefix(item) + '情况',
|
|
1846
|
+
},
|
|
1847
|
+
otherLevel: {
|
|
1848
|
+
default: "singletonClass",
|
|
1849
|
+
singletonClass: this.getCurrentPrefix(item) + '学习',
|
|
1850
|
+
allClass: this.getPrefix(item) + '情况',
|
|
1851
|
+
},
|
|
1852
|
+
lowLevel: {
|
|
1853
|
+
default: "singletonClass",
|
|
1854
|
+
singletonClass: this.getCurrentPrefix(item) + '学习',
|
|
1855
|
+
score: '学习成绩',
|
|
1856
|
+
analysis: '统计分析',
|
|
1857
|
+
assessment: '素养评估',
|
|
1858
|
+
power: '学习动力'
|
|
1859
|
+
},
|
|
1860
|
+
}
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1719
1863
|
action_lesson056: {
|
|
1720
1864
|
actionName: '讲给他人',
|
|
1721
1865
|
buttonList: {
|
|
@@ -2347,6 +2491,35 @@ let buttonNames = {
|
|
|
2347
2491
|
}
|
|
2348
2492
|
}
|
|
2349
2493
|
},
|
|
2494
|
+
resource_lesson_think: {
|
|
2495
|
+
actionName: '学习思考',
|
|
2496
|
+
buttonList: {
|
|
2497
|
+
0: {
|
|
2498
|
+
headLevel: {
|
|
2499
|
+
default: "demand",
|
|
2500
|
+
demand: '思考要求',
|
|
2501
|
+
resourceIndex: '思考问题',
|
|
2502
|
+
review: '思考点评',
|
|
2503
|
+
analyse: '思考分析',
|
|
2504
|
+
countermeasure: this.getJobType() === 'resource_guidance' ? '指导对策' : '教学对策',
|
|
2505
|
+
assessment: '素养评估',
|
|
2506
|
+
analysis: '素养分析',
|
|
2507
|
+
proposal: '成长建议'
|
|
2508
|
+
},
|
|
2509
|
+
otherLevel: {
|
|
2510
|
+
default: "singletonClass",
|
|
2511
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
2512
|
+
allClass: this.getPrefix(item) + '思考'
|
|
2513
|
+
},
|
|
2514
|
+
lowLevel: {
|
|
2515
|
+
default: "viewResource",
|
|
2516
|
+
createResource: '创建思考',
|
|
2517
|
+
viewResource: '列表',
|
|
2518
|
+
// selectResource: '查找资源',
|
|
2519
|
+
}
|
|
2520
|
+
}
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2350
2523
|
resource_lesson013: {
|
|
2351
2524
|
actionName: '答疑资源',
|
|
2352
2525
|
buttonList: {
|
|
@@ -2583,6 +2756,35 @@ let buttonNames = {
|
|
|
2583
2756
|
}
|
|
2584
2757
|
}
|
|
2585
2758
|
},
|
|
2759
|
+
resource_lesson_soft: {
|
|
2760
|
+
actionName: '软件学习',
|
|
2761
|
+
buttonList: {
|
|
2762
|
+
0: {
|
|
2763
|
+
headLevel: {
|
|
2764
|
+
default: "demand",
|
|
2765
|
+
demand: '学习要求',
|
|
2766
|
+
resourceIndex: '学习任务',
|
|
2767
|
+
review: '学习点评',
|
|
2768
|
+
analyse: '学习分析',
|
|
2769
|
+
countermeasure: this.getJobType() === 'resource_guidance' ? '指导对策' : '教学对策',
|
|
2770
|
+
assessment: '素养评估',
|
|
2771
|
+
analysis: '素养分析',
|
|
2772
|
+
proposal: '成长建议'
|
|
2773
|
+
},
|
|
2774
|
+
otherLevel: {
|
|
2775
|
+
default: "singletonClass",
|
|
2776
|
+
singletonClass: this.getCurrentPrefix(item) + '任务',
|
|
2777
|
+
allClass: this.getPrefix(item) + '任务'
|
|
2778
|
+
},
|
|
2779
|
+
lowLevel: {
|
|
2780
|
+
default: "viewResource",
|
|
2781
|
+
createResource: '创建任务',
|
|
2782
|
+
viewResource: '任务列表',
|
|
2783
|
+
// selectResource: '查找任务',
|
|
2784
|
+
}
|
|
2785
|
+
}
|
|
2786
|
+
}
|
|
2787
|
+
},
|
|
2586
2788
|
resource_lesson_homework: {
|
|
2587
2789
|
actionName: '作业资源',
|
|
2588
2790
|
buttonList: {
|
|
@@ -341,6 +341,20 @@
|
|
|
341
341
|
isShowFunDisable: false,
|
|
342
342
|
isShowVirtualScore: false
|
|
343
343
|
},
|
|
344
|
+
action_lesson_soft: {
|
|
345
|
+
actionName: '软件学习',
|
|
346
|
+
endTimeBtn1: '学习截止',
|
|
347
|
+
endTimeBtn2: '学习时长',
|
|
348
|
+
laterScoreBtn: '迟交扣分',
|
|
349
|
+
isShowFinishState: true,
|
|
350
|
+
isShowEndTime: true,
|
|
351
|
+
isShowLaterScore: true,
|
|
352
|
+
isShowReviewObj: true,
|
|
353
|
+
isShowReviewDemand: true,
|
|
354
|
+
isShowScreenLimit: false,
|
|
355
|
+
isShowFunDisable: false,
|
|
356
|
+
isShowVirtualScore: false
|
|
357
|
+
},
|
|
344
358
|
action_lesson056: {
|
|
345
359
|
actionName: '讲给他人',
|
|
346
360
|
endTimeBtn1: '任务截止',
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
<img :src="menusData('signMenu')?.ico" alt=""/>
|
|
74
74
|
<span>{{ menusData('signMenu')?.text }}</span>
|
|
75
75
|
</div>
|
|
76
|
-
<editor-content :editor="editor" class="editing-cont" @click.stop="editorContentClick"
|
|
76
|
+
<editor-content :editor="editor" class="editing-cont" ref="editing-cont" @click.stop="editorContentClick"
|
|
77
77
|
@paste.native.capture.prevent="preventPaste"></editor-content>
|
|
78
78
|
<div class="menu">
|
|
79
79
|
<button v-if="readOnly" class="but" @click="enlSee">查看</button>
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
</div>
|
|
111
111
|
</div>
|
|
112
112
|
|
|
113
|
-
<div v-if="page&&readOnly" class="read-only">
|
|
113
|
+
<div v-if="page&&readOnly" class="read-only" ref="read-only">
|
|
114
114
|
<!-- :style="{width: (wit + 20) + 'px'}"-->
|
|
115
115
|
<div v-if="signMenuShow" class="editing-header">
|
|
116
116
|
<img :src="menusData('signMenu')?.ico" alt=""/>
|
|
@@ -2090,8 +2090,8 @@ export default {
|
|
|
2090
2090
|
readOnlyPage() { // 只读分页
|
|
2091
2091
|
this.$nextTick(() => {
|
|
2092
2092
|
this.htmlArr = []
|
|
2093
|
-
const data = document.querySelectorAll('.editing-cont')[0]
|
|
2094
|
-
this.wit = document.getElementsByClassName('read-only')[0]
|
|
2093
|
+
const data = this.$refs['editing-cont'].$el.childNodes[0]?.childNodes//document.querySelectorAll('.editing-cont')[0]?.childNodes[0]?.childNodes
|
|
2094
|
+
this.wit = this.$refs['read-only'].offsetWidth//document.getElementsByClassName('read-only')[0]?.offsetWidth + 20
|
|
2095
2095
|
if (this.wit > 900) this.wit = 900
|
|
2096
2096
|
let max = this.wit * 1.6 - 46
|
|
2097
2097
|
let pHeight = 0
|
|
@@ -4443,7 +4443,7 @@ li {
|
|
|
4443
4443
|
|
|
4444
4444
|
|
|
4445
4445
|
.menu-one {
|
|
4446
|
-
//max-width: 557px; min-width: 300px; width: max-content; padding: 10px; border-radius: 7px; //margin:0 100px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.58); background: #FFFFFF; display: flex; flex-direction: column; justify-content: space-between; z-index: 10 !important;
|
|
4446
|
+
//max-width: 557px; min-width: 300px; width: max-content; padding: 10px; border-radius: 7px; //margin:0 100px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.58); background: #FFFFFF; display: flex; flex-direction: column; justify-content: space-between; z-index: 10 !important;
|
|
4447
4447
|
}
|
|
4448
4448
|
|
|
4449
4449
|
.menu-one-text {
|
|
@@ -4455,7 +4455,7 @@ li {
|
|
|
4455
4455
|
font-weight: 400;
|
|
4456
4456
|
overflow-y: auto;
|
|
4457
4457
|
font-family: FangSong;
|
|
4458
|
-
//text-indent: 2em; margin-bottom: 6px;
|
|
4458
|
+
//text-indent: 2em; margin-bottom: 6px;
|
|
4459
4459
|
}
|
|
4460
4460
|
|
|
4461
4461
|
.menu-one-title {
|
|
@@ -4840,7 +4840,7 @@ li {
|
|
|
4840
4840
|
}
|
|
4841
4841
|
|
|
4842
4842
|
:deep(.annotation-num) {
|
|
4843
|
-
border:1px solid #000;
|
|
4843
|
+
border: 1px solid #000;
|
|
4844
4844
|
border-radius: 50%;
|
|
4845
4845
|
}
|
|
4846
4846
|
</style>
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<div>
|
|
9
9
|
<div class="tip-title" v-html="title"></div>
|
|
10
10
|
</div>
|
|
11
|
-
<div class="tip-boxContent">
|
|
11
|
+
<div class="tip-boxContent" ref="tip-boxContent" :style="overflowShow?'overflow-y: scroll':''">
|
|
12
12
|
<div class="tap-p" ref="tapP">
|
|
13
13
|
<div class="tip-title2" ref="tipTitle" v-if="type === 'text'"
|
|
14
14
|
:style="{'text-align': (middles)? 'center': 'left', 'text-indent': indent? '2em': '0' }">
|
|
@@ -150,6 +150,7 @@ export default {
|
|
|
150
150
|
fileName: '',
|
|
151
151
|
middles: this.middle,
|
|
152
152
|
indent: false,
|
|
153
|
+
overflowShow: false,
|
|
153
154
|
timeo: 0,
|
|
154
155
|
dropData: []
|
|
155
156
|
}
|
|
@@ -237,6 +238,7 @@ export default {
|
|
|
237
238
|
this.timeo = this.countdown
|
|
238
239
|
this.countdownFun()
|
|
239
240
|
}
|
|
241
|
+
this.overflowShow = this.$refs['tip-boxContent'].scrollHeight>600
|
|
240
242
|
})
|
|
241
243
|
},
|
|
242
244
|
beforeUnmount() {
|
|
@@ -349,7 +351,7 @@ export default {
|
|
|
349
351
|
padding:0 10px;
|
|
350
352
|
}
|
|
351
353
|
.cover-img{
|
|
352
|
-
width: 300px;
|
|
354
|
+
width: 300px !important;
|
|
353
355
|
height: 260px;
|
|
354
356
|
border-radius: 3px;
|
|
355
357
|
padding: 10px;
|
|
@@ -357,6 +359,8 @@ export default {
|
|
|
357
359
|
display: flex;
|
|
358
360
|
justify-content: center;
|
|
359
361
|
align-items: center;
|
|
362
|
+
box-sizing: border-box;
|
|
363
|
+
border: 1px solid rgba(204, 204, 204, 1);
|
|
360
364
|
}
|
|
361
365
|
.cover-img>img{
|
|
362
366
|
width: 170px;
|
|
@@ -366,12 +370,16 @@ export default {
|
|
|
366
370
|
.cover-img>div{
|
|
367
371
|
color: #666;
|
|
368
372
|
}
|
|
369
|
-
|
|
373
|
+
/*:deep(.tip-boxContent){
|
|
370
374
|
overflow-y: scroll;
|
|
371
|
-
}
|
|
375
|
+
}*/
|
|
372
376
|
:deep(.tip-boxContent)::-webkit-scrollbar{
|
|
373
377
|
width: 0;
|
|
374
378
|
}
|
|
379
|
+
:deep(.custom-select-options) {
|
|
380
|
+
max-height: 200px !important;
|
|
381
|
+
overflow-y: scroll !important;
|
|
382
|
+
}
|
|
375
383
|
</style>
|
|
376
384
|
|
|
377
385
|
<style scoped src="./zydxStyle.css">
|