zydx-plus 1.33.327 → 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
|
@@ -66,14 +66,17 @@ let buttonNames = {
|
|
|
66
66
|
headLevel: {
|
|
67
67
|
default: "demand",
|
|
68
68
|
demand: '调查要求',
|
|
69
|
+
quest:'全课试题',
|
|
69
70
|
singletonClass: this.getPrefix(item) + '调查'
|
|
70
71
|
},
|
|
71
72
|
otherLevel: {
|
|
72
73
|
default: "singletonClass",
|
|
74
|
+
quest:'全章试题',
|
|
73
75
|
singletonClass: this.getPrefix(item) + '调查'
|
|
74
76
|
},
|
|
75
77
|
lowLevel: {
|
|
76
78
|
default: "singletonClass",
|
|
79
|
+
quest:'全节试题',
|
|
77
80
|
singletonClass: this.getPrefix(item) + '调查'
|
|
78
81
|
},
|
|
79
82
|
},
|
|
@@ -100,16 +103,19 @@ let buttonNames = {
|
|
|
100
103
|
headLevel: {
|
|
101
104
|
default: "demand",
|
|
102
105
|
demand: '检测要求',
|
|
106
|
+
quest:'全课试题',
|
|
103
107
|
singletonClass: this.getPrefix(item) + '检测',
|
|
104
108
|
allClass: this.getPrefix(item) + '情况',
|
|
105
109
|
},
|
|
106
110
|
otherLevel: {
|
|
107
111
|
default: "singletonClass",
|
|
112
|
+
quest:'全章试题',
|
|
108
113
|
singletonClass: this.getPrefix(item) + '检测',
|
|
109
114
|
allClass: this.getPrefix(item) + '情况',
|
|
110
115
|
},
|
|
111
116
|
lowLevel: {
|
|
112
117
|
default: "singletonClass",
|
|
118
|
+
quest:'全节试题',
|
|
113
119
|
singletonClass: '实施检测',
|
|
114
120
|
score: '检测成绩',
|
|
115
121
|
analysis: '统计分析',
|
|
@@ -504,16 +510,19 @@ let buttonNames = {
|
|
|
504
510
|
headLevel: {
|
|
505
511
|
default: "demand",
|
|
506
512
|
demand: '训练要求',
|
|
513
|
+
quest:'全课试题',
|
|
507
514
|
singletonClass: this.getPrefix(item) + '训练',
|
|
508
515
|
allClass: this.getPrefix(item) + '情况',
|
|
509
516
|
},
|
|
510
517
|
otherLevel: {
|
|
511
518
|
default: "singletonClass",
|
|
519
|
+
quest:'全章试题',
|
|
512
520
|
singletonClass: this.getPrefix(item) + '训练',
|
|
513
521
|
allClass: this.getPrefix(item) + '情况',
|
|
514
522
|
},
|
|
515
523
|
lowLevel: {
|
|
516
524
|
default: "singletonClass",
|
|
525
|
+
quest:'全节试题',
|
|
517
526
|
singletonClass: '实施训练',
|
|
518
527
|
score: '训练成绩',
|
|
519
528
|
analysis: '统计分析',
|
|
@@ -684,16 +693,19 @@ let buttonNames = {
|
|
|
684
693
|
headLevel: {
|
|
685
694
|
default: "demand",
|
|
686
695
|
demand: '作业要求',
|
|
696
|
+
quest:'全课题目',
|
|
687
697
|
singletonClass: this.getCurrentPrefix(item) + '作业',
|
|
688
698
|
allClass: this.getPrefix(item) + '情况',
|
|
689
699
|
},
|
|
690
700
|
otherLevel: {
|
|
691
701
|
default: "singletonClass",
|
|
702
|
+
quest:'全章题目',
|
|
692
703
|
singletonClass: this.getCurrentPrefix(item) + '作业',
|
|
693
704
|
allClass: this.getPrefix(item) + '情况',
|
|
694
705
|
},
|
|
695
706
|
lowLevel: {
|
|
696
707
|
default: "singletonClass",
|
|
708
|
+
quest:'全节题目',
|
|
697
709
|
singletonClass: '作业任务',
|
|
698
710
|
score: '作业成绩',
|
|
699
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:{
|
|
@@ -38,7 +38,9 @@ export function butJson (editor,data) {
|
|
|
38
38
|
{name: '26', key: '26px'},
|
|
39
39
|
{name: '28', key: '28px'},
|
|
40
40
|
{name: '30', key: '30px'},
|
|
41
|
-
{name: '32', key: '32px'}
|
|
41
|
+
{name: '32', key: '32px'},
|
|
42
|
+
{name: '34', key: '34px'},
|
|
43
|
+
{name: '36', key: '36px'}
|
|
42
44
|
],
|
|
43
45
|
html: {
|
|
44
46
|
Song5: `<p class="text" style="text-align: left;"><span style="color: rgb(0, 0, 0);font-size: 14px;font-family: SimSun">请输入正文</span></p>`,
|
|
@@ -64,13 +66,13 @@ export function butJson (editor,data) {
|
|
|
64
66
|
html: `<p style="text-align: center;"><span style="color: rgb(225, 60, 57);font-size: 48px;">XXXXXXX(单位)文件</span></p><p data-signId="red" style="text-align: center;"><span style="color: rgb(0, 0, 0);font-size: 16px;">xxx〔xx〕xxxx 号</span></p>`
|
|
65
67
|
},
|
|
66
68
|
authorMenu: {
|
|
67
|
-
name: '
|
|
69
|
+
name: '作者',
|
|
68
70
|
key: 'authorMenu',
|
|
69
71
|
menuKeys: [],
|
|
70
72
|
html: `<p class="author" data-signId="author" style="text-align: center;"><span style="color: rgb(0, 0, 0);font-size: 16px;font-family: KaiT;">${menusData(data,'authorMenu').text}</span></p>`
|
|
71
73
|
},
|
|
72
74
|
subjectMenu: {
|
|
73
|
-
name: '
|
|
75
|
+
name: '文章题目',
|
|
74
76
|
key: 'subjectMenu',
|
|
75
77
|
menuKeys: [],
|
|
76
78
|
html: `<p data-signId="subject" style="text-align: center;padding-bottom: 30px;"><span style="color: rgb(0, 0, 0);font-size: 24px;font-family: SimHei;font-weight: 700;">${menusData(data,'subjectMenu').text}</span></p>`
|
|
@@ -82,7 +84,7 @@ export function butJson (editor,data) {
|
|
|
82
84
|
html: `<p data-signId="paragraph" style="text-align: right;"><span style="color: rgb(0, 0, 0);font-size: 14px;font-weight: 700;">落款人名</span></p><p style="text-align: right;"><span style="color: rgb(0, 0, 0);font-size: 14px;font-weight: 700">${getTime()}</span></p>`
|
|
83
85
|
},
|
|
84
86
|
numberMenu: {
|
|
85
|
-
name: '
|
|
87
|
+
name: '参考编号',
|
|
86
88
|
key: 'numberMenu',
|
|
87
89
|
menuKeys: [],
|
|
88
90
|
html: [
|
|
@@ -97,19 +99,19 @@ export function butJson (editor,data) {
|
|
|
97
99
|
html: `<p class="keyword" data-signId="keyword"><span style="color: rgb(0, 0, 0);font-size: 12px;font-weight: 700;font-family: SimSun;">关键词:</span><span style="color: rgb(0, 0, 0);font-size: 12px;font-family: KaiTi">关键词内容...</span></p>`
|
|
98
100
|
},
|
|
99
101
|
abstractMenu: {
|
|
100
|
-
name: '
|
|
102
|
+
name: '摘要',
|
|
101
103
|
key: 'abstractMenu',
|
|
102
104
|
menuKeys: [],
|
|
103
105
|
html: `<p class="abstract" data-signId="abstract"><span style="color: rgb(0, 0, 0);font-size: 12px;font-weight: 700;font-family: SimSun;">摘要:</span><span style="color: rgb(0, 0, 0);font-size: 12px;font-family: KaiTi">摘要内容...</span></p>`
|
|
104
106
|
},
|
|
105
107
|
literatureMenu: {
|
|
106
|
-
name: '
|
|
108
|
+
name: '参考文献',
|
|
107
109
|
key: 'literatureMenu',
|
|
108
110
|
menuKeys: [],
|
|
109
111
|
html: `<p class="literature"><span style="color: rgb(0, 0, 0);font-size: 14px;font-family: SimSun">[1]作者.期刊论文名称IJ1.期刊名称,发表年份(第几期):页码</span></p><p class="literature"><span style="color: rgb(0, 0, 0);font-size: 14px;font-family: SimSun">[2]作者.学位论文名称[D1.毕业院校所在城市:毕业院校,论文提交年份:页码</span></p><p class="literature"><span style="color: rgb(0, 0, 0);font-size: 14px;font-family: SimSun">[3]作者.著作名称[M.出版社所在城市:出版社名称,出版年份:页码.</span></p><p class="literature" data-signId="literature"><span style="color: rgb(0, 0, 0);font-size: 14px;font-family: SimSun">[4]作者.文章名称[N].报纸名称,发行日期(版面)</span></p>`
|
|
110
112
|
},
|
|
111
113
|
taggingMenu: {
|
|
112
|
-
name: '
|
|
114
|
+
name: '注释编号',
|
|
113
115
|
key: 'taggingMenu',
|
|
114
116
|
menuKeys: [],
|
|
115
117
|
html: [
|
|
@@ -130,7 +132,7 @@ export function butJson (editor,data) {
|
|
|
130
132
|
]
|
|
131
133
|
},
|
|
132
134
|
'group-image': {
|
|
133
|
-
name: '
|
|
135
|
+
name: '插入图片',
|
|
134
136
|
key: 'group-image',
|
|
135
137
|
menuKeys: [
|
|
136
138
|
{name: '网络图片', key: 'insertImage'},
|
|
@@ -138,7 +140,7 @@ export function butJson (editor,data) {
|
|
|
138
140
|
],
|
|
139
141
|
},
|
|
140
142
|
'group-upload': {
|
|
141
|
-
name: '
|
|
143
|
+
name: '上传附件',
|
|
142
144
|
key: 'group-upload',
|
|
143
145
|
menuKeys: [],
|
|
144
146
|
html: `<p contenteditable="false" data-signId="enclosure"><span style="font-weight: 700;font-size: 16px;">附件列表:</span></p>`
|