zydx-plus 1.19.87 → 1.19.89
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 +1 -1
- package/src/components/biz_header/src/bizHeader.vue +36 -39
- package/src/components/biz_header/src/button_name.js +934 -441
- package/src/components/data_table/src/data_table.vue +72 -14
- package/src/components/data_table/src/table_head.vue +7 -4
- package/src/components/data_table/src/table_row.vue +30 -13
- package/src/components/editor2/src/editor.vue +23 -17
- package/src/components/select/src/select.vue +33 -12
- package/src/index.js +1 -1
|
@@ -17,22 +17,38 @@ let buttonNames = {
|
|
|
17
17
|
actionName: '考勤管理',
|
|
18
18
|
buttonList: {
|
|
19
19
|
0: {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
headLevel: {
|
|
21
|
+
default: "demand",
|
|
22
|
+
demand: '考勤要求',
|
|
23
|
+
btnIndex1: this.getCurrentPrefix(item) + '考勤',
|
|
24
|
+
},
|
|
25
|
+
otherLevel: {
|
|
26
|
+
default: "btnIndex1",
|
|
27
|
+
btnIndex1: this.getCurrentPrefix(item) + '考勤',
|
|
28
|
+
},
|
|
29
|
+
lowLevel: {
|
|
30
|
+
default: "btnIndex1",
|
|
31
|
+
btnIndex1: this.getCurrentPrefix(item) + '考勤',
|
|
22
32
|
},
|
|
23
|
-
btnIndex1: this.getCurrentPrefix(item) + '考勤',
|
|
24
33
|
score: '考勤成绩',
|
|
25
34
|
analysis: '统计分析',
|
|
26
35
|
power: '学习动力'
|
|
27
36
|
},
|
|
28
37
|
2: {
|
|
29
|
-
|
|
30
|
-
|
|
38
|
+
headLevel: {
|
|
39
|
+
default: "btnIndex1",
|
|
40
|
+
btnIndex1: this.getCurrentPrefix(item) + '考勤',
|
|
41
|
+
},
|
|
42
|
+
otherLevel: {
|
|
43
|
+
default: "btnIndex1",
|
|
44
|
+
btnIndex1: this.getCurrentPrefix(item) + '考勤',
|
|
45
|
+
},
|
|
46
|
+
lowLevel: {
|
|
47
|
+
default: "btnIndex1",
|
|
48
|
+
btnIndex1: this.getCurrentPrefix(item) + '考勤',
|
|
31
49
|
},
|
|
32
|
-
btnIndex1: '考勤情况',
|
|
33
|
-
btnIndex2: null,
|
|
34
50
|
score: '考勤成绩',
|
|
35
|
-
analysis:
|
|
51
|
+
analysis: '统计分析',
|
|
36
52
|
power: '学习动力'
|
|
37
53
|
}
|
|
38
54
|
}
|
|
@@ -41,21 +57,36 @@ let buttonNames = {
|
|
|
41
57
|
actionName: '学习调查',
|
|
42
58
|
buttonList: {
|
|
43
59
|
0: {
|
|
44
|
-
|
|
45
|
-
|
|
60
|
+
headLevel: {
|
|
61
|
+
default: "demand",
|
|
62
|
+
demand: '调查要求',
|
|
63
|
+
btnIndex1: this.getPrefix(item) + '试题',
|
|
64
|
+
btnIndex2: this.getPrefix(item) + '调查'
|
|
65
|
+
},
|
|
66
|
+
otherLevel: {
|
|
67
|
+
default: "btnIndex1",
|
|
68
|
+
btnIndex1: this.getPrefix(item) + '试题',
|
|
69
|
+
btnIndex2: this.getPrefix(item) + '调查'
|
|
70
|
+
},
|
|
71
|
+
lowLevel: {
|
|
72
|
+
default: "btnIndex1",
|
|
73
|
+
btnIndex1: this.getPrefix(item) + '试题',
|
|
74
|
+
btnIndex2: this.getPrefix(item) + '调查'
|
|
46
75
|
},
|
|
47
|
-
btnIndex1: this.getCurrentPrefix(item) + '试题',
|
|
48
|
-
btnIndex2: this.getCurrentPrefix(item) + '调查'
|
|
49
76
|
},
|
|
50
77
|
2: {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
78
|
+
headLevel: {
|
|
79
|
+
default: "btnIndex2",
|
|
80
|
+
btnIndex2: this.getPrefix(item) + '调查'
|
|
81
|
+
},
|
|
82
|
+
otherLevel: {
|
|
83
|
+
default: "btnIndex2",
|
|
84
|
+
btnIndex2: this.getPrefix(item) + '调查'
|
|
85
|
+
},
|
|
86
|
+
lowLevel: {
|
|
87
|
+
default: "btnIndex2",
|
|
88
|
+
btnIndex2: this.getPrefix(item) + '调查'
|
|
89
|
+
},
|
|
59
90
|
}
|
|
60
91
|
}
|
|
61
92
|
},
|
|
@@ -63,25 +94,42 @@ let buttonNames = {
|
|
|
63
94
|
actionName: '学习检测',
|
|
64
95
|
buttonList: {
|
|
65
96
|
0: {
|
|
66
|
-
|
|
67
|
-
|
|
97
|
+
headLevel: {
|
|
98
|
+
default: "demand",
|
|
99
|
+
demand: '检测要求',
|
|
100
|
+
btnIndex1: this.getPrefix(item) + '试题',
|
|
101
|
+
btnIndex2: this.getPrefix(item) + '检测'
|
|
102
|
+
},
|
|
103
|
+
otherLevel: {
|
|
104
|
+
default: "btnIndex1",
|
|
105
|
+
btnIndex1: this.getPrefix(item) + '试题',
|
|
106
|
+
btnIndex2: this.getPrefix(item) + '检测'
|
|
107
|
+
},
|
|
108
|
+
lowLevel: {
|
|
109
|
+
default: "btnIndex1",
|
|
110
|
+
btnIndex1: this.getPrefix(item) + '试题',
|
|
111
|
+
btnIndex2: this.getPrefix(item) + '检测'
|
|
68
112
|
},
|
|
69
|
-
btnIndex1: this.getCurrentPrefix(item) + '试题',
|
|
70
|
-
btnIndex2: this.getCurrentPrefix(item) + '检测',
|
|
71
|
-
aa: null,
|
|
72
113
|
score: '检测成绩',
|
|
73
114
|
analysis: '统计分析',
|
|
74
115
|
power: '学习动力'
|
|
75
116
|
},
|
|
76
117
|
2: {
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
118
|
+
headLevel: {
|
|
119
|
+
default: "btnIndex2",
|
|
120
|
+
btnIndex2: this.getPrefix(item) + '检测'
|
|
121
|
+
},
|
|
122
|
+
otherLevel: {
|
|
123
|
+
default: "btnIndex2",
|
|
124
|
+
btnIndex2: this.getPrefix(item) + '检测'
|
|
125
|
+
},
|
|
126
|
+
lowLevel: {
|
|
127
|
+
default: "btnIndex2",
|
|
128
|
+
btnIndex2: this.getPrefix(item) + '检测'
|
|
129
|
+
},
|
|
130
|
+
score: '检测成绩',
|
|
131
|
+
analysis: '统计分析',
|
|
132
|
+
power: '学习动力'
|
|
85
133
|
}
|
|
86
134
|
}
|
|
87
135
|
},
|
|
@@ -89,24 +137,42 @@ let buttonNames = {
|
|
|
89
137
|
actionName: '课程思政',
|
|
90
138
|
buttonList: {
|
|
91
139
|
0: {
|
|
92
|
-
|
|
93
|
-
|
|
140
|
+
headLevel: {
|
|
141
|
+
default: "demand",
|
|
142
|
+
demand: '思政要求',
|
|
143
|
+
btnIndex1: this.getPrefix(item) + '主题',
|
|
144
|
+
btnIndex2: this.getCurrentPrefix(item) + '思政'
|
|
145
|
+
},
|
|
146
|
+
otherLevel: {
|
|
147
|
+
default: "btnIndex1",
|
|
148
|
+
btnIndex1: this.getPrefix(item) + '主题',
|
|
149
|
+
btnIndex2: this.getCurrentPrefix(item) + '思政'
|
|
150
|
+
},
|
|
151
|
+
lowLevel: {
|
|
152
|
+
default: "btnIndex1",
|
|
153
|
+
btnIndex1: this.getPrefix(item) + '主题',
|
|
154
|
+
btnIndex2: this.getCurrentPrefix(item) + '思政'
|
|
94
155
|
},
|
|
95
|
-
btnIndex1: this.getCurrentPrefix(item) + '主题',
|
|
96
|
-
btnIndex2: this.getCurrentPrefix(item) + '思政',
|
|
97
156
|
score: '思政成绩',
|
|
98
157
|
analysis: '统计分析',
|
|
99
158
|
power: '学习动力'
|
|
100
159
|
},
|
|
101
160
|
2: {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
161
|
+
headLevel: {
|
|
162
|
+
default: "btnIndex2",
|
|
163
|
+
btnIndex2: this.getCurrentPrefix(item) + '思政'
|
|
164
|
+
},
|
|
165
|
+
otherLevel: {
|
|
166
|
+
default: "btnIndex2",
|
|
167
|
+
btnIndex2: this.getCurrentPrefix(item) + '思政'
|
|
168
|
+
},
|
|
169
|
+
lowLevel: {
|
|
170
|
+
default: "btnIndex2",
|
|
171
|
+
btnIndex2: this.getCurrentPrefix(item) + '思政'
|
|
172
|
+
},
|
|
173
|
+
score: '思政成绩',
|
|
174
|
+
analysis: '统计分析',
|
|
175
|
+
power: '学习动力'
|
|
110
176
|
}
|
|
111
177
|
}
|
|
112
178
|
},
|
|
@@ -114,23 +180,46 @@ let buttonNames = {
|
|
|
114
180
|
actionName: '课程笔记',
|
|
115
181
|
buttonList: {
|
|
116
182
|
0: {
|
|
117
|
-
|
|
118
|
-
|
|
183
|
+
headLevel: {
|
|
184
|
+
default: "demand",
|
|
185
|
+
demand: '笔记要求',
|
|
186
|
+
btnIndex1: this.getCurrentPrefix(item) + '笔记'
|
|
187
|
+
},
|
|
188
|
+
otherLevel: {
|
|
189
|
+
default: "btnIndex1",
|
|
190
|
+
btnIndex1: this.getCurrentPrefix(item) + '笔记'
|
|
191
|
+
},
|
|
192
|
+
lowLevel: {
|
|
193
|
+
default: "setTask",
|
|
194
|
+
setTask: '布置任务',
|
|
195
|
+
duplicate: '违纪查重',
|
|
196
|
+
review: '教师评价',
|
|
197
|
+
btnIndex2: '学习记录'
|
|
119
198
|
},
|
|
120
|
-
btnIndex1: this.getCurrentPrefix(item) + "笔记",
|
|
121
199
|
score: '笔记成绩',
|
|
122
200
|
analysis: '统计分析',
|
|
123
201
|
power: '学习动力'
|
|
124
202
|
},
|
|
125
203
|
2: {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
204
|
+
headLevel: {
|
|
205
|
+
default: "btnIndex1",
|
|
206
|
+
btnIndex1: this.getCurrentPrefix(item) + '笔记',
|
|
207
|
+
score: '笔记成绩',
|
|
208
|
+
analysis: '统计分析',
|
|
209
|
+
power: '学习动力'
|
|
210
|
+
},
|
|
211
|
+
otherLevel: {
|
|
212
|
+
default: "btnIndex1",
|
|
213
|
+
btnIndex1: this.getCurrentPrefix(item) + '笔记',
|
|
214
|
+
score: '笔记成绩',
|
|
215
|
+
analysis: '统计分析',
|
|
216
|
+
power: '学习动力'
|
|
217
|
+
},
|
|
218
|
+
lowLevel: {
|
|
219
|
+
default: "btnIndex2",
|
|
220
|
+
btnIndex2: '学习记录',
|
|
221
|
+
power: '学习动力'
|
|
222
|
+
}
|
|
134
223
|
}
|
|
135
224
|
}
|
|
136
225
|
},
|
|
@@ -138,24 +227,42 @@ let buttonNames = {
|
|
|
138
227
|
actionName: '教师提问',
|
|
139
228
|
buttonList: {
|
|
140
229
|
0: {
|
|
141
|
-
|
|
142
|
-
|
|
230
|
+
headLevel: {
|
|
231
|
+
default: "demand",
|
|
232
|
+
demand: '回答要求',
|
|
233
|
+
btnIndex1: this.getPrefix(item) + '问题',
|
|
234
|
+
btnIndex2: this.getCurrentPrefix(item) + '提问'
|
|
235
|
+
},
|
|
236
|
+
otherLevel: {
|
|
237
|
+
default: "btnIndex1",
|
|
238
|
+
btnIndex1: this.getPrefix(item) + '问题',
|
|
239
|
+
btnIndex2: this.getCurrentPrefix(item) + '提问'
|
|
240
|
+
},
|
|
241
|
+
lowLevel: {
|
|
242
|
+
default: "btnIndex1",
|
|
243
|
+
btnIndex1: this.getPrefix(item) + '问题',
|
|
244
|
+
btnIndex2: this.getCurrentPrefix(item) + '提问'
|
|
143
245
|
},
|
|
144
|
-
btnIndex1: this.getPrefix(item) + '问题',
|
|
145
|
-
btnIndex2: this.getCurrentPrefix(item) + '提问',
|
|
146
246
|
score: '回答成绩',
|
|
147
247
|
analysis: '统计分析',
|
|
148
248
|
power: '学习动力'
|
|
149
249
|
},
|
|
150
250
|
2: {
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
251
|
+
headLevel: {
|
|
252
|
+
default: "btnIndex2",
|
|
253
|
+
btnIndex2: this.getCurrentPrefix(item) + '提问'
|
|
254
|
+
},
|
|
255
|
+
otherLevel: {
|
|
256
|
+
default: "btnIndex2",
|
|
257
|
+
btnIndex2: this.getCurrentPrefix(item) + '提问'
|
|
258
|
+
},
|
|
259
|
+
lowLevel: {
|
|
260
|
+
default: "btnIndex2",
|
|
261
|
+
btnIndex2: this.getCurrentPrefix(item) + '提问'
|
|
262
|
+
},
|
|
263
|
+
score: '回答成绩',
|
|
264
|
+
analysis: '统计分析',
|
|
265
|
+
power: '学习动力'
|
|
159
266
|
}
|
|
160
267
|
}
|
|
161
268
|
},
|
|
@@ -163,24 +270,51 @@ let buttonNames = {
|
|
|
163
270
|
actionName: '教师答疑',
|
|
164
271
|
buttonList: {
|
|
165
272
|
0: {
|
|
166
|
-
|
|
167
|
-
|
|
273
|
+
headLevel: {
|
|
274
|
+
default: "demand",
|
|
275
|
+
demand: '提问要求',
|
|
276
|
+
btnIndex1: '虚拟提问',
|
|
277
|
+
btnIndex2: this.getCurrentPrefix(item) + '答疑'
|
|
278
|
+
},
|
|
279
|
+
otherLevel: {
|
|
280
|
+
default: "btnIndex1",
|
|
281
|
+
btnIndex1: '虚拟提问',
|
|
282
|
+
btnIndex2: this.getCurrentPrefix(item) + '答疑'
|
|
283
|
+
},
|
|
284
|
+
lowLevel: {
|
|
285
|
+
default: "btnIndex1",
|
|
286
|
+
btnIndex1: '虚拟提问',
|
|
287
|
+
setTask: '布置任务',
|
|
288
|
+
teacherAnswer: '教师答疑',
|
|
289
|
+
duplicate: '违纪查重',
|
|
290
|
+
review: '教师评价',
|
|
291
|
+
btnIndex3: '学习记录'
|
|
168
292
|
},
|
|
169
|
-
btnIndex1: '虚拟提问',
|
|
170
|
-
btnIndex2: this.getCurrentPrefix(item) + '答疑',
|
|
171
293
|
score: '提问成绩',
|
|
172
294
|
analysis: '统计分析',
|
|
173
295
|
power: '学习动力'
|
|
174
296
|
},
|
|
175
297
|
2: {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
298
|
+
headLevel: {
|
|
299
|
+
default: "btnIndex2",
|
|
300
|
+
btnIndex2: this.getCurrentPrefix(item) + '提问',
|
|
301
|
+
score: '提问成绩',
|
|
302
|
+
analysis: '统计分析',
|
|
303
|
+
power: '学习动力'
|
|
304
|
+
},
|
|
305
|
+
otherLevel: {
|
|
306
|
+
default: "btnIndex2",
|
|
307
|
+
btnIndex2: this.getCurrentPrefix(item) + '提问',
|
|
308
|
+
score: '提问成绩',
|
|
309
|
+
analysis: '统计分析',
|
|
310
|
+
power: '学习动力'
|
|
311
|
+
},
|
|
312
|
+
lowLevel: {
|
|
313
|
+
default: "btnIndex3",
|
|
314
|
+
btnIndex3: '学习记录',
|
|
315
|
+
power: '学习动力'
|
|
316
|
+
},
|
|
317
|
+
|
|
184
318
|
}
|
|
185
319
|
}
|
|
186
320
|
},
|
|
@@ -188,23 +322,47 @@ let buttonNames = {
|
|
|
188
322
|
actionName: '生问生答',
|
|
189
323
|
buttonList: {
|
|
190
324
|
0: {
|
|
191
|
-
|
|
192
|
-
|
|
325
|
+
headLevel: {
|
|
326
|
+
default: "demand",
|
|
327
|
+
demand: '问答要求',
|
|
328
|
+
btnIndex1: this.getCurrentPrefix(item) + '问答'
|
|
329
|
+
},
|
|
330
|
+
otherLevel: {
|
|
331
|
+
default: "btnIndex1",
|
|
332
|
+
btnIndex1: this.getCurrentPrefix(item) + '问答'
|
|
333
|
+
},
|
|
334
|
+
lowLevel: {
|
|
335
|
+
default: "setTask",
|
|
336
|
+
setTask: '布置任务',
|
|
337
|
+
duplicate: '违纪查重',
|
|
338
|
+
review: '教师评价',
|
|
339
|
+
btnIndex3: '学习记录'
|
|
193
340
|
},
|
|
194
|
-
btnIndex1: this.getCurrentPrefix(item) + '问答',
|
|
195
341
|
score: '问答成绩',
|
|
196
342
|
analysis: '统计分析',
|
|
197
343
|
power: '学习动力'
|
|
198
344
|
},
|
|
199
345
|
2: {
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
346
|
+
headLevel: {
|
|
347
|
+
default: "btnIndex1",
|
|
348
|
+
btnIndex1: this.getCurrentPrefix(item) + '问答',
|
|
349
|
+
score: '问答成绩',
|
|
350
|
+
analysis: '统计分析',
|
|
351
|
+
power: '学习动力'
|
|
352
|
+
},
|
|
353
|
+
otherLevel: {
|
|
354
|
+
default: "btnIndex1",
|
|
355
|
+
btnIndex1: this.getCurrentPrefix(item) + '问答',
|
|
356
|
+
score: '问答成绩',
|
|
357
|
+
analysis: '统计分析',
|
|
358
|
+
power: '学习动力'
|
|
359
|
+
},
|
|
360
|
+
lowLevel: {
|
|
361
|
+
default: "btnIndex3",
|
|
362
|
+
btnIndex3: '学习记录',
|
|
363
|
+
power: '学习动力'
|
|
364
|
+
},
|
|
365
|
+
|
|
208
366
|
}
|
|
209
367
|
}
|
|
210
368
|
},
|
|
@@ -212,24 +370,42 @@ let buttonNames = {
|
|
|
212
370
|
actionName: '学习讨论',
|
|
213
371
|
buttonList: {
|
|
214
372
|
0: {
|
|
215
|
-
|
|
216
|
-
|
|
373
|
+
headLevel: {
|
|
374
|
+
default: "demand",
|
|
375
|
+
demand: '讨论要求',
|
|
376
|
+
btnIndex1: this.getPrefix(item) + '题目',
|
|
377
|
+
btnIndex2: this.getCurrentPrefix(item) + '讨论'
|
|
378
|
+
},
|
|
379
|
+
otherLevel: {
|
|
380
|
+
default: "btnIndex1",
|
|
381
|
+
btnIndex1: this.getPrefix(item) + '题目',
|
|
382
|
+
btnIndex2: this.getCurrentPrefix(item) + '讨论'
|
|
383
|
+
},
|
|
384
|
+
lowLevel: {
|
|
385
|
+
default: "btnIndex1",
|
|
386
|
+
btnIndex1: this.getPrefix(item) + '题目',
|
|
387
|
+
btnIndex2: this.getCurrentPrefix(item) + '讨论'
|
|
217
388
|
},
|
|
218
|
-
btnIndex1: this.getPrefix(item) + '题目',
|
|
219
|
-
btnIndex2: this.getCurrentPrefix(item) + '讨论',
|
|
220
389
|
score: '讨论成绩',
|
|
221
390
|
analysis: '统计分析',
|
|
222
391
|
power: '学习动力'
|
|
223
392
|
},
|
|
224
393
|
2: {
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
394
|
+
headLevel: {
|
|
395
|
+
default: "btnIndex2",
|
|
396
|
+
btnIndex2: this.getCurrentPrefix(item) + '讨论'
|
|
397
|
+
},
|
|
398
|
+
otherLevel: {
|
|
399
|
+
default: "btnIndex2",
|
|
400
|
+
btnIndex2: this.getCurrentPrefix(item) + '讨论'
|
|
401
|
+
},
|
|
402
|
+
lowLevel: {
|
|
403
|
+
default: "btnIndex2",
|
|
404
|
+
btnIndex2: this.getCurrentPrefix(item) + '讨论'
|
|
405
|
+
},
|
|
406
|
+
score: '讨论成绩',
|
|
407
|
+
analysis: '统计分析',
|
|
408
|
+
power: '学习动力'
|
|
233
409
|
}
|
|
234
410
|
}
|
|
235
411
|
},
|
|
@@ -237,24 +413,42 @@ let buttonNames = {
|
|
|
237
413
|
actionName: '头脑风暴',
|
|
238
414
|
buttonList: {
|
|
239
415
|
0: {
|
|
240
|
-
|
|
241
|
-
|
|
416
|
+
headLevel: {
|
|
417
|
+
default: "demand",
|
|
418
|
+
demand: '风暴要求',
|
|
419
|
+
btnIndex1: this.getPrefix(item) + '题目',
|
|
420
|
+
btnIndex2: this.getCurrentPrefix(item) + '风暴'
|
|
421
|
+
},
|
|
422
|
+
otherLevel: {
|
|
423
|
+
default: "btnIndex1",
|
|
424
|
+
btnIndex1: this.getPrefix(item) + '题目',
|
|
425
|
+
btnIndex2: this.getCurrentPrefix(item) + '风暴'
|
|
426
|
+
},
|
|
427
|
+
lowLevel: {
|
|
428
|
+
default: "btnIndex1",
|
|
429
|
+
btnIndex1: this.getPrefix(item) + '题目',
|
|
430
|
+
btnIndex2: this.getCurrentPrefix(item) + '风暴'
|
|
242
431
|
},
|
|
243
|
-
btnIndex1: this.getPrefix(item) + '题目',
|
|
244
|
-
btnIndex2: this.getCurrentPrefix(item) + '风暴',
|
|
245
432
|
score: '风暴成绩',
|
|
246
433
|
analysis: '统计分析',
|
|
247
434
|
power: '学习动力'
|
|
248
435
|
},
|
|
249
436
|
2: {
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
437
|
+
headLevel: {
|
|
438
|
+
default: "btnIndex2",
|
|
439
|
+
btnIndex2: this.getCurrentPrefix(item) + '风暴'
|
|
440
|
+
},
|
|
441
|
+
otherLevel: {
|
|
442
|
+
default: "btnIndex2",
|
|
443
|
+
btnIndex2: this.getCurrentPrefix(item) + '风暴'
|
|
444
|
+
},
|
|
445
|
+
lowLevel: {
|
|
446
|
+
default: "btnIndex2",
|
|
447
|
+
btnIndex2: this.getCurrentPrefix(item) + '风暴'
|
|
448
|
+
},
|
|
449
|
+
score: '风暴成绩',
|
|
450
|
+
analysis: '统计分析',
|
|
451
|
+
power: '学习动力'
|
|
258
452
|
}
|
|
259
453
|
}
|
|
260
454
|
},
|
|
@@ -262,24 +456,42 @@ let buttonNames = {
|
|
|
262
456
|
actionName: '思维训练',
|
|
263
457
|
buttonList: {
|
|
264
458
|
0: {
|
|
265
|
-
|
|
266
|
-
|
|
459
|
+
headLevel: {
|
|
460
|
+
default: "demand",
|
|
461
|
+
demand: '训练要求',
|
|
462
|
+
btnIndex1: this.getCurrentPrefix(item) + '题目',
|
|
463
|
+
btnIndex2: this.getCurrentPrefix(item) + '训练'
|
|
464
|
+
},
|
|
465
|
+
otherLevel: {
|
|
466
|
+
default: "btnIndex1",
|
|
467
|
+
btnIndex1: this.getCurrentPrefix(item) + '题目',
|
|
468
|
+
btnIndex2: this.getCurrentPrefix(item) + '训练'
|
|
469
|
+
},
|
|
470
|
+
lowLevel: {
|
|
471
|
+
default: "btnIndex1",
|
|
472
|
+
btnIndex1: this.getCurrentPrefix(item) + '题目',
|
|
473
|
+
btnIndex2: this.getCurrentPrefix(item) + '训练'
|
|
267
474
|
},
|
|
268
|
-
btnIndex1: this.getCurrentPrefix(item) + '题目',
|
|
269
|
-
btnIndex2: this.getCurrentPrefix(item) + '训练',
|
|
270
475
|
score: '训练成绩',
|
|
271
476
|
analysis: '统计分析',
|
|
272
477
|
power: '学习动力'
|
|
273
478
|
},
|
|
274
479
|
2: {
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
480
|
+
headLevel: {
|
|
481
|
+
default: "btnIndex2",
|
|
482
|
+
btnIndex2: this.getCurrentPrefix(item) + '训练'
|
|
483
|
+
},
|
|
484
|
+
otherLevel: {
|
|
485
|
+
default: "btnIndex2",
|
|
486
|
+
btnIndex2: this.getCurrentPrefix(item) + '训练'
|
|
487
|
+
},
|
|
488
|
+
lowLevel: {
|
|
489
|
+
default: "btnIndex2",
|
|
490
|
+
btnIndex2: this.getCurrentPrefix(item) + '训练'
|
|
491
|
+
},
|
|
492
|
+
score: '训练成绩',
|
|
493
|
+
analysis: '统计分析',
|
|
494
|
+
power: '学习动力'
|
|
283
495
|
}
|
|
284
496
|
}
|
|
285
497
|
},
|
|
@@ -287,24 +499,42 @@ let buttonNames = {
|
|
|
287
499
|
actionName: '案例分析',
|
|
288
500
|
buttonList: {
|
|
289
501
|
0: {
|
|
290
|
-
|
|
291
|
-
|
|
502
|
+
headLevel: {
|
|
503
|
+
default: "demand",
|
|
504
|
+
demand: '分析要求',
|
|
505
|
+
btnIndex1: this.getPrefix(item) + '题目',
|
|
506
|
+
btnIndex2: this.getCurrentPrefix(item) + '题目'
|
|
507
|
+
},
|
|
508
|
+
otherLevel: {
|
|
509
|
+
default: "btnIndex1",
|
|
510
|
+
btnIndex1: this.getPrefix(item) + '题目',
|
|
511
|
+
btnIndex2: this.getCurrentPrefix(item) + '题目'
|
|
512
|
+
},
|
|
513
|
+
lowLevel: {
|
|
514
|
+
default: "btnIndex1",
|
|
515
|
+
btnIndex1: this.getPrefix(item) + '题目',
|
|
516
|
+
btnIndex2: this.getCurrentPrefix(item) + '题目'
|
|
292
517
|
},
|
|
293
|
-
btnIndex1: this.getPrefix(item) + '题目',
|
|
294
|
-
btnIndex2: this.getCurrentPrefix(item) + '题目',
|
|
295
518
|
score: '分析成绩',
|
|
296
519
|
analysis: '统计分析',
|
|
297
520
|
power: '学习动力'
|
|
298
521
|
},
|
|
299
522
|
2: {
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
523
|
+
headLevel: {
|
|
524
|
+
default: "btnIndex2",
|
|
525
|
+
btnIndex2: this.getCurrentPrefix(item) + '分析'
|
|
526
|
+
},
|
|
527
|
+
otherLevel: {
|
|
528
|
+
default: "btnIndex2",
|
|
529
|
+
btnIndex2: this.getCurrentPrefix(item) + '分析'
|
|
530
|
+
},
|
|
531
|
+
lowLevel: {
|
|
532
|
+
default: "btnIndex2",
|
|
533
|
+
btnIndex2: this.getCurrentPrefix(item) + '分析'
|
|
534
|
+
},
|
|
535
|
+
score: '分析成绩',
|
|
536
|
+
analysis: '统计分析',
|
|
537
|
+
power: '学习动力'
|
|
308
538
|
}
|
|
309
539
|
}
|
|
310
540
|
},
|
|
@@ -312,24 +542,42 @@ let buttonNames = {
|
|
|
312
542
|
actionName: '虚拟学习',
|
|
313
543
|
buttonList: {
|
|
314
544
|
0: {
|
|
315
|
-
|
|
316
|
-
|
|
545
|
+
headLevel: {
|
|
546
|
+
default: "demand",
|
|
547
|
+
demand: '学习要求',
|
|
548
|
+
btnIndex1: '虚仿项目',
|
|
549
|
+
btnIndex2: this.getCurrentPrefix(item) + '学习'
|
|
550
|
+
},
|
|
551
|
+
otherLevel: {
|
|
552
|
+
default: "btnIndex1",
|
|
553
|
+
btnIndex1: '虚仿项目',
|
|
554
|
+
btnIndex2: this.getCurrentPrefix(item) + '学习'
|
|
555
|
+
},
|
|
556
|
+
lowLevel: {
|
|
557
|
+
default: "btnIndex1",
|
|
558
|
+
btnIndex1: '虚仿项目',
|
|
559
|
+
btnIndex2: this.getCurrentPrefix(item) + '学习'
|
|
317
560
|
},
|
|
318
|
-
btnIndex1: '虚仿项目',
|
|
319
|
-
btnIndex2: this.getCurrentPrefix(item) + '学习',
|
|
320
561
|
score: '学习成绩',
|
|
321
562
|
analysis: '统计分析',
|
|
322
563
|
power: '学习动力'
|
|
323
564
|
},
|
|
324
565
|
2: {
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
566
|
+
headLevel: {
|
|
567
|
+
default: "btnIndex2",
|
|
568
|
+
btnIndex2: this.getCurrentPrefix(item) + '学习'
|
|
569
|
+
},
|
|
570
|
+
otherLevel: {
|
|
571
|
+
default: "btnIndex2",
|
|
572
|
+
btnIndex2: this.getCurrentPrefix(item) + '学习'
|
|
573
|
+
},
|
|
574
|
+
lowLevel: {
|
|
575
|
+
default: "btnIndex2",
|
|
576
|
+
btnIndex2: this.getCurrentPrefix(item) + '学习'
|
|
577
|
+
},
|
|
578
|
+
score: '学习成绩',
|
|
579
|
+
analysis: '统计分析',
|
|
580
|
+
power: '学习动力'
|
|
333
581
|
}
|
|
334
582
|
}
|
|
335
583
|
},
|
|
@@ -337,23 +585,46 @@ let buttonNames = {
|
|
|
337
585
|
actionName: '讲给他人',
|
|
338
586
|
buttonList: {
|
|
339
587
|
0: {
|
|
340
|
-
|
|
341
|
-
|
|
588
|
+
headLevel: {
|
|
589
|
+
default: "demand",
|
|
590
|
+
demand: '讲解要求',
|
|
591
|
+
btnIndex1: this.getCurrentPrefix(item) + '讲解',
|
|
592
|
+
},
|
|
593
|
+
otherLevel: {
|
|
594
|
+
default: "btnIndex1",
|
|
595
|
+
btnIndex1: this.getCurrentPrefix(item) + '讲解',
|
|
596
|
+
},
|
|
597
|
+
lowLevel: {
|
|
598
|
+
default: "setTask",
|
|
599
|
+
setTask: '布置任务',
|
|
600
|
+
duplicate: '违纪查重',
|
|
601
|
+
review: '教师评价',
|
|
602
|
+
btnIndex3: '学习记录'
|
|
342
603
|
},
|
|
343
|
-
btnIndex1: this.getCurrentPrefix(item) + '讲解',
|
|
344
604
|
score: '讲解成绩',
|
|
345
605
|
analysis: '统计分析',
|
|
346
606
|
power: '学习动力'
|
|
347
607
|
},
|
|
348
608
|
2: {
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
609
|
+
headLevel: {
|
|
610
|
+
default: "btnIndex1",
|
|
611
|
+
btnIndex1: this.getCurrentPrefix(item) + '讲解',
|
|
612
|
+
score: '讲解成绩',
|
|
613
|
+
analysis: '统计分析',
|
|
614
|
+
power: '学习动力'
|
|
615
|
+
},
|
|
616
|
+
otherLevel: {
|
|
617
|
+
default: "btnIndex1",
|
|
618
|
+
btnIndex1: this.getCurrentPrefix(item) + '讲解',
|
|
619
|
+
score: '讲解成绩',
|
|
620
|
+
analysis: '统计分析',
|
|
621
|
+
power: '学习动力'
|
|
622
|
+
},
|
|
623
|
+
lowLevel: {
|
|
624
|
+
default: "btnIndex3",
|
|
625
|
+
btnIndex3: '学习记录',
|
|
626
|
+
power: '学习动力'
|
|
627
|
+
}
|
|
357
628
|
}
|
|
358
629
|
}
|
|
359
630
|
},
|
|
@@ -361,24 +632,42 @@ let buttonNames = {
|
|
|
361
632
|
actionName: '课后作业',
|
|
362
633
|
buttonList: {
|
|
363
634
|
0: {
|
|
364
|
-
|
|
365
|
-
|
|
635
|
+
headLevel: {
|
|
636
|
+
default: "demand",
|
|
637
|
+
demand: '作业要求',
|
|
638
|
+
btnIndex1: this.getPrefix(item) + '题目',
|
|
639
|
+
btnIndex2: this.getPrefix(item) + '作业'
|
|
640
|
+
},
|
|
641
|
+
otherLevel: {
|
|
642
|
+
default: "btnIndex1",
|
|
643
|
+
btnIndex1: this.getPrefix(item) + '题目',
|
|
644
|
+
btnIndex2: this.getPrefix(item) + '作业'
|
|
645
|
+
},
|
|
646
|
+
lowLevel: {
|
|
647
|
+
default: "btnIndex1",
|
|
648
|
+
btnIndex1: this.getPrefix(item) + '题目',
|
|
649
|
+
btnIndex2: this.getPrefix(item) + '作业'
|
|
366
650
|
},
|
|
367
|
-
btnIndex1: this.getPrefix(item) + '题目',
|
|
368
|
-
btnIndex2: this.getPrefix(item) + '作业',
|
|
369
651
|
score: '作业成绩',
|
|
370
652
|
analysis: '统计分析',
|
|
371
653
|
power: '学习动力'
|
|
372
654
|
},
|
|
373
655
|
2: {
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
656
|
+
headLevel: {
|
|
657
|
+
default: "btnIndex2",
|
|
658
|
+
btnIndex2: this.getPrefix(item) + '作业'
|
|
659
|
+
},
|
|
660
|
+
otherLevel: {
|
|
661
|
+
default: "btnIndex2",
|
|
662
|
+
btnIndex2: this.getPrefix(item) + '作业'
|
|
663
|
+
},
|
|
664
|
+
lowLevel: {
|
|
665
|
+
default: "btnIndex2",
|
|
666
|
+
btnIndex2: this.getPrefix(item) + '作业'
|
|
667
|
+
},
|
|
668
|
+
score: '作业成绩',
|
|
669
|
+
analysis: '统计分析',
|
|
670
|
+
power: '学习动力'
|
|
382
671
|
}
|
|
383
672
|
}
|
|
384
673
|
},
|
|
@@ -386,24 +675,42 @@ let buttonNames = {
|
|
|
386
675
|
actionName: '聆听报告',
|
|
387
676
|
buttonList: {
|
|
388
677
|
0: {
|
|
389
|
-
|
|
390
|
-
|
|
678
|
+
headLevel: {
|
|
679
|
+
default: "demand",
|
|
680
|
+
demand: '聆听要求',
|
|
681
|
+
btnIndex1: this.getPrefix(item) + '报告',
|
|
682
|
+
btnIndex2: this.getCurrentPrefix(item) + '聆听'
|
|
683
|
+
},
|
|
684
|
+
otherLevel: {
|
|
685
|
+
default: "btnIndex1",
|
|
686
|
+
btnIndex1: this.getPrefix(item) + '报告',
|
|
687
|
+
btnIndex2: this.getCurrentPrefix(item) + '聆听'
|
|
688
|
+
},
|
|
689
|
+
lowLevel: {
|
|
690
|
+
default: "btnIndex1",
|
|
691
|
+
btnIndex1: this.getPrefix(item) + '报告',
|
|
692
|
+
btnIndex2: this.getCurrentPrefix(item) + '聆听'
|
|
391
693
|
},
|
|
392
|
-
btnIndex1: this.getPrefix(item) + '报告',
|
|
393
|
-
btnIndex2: this.getCurrentPrefix(item) + '聆听',
|
|
394
694
|
score: '聆听成绩',
|
|
395
695
|
analysis: '统计分析',
|
|
396
696
|
power: '学习动力'
|
|
397
697
|
},
|
|
398
698
|
2: {
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
699
|
+
headLevel: {
|
|
700
|
+
default: "btnIndex2",
|
|
701
|
+
btnIndex2: this.getCurrentPrefix(item) + '聆听'
|
|
702
|
+
},
|
|
703
|
+
otherLevel: {
|
|
704
|
+
default: "btnIndex2",
|
|
705
|
+
btnIndex2: this.getCurrentPrefix(item) + '聆听'
|
|
706
|
+
},
|
|
707
|
+
lowLevel: {
|
|
708
|
+
default: "btnIndex2",
|
|
709
|
+
btnIndex2: this.getCurrentPrefix(item) + '聆听'
|
|
710
|
+
},
|
|
711
|
+
score: '聆听成绩',
|
|
712
|
+
analysis: '统计分析',
|
|
713
|
+
power: '学习动力'
|
|
407
714
|
}
|
|
408
715
|
}
|
|
409
716
|
},
|
|
@@ -411,23 +718,39 @@ let buttonNames = {
|
|
|
411
718
|
actionName: '课业阅读',
|
|
412
719
|
buttonList: {
|
|
413
720
|
0: {
|
|
414
|
-
|
|
415
|
-
|
|
721
|
+
headLevel: {
|
|
722
|
+
default: "demand",
|
|
723
|
+
demand: '阅读要求',
|
|
724
|
+
btnIndex1: this.getCurrentPrefix(item) + '阅读'
|
|
725
|
+
},
|
|
726
|
+
otherLevel: {
|
|
727
|
+
default: "btnIndex1",
|
|
728
|
+
btnIndex1: this.getCurrentPrefix(item) + '阅读'
|
|
729
|
+
},
|
|
730
|
+
lowLevel: {
|
|
731
|
+
default: "btnIndex1",
|
|
732
|
+
btnIndex1: this.getCurrentPrefix(item) + '阅读'
|
|
416
733
|
},
|
|
417
|
-
btnIndex1: this.getCurrentPrefix(item) + '阅读',
|
|
418
734
|
score: '阅读成绩',
|
|
419
735
|
analysis: '统计分析',
|
|
420
736
|
power: '学习动力'
|
|
421
737
|
},
|
|
422
738
|
2: {
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
739
|
+
headLevel: {
|
|
740
|
+
default: "btnIndex1",
|
|
741
|
+
btnIndex1: this.getCurrentPrefix(item) + '阅读'
|
|
742
|
+
},
|
|
743
|
+
otherLevel: {
|
|
744
|
+
default: "btnIndex1",
|
|
745
|
+
btnIndex1: this.getCurrentPrefix(item) + '阅读'
|
|
746
|
+
},
|
|
747
|
+
lowLevel: {
|
|
748
|
+
default: "btnIndex1",
|
|
749
|
+
btnIndex1: this.getCurrentPrefix(item) + '阅读'
|
|
750
|
+
},
|
|
751
|
+
score: '阅读成绩',
|
|
752
|
+
analysis: '统计分析',
|
|
753
|
+
power: '学习动力'
|
|
431
754
|
}
|
|
432
755
|
}
|
|
433
756
|
},
|
|
@@ -435,23 +758,39 @@ let buttonNames = {
|
|
|
435
758
|
actionName: '课业写作',
|
|
436
759
|
buttonList: {
|
|
437
760
|
0: {
|
|
438
|
-
|
|
439
|
-
|
|
761
|
+
headLevel: {
|
|
762
|
+
default: "demand",
|
|
763
|
+
demand: '写作要求',
|
|
764
|
+
btnIndex1: this.getCurrentPrefix(item) + '写作'
|
|
765
|
+
},
|
|
766
|
+
otherLevel: {
|
|
767
|
+
default: "btnIndex1",
|
|
768
|
+
btnIndex1: this.getCurrentPrefix(item) + '写作'
|
|
769
|
+
},
|
|
770
|
+
lowLevel: {
|
|
771
|
+
default: "btnIndex1",
|
|
772
|
+
btnIndex1: this.getCurrentPrefix(item) + '写作'
|
|
440
773
|
},
|
|
441
|
-
btnIndex1: this.getCurrentPrefix(item) + '写作',
|
|
442
774
|
score: '写作成绩',
|
|
443
775
|
analysis: '统计分析',
|
|
444
776
|
power: '学习动力'
|
|
445
777
|
},
|
|
446
778
|
2: {
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
779
|
+
headLevel: {
|
|
780
|
+
default: "btnIndex1",
|
|
781
|
+
btnIndex1: this.getCurrentPrefix(item) + '写作'
|
|
782
|
+
},
|
|
783
|
+
otherLevel: {
|
|
784
|
+
default: "btnIndex1",
|
|
785
|
+
btnIndex1: this.getCurrentPrefix(item) + '写作'
|
|
786
|
+
},
|
|
787
|
+
lowLevel: {
|
|
788
|
+
default: "btnIndex1",
|
|
789
|
+
btnIndex1: this.getCurrentPrefix(item) + '写作'
|
|
790
|
+
},
|
|
791
|
+
score: '写作成绩',
|
|
792
|
+
analysis: '统计分析',
|
|
793
|
+
power: '学习动力'
|
|
455
794
|
}
|
|
456
795
|
}
|
|
457
796
|
},
|
|
@@ -459,24 +798,42 @@ let buttonNames = {
|
|
|
459
798
|
actionName: '课业实践',
|
|
460
799
|
buttonList: {
|
|
461
800
|
0: {
|
|
462
|
-
|
|
463
|
-
|
|
801
|
+
headLevel: {
|
|
802
|
+
default: "demand",
|
|
803
|
+
demand: '实践要求',
|
|
804
|
+
btnIndex1: '实践项目',
|
|
805
|
+
btnIndex2: this.getCurrentPrefix(item) + '实践'
|
|
806
|
+
},
|
|
807
|
+
otherLevel: {
|
|
808
|
+
default: "btnIndex1",
|
|
809
|
+
btnIndex1: '实践项目',
|
|
810
|
+
btnIndex2: this.getCurrentPrefix(item) + '实践'
|
|
811
|
+
},
|
|
812
|
+
lowLevel: {
|
|
813
|
+
default: "btnIndex1",
|
|
814
|
+
btnIndex1: '实践项目',
|
|
815
|
+
btnIndex2: this.getCurrentPrefix(item) + '实践'
|
|
464
816
|
},
|
|
465
|
-
btnIndex1: '实践项目',
|
|
466
|
-
btnIndex2: this.getCurrentPrefix(item) + '实践',
|
|
467
817
|
score: '实践成绩',
|
|
468
818
|
analysis: '统计分析',
|
|
469
819
|
power: '学习动力'
|
|
470
820
|
},
|
|
471
821
|
2: {
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
822
|
+
headLevel: {
|
|
823
|
+
default: "btnIndex2",
|
|
824
|
+
btnIndex2: this.getCurrentPrefix(item) + '实践'
|
|
825
|
+
},
|
|
826
|
+
otherLevel: {
|
|
827
|
+
default: "btnIndex2",
|
|
828
|
+
btnIndex2: this.getCurrentPrefix(item) + '实践'
|
|
829
|
+
},
|
|
830
|
+
lowLevel: {
|
|
831
|
+
default: "btnIndex2",
|
|
832
|
+
btnIndex2: this.getCurrentPrefix(item) + '实践'
|
|
833
|
+
},
|
|
834
|
+
score: '实践成绩',
|
|
835
|
+
analysis: '统计分析',
|
|
836
|
+
power: '学习动力'
|
|
480
837
|
}
|
|
481
838
|
}
|
|
482
839
|
},
|
|
@@ -484,24 +841,42 @@ let buttonNames = {
|
|
|
484
841
|
actionName: '课业创新',
|
|
485
842
|
buttonList: {
|
|
486
843
|
0: {
|
|
487
|
-
|
|
488
|
-
|
|
844
|
+
headLevel: {
|
|
845
|
+
default: "demand",
|
|
846
|
+
demand: '创新要求',
|
|
847
|
+
btnIndex1: '创新任务',
|
|
848
|
+
btnIndex2: this.getCurrentPrefix(item) + '创新'
|
|
849
|
+
},
|
|
850
|
+
otherLevel: {
|
|
851
|
+
default: "btnIndex1",
|
|
852
|
+
btnIndex1: '创新任务',
|
|
853
|
+
btnIndex2: this.getCurrentPrefix(item) + '创新'
|
|
854
|
+
},
|
|
855
|
+
lowLevel: {
|
|
856
|
+
default: "btnIndex1",
|
|
857
|
+
btnIndex1: '创新任务',
|
|
858
|
+
btnIndex2: this.getCurrentPrefix(item) + '创新'
|
|
489
859
|
},
|
|
490
|
-
btnIndex1: '创新任务',
|
|
491
|
-
btnIndex2: this.getCurrentPrefix(item) + '创新',
|
|
492
860
|
score: '创新成绩',
|
|
493
861
|
analysis: '统计分析',
|
|
494
862
|
power: '学习动力'
|
|
495
863
|
},
|
|
496
864
|
2: {
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
865
|
+
headLevel: {
|
|
866
|
+
default: "btnIndex2",
|
|
867
|
+
btnIndex2: this.getCurrentPrefix(item) + '创新'
|
|
868
|
+
},
|
|
869
|
+
otherLevel: {
|
|
870
|
+
default: "btnIndex2",
|
|
871
|
+
btnIndex2: this.getCurrentPrefix(item) + '创新'
|
|
872
|
+
},
|
|
873
|
+
lowLevel: {
|
|
874
|
+
default: "btnIndex2",
|
|
875
|
+
btnIndex2: this.getCurrentPrefix(item) + '创新'
|
|
876
|
+
},
|
|
877
|
+
score: '创新成绩',
|
|
878
|
+
analysis: '统计分析',
|
|
879
|
+
power: '学习动力'
|
|
505
880
|
}
|
|
506
881
|
}
|
|
507
882
|
},
|
|
@@ -509,8 +884,21 @@ let buttonNames = {
|
|
|
509
884
|
actionName: '过程记录',
|
|
510
885
|
buttonList: {
|
|
511
886
|
0: {
|
|
512
|
-
|
|
513
|
-
|
|
887
|
+
headLevel: {
|
|
888
|
+
default: "btnIndex1",
|
|
889
|
+
btnIndex1: '全班数据',
|
|
890
|
+
btnIndex2: '个人数据'
|
|
891
|
+
},
|
|
892
|
+
otherLevel: {
|
|
893
|
+
default: "btnIndex1",
|
|
894
|
+
btnIndex1: '全班数据',
|
|
895
|
+
btnIndex2: '个人数据'
|
|
896
|
+
},
|
|
897
|
+
lowLevel: {
|
|
898
|
+
default: "btnIndex1",
|
|
899
|
+
btnIndex1: '全班数据',
|
|
900
|
+
btnIndex2: '个人数据'
|
|
901
|
+
},
|
|
514
902
|
},
|
|
515
903
|
2: {}
|
|
516
904
|
}
|
|
@@ -519,22 +907,40 @@ let buttonNames = {
|
|
|
519
907
|
actionName: '考试管理',
|
|
520
908
|
buttonList: {
|
|
521
909
|
0: {
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
910
|
+
headLevel: {
|
|
911
|
+
default: "demand",
|
|
912
|
+
demand: '考试要求',
|
|
913
|
+
btnIndex1: this.getPrefix(item) + '试题',
|
|
914
|
+
btnIndex2: '过程考试',
|
|
915
|
+
btnIndex3: '期中考试',
|
|
916
|
+
btnIndex4: '期末考试'
|
|
917
|
+
},
|
|
918
|
+
otherLevel: {
|
|
919
|
+
default: "btnIndex1",
|
|
920
|
+
btnIndex1: this.getPrefix(item) + '试题',
|
|
921
|
+
btnIndex2: '过程考试'
|
|
922
|
+
},
|
|
923
|
+
lowLevel: {
|
|
924
|
+
default: "btnIndex1",
|
|
925
|
+
btnIndex1: this.getPrefix(item) + '试题',
|
|
926
|
+
btnIndex2: '过程考试'
|
|
927
|
+
}
|
|
526
928
|
},
|
|
527
929
|
2: {
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
930
|
+
headLevel: {
|
|
931
|
+
default: "btnIndex1",
|
|
932
|
+
btnIndex2: '过程考试',
|
|
933
|
+
btnIndex3: '期中考试',
|
|
934
|
+
btnIndex4: '期末考试'
|
|
935
|
+
},
|
|
936
|
+
otherLevel: {
|
|
937
|
+
default: "btnIndex2",
|
|
938
|
+
btnIndex2: '过程考试',
|
|
939
|
+
},
|
|
940
|
+
lowLevel: {
|
|
941
|
+
default: "btnIndex2",
|
|
942
|
+
btnIndex2: '过程考试',
|
|
943
|
+
},
|
|
538
944
|
}
|
|
539
945
|
}
|
|
540
946
|
},
|
|
@@ -542,23 +948,40 @@ let buttonNames = {
|
|
|
542
948
|
actionName: '学习表现',
|
|
543
949
|
buttonList: {
|
|
544
950
|
0: {
|
|
545
|
-
|
|
546
|
-
|
|
951
|
+
headLevel: {
|
|
952
|
+
default: "demand",
|
|
953
|
+
demand: '表现要求',
|
|
954
|
+
btnIndex1: this.getCurrentPrefix(item) + '表现'
|
|
547
955
|
},
|
|
548
|
-
|
|
549
|
-
|
|
956
|
+
otherLevel: {
|
|
957
|
+
default: "btnIndex1",
|
|
958
|
+
btnIndex1: this.getCurrentPrefix(item) + '表现'
|
|
959
|
+
},
|
|
960
|
+
lowLevel: {
|
|
961
|
+
default: "btnIndex2",
|
|
962
|
+
btnIndex2: '表现评价'
|
|
963
|
+
},
|
|
964
|
+
score: '表现成绩',
|
|
550
965
|
analysis: '统计分析',
|
|
551
966
|
power: '学习动力'
|
|
552
967
|
},
|
|
553
968
|
2: {
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
969
|
+
headLevel: {
|
|
970
|
+
default: "score",
|
|
971
|
+
score: '表现成绩',
|
|
972
|
+
power: '学习动力'
|
|
973
|
+
},
|
|
974
|
+
otherLevel: {
|
|
975
|
+
default: "score",
|
|
976
|
+
score: '表现成绩',
|
|
977
|
+
power: '学习动力'
|
|
978
|
+
},
|
|
979
|
+
lowLevel: {
|
|
980
|
+
default: "score",
|
|
981
|
+
score: '表现成绩',
|
|
982
|
+
power: '学习动力'
|
|
983
|
+
},
|
|
984
|
+
|
|
562
985
|
}
|
|
563
986
|
}
|
|
564
987
|
},
|
|
@@ -566,21 +989,28 @@ let buttonNames = {
|
|
|
566
989
|
actionName: '学习动力',
|
|
567
990
|
buttonList: {
|
|
568
991
|
0: {
|
|
569
|
-
|
|
570
|
-
|
|
992
|
+
headLevel: {
|
|
993
|
+
default: "demand",
|
|
994
|
+
demand: '动力规则',
|
|
995
|
+
btnIndex1: '学习动力'
|
|
996
|
+
},
|
|
997
|
+
otherLevel: {
|
|
998
|
+
default: "btnIndex1",
|
|
999
|
+
btnIndex1: '学习动力'
|
|
1000
|
+
},
|
|
1001
|
+
lowLevel: {
|
|
1002
|
+
default: "btnIndex1",
|
|
1003
|
+
btnIndex1: '学习动力'
|
|
571
1004
|
},
|
|
572
|
-
btnIndex1: '学习动力',
|
|
573
1005
|
analysis: '统计分析'
|
|
574
1006
|
},
|
|
575
1007
|
2: {
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
analysis: null,
|
|
583
|
-
power: null
|
|
1008
|
+
headLevel: {
|
|
1009
|
+
},
|
|
1010
|
+
otherLevel: {
|
|
1011
|
+
},
|
|
1012
|
+
lowLevel: {
|
|
1013
|
+
},
|
|
584
1014
|
}
|
|
585
1015
|
}
|
|
586
1016
|
},
|
|
@@ -588,24 +1018,41 @@ let buttonNames = {
|
|
|
588
1018
|
actionName: '课业项目',
|
|
589
1019
|
buttonList: {
|
|
590
1020
|
0: {
|
|
591
|
-
|
|
592
|
-
|
|
1021
|
+
headLevel: {
|
|
1022
|
+
default: "demand",
|
|
1023
|
+
demand: '项目要求',
|
|
1024
|
+
btnIndex1: this.getPrefix(item) + '项目'
|
|
1025
|
+
},
|
|
1026
|
+
otherLevel: {
|
|
1027
|
+
default: "btnIndex1",
|
|
1028
|
+
btnIndex1: this.getPrefix(item) + '项目'
|
|
593
1029
|
},
|
|
594
|
-
|
|
595
|
-
|
|
1030
|
+
lowLevel: {
|
|
1031
|
+
default: "btnIndex1",
|
|
1032
|
+
btnIndex1: this.getPrefix(item) + '项目'
|
|
1033
|
+
},
|
|
1034
|
+
btnIndex2: '自主项目',
|
|
1035
|
+
btnIndex3: '任务项目',
|
|
596
1036
|
score: '项目成绩',
|
|
597
1037
|
analysis: '统计分析',
|
|
598
1038
|
power: '学习动力'
|
|
599
1039
|
},
|
|
600
1040
|
2: {
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
1041
|
+
headLevel: {
|
|
1042
|
+
default: "btnIndex1",
|
|
1043
|
+
btnIndex1: this.getPrefix(item) + '项目'
|
|
1044
|
+
},
|
|
1045
|
+
otherLevel: {
|
|
1046
|
+
default: "btnIndex1",
|
|
1047
|
+
btnIndex1: this.getPrefix(item) + '项目'
|
|
1048
|
+
},
|
|
1049
|
+
lowLevel: {
|
|
1050
|
+
default: "btnIndex1",
|
|
1051
|
+
btnIndex1: this.getPrefix(item) + '项目'
|
|
1052
|
+
},
|
|
1053
|
+
score: '项目成绩',
|
|
1054
|
+
analysis: '统计分析',
|
|
1055
|
+
power: '学习动力'
|
|
609
1056
|
}
|
|
610
1057
|
}
|
|
611
1058
|
},
|
|
@@ -613,24 +1060,41 @@ let buttonNames = {
|
|
|
613
1060
|
actionName: '课业实验',
|
|
614
1061
|
buttonList: {
|
|
615
1062
|
0: {
|
|
616
|
-
|
|
617
|
-
|
|
1063
|
+
headLevel: {
|
|
1064
|
+
default: "demand",
|
|
1065
|
+
demand: '实验要求',
|
|
1066
|
+
btnIndex1: this.getPrefix(item) + '项目'
|
|
1067
|
+
},
|
|
1068
|
+
otherLevel: {
|
|
1069
|
+
default: "btnIndex1",
|
|
1070
|
+
btnIndex1: this.getPrefix(item) + '项目'
|
|
618
1071
|
},
|
|
619
|
-
|
|
620
|
-
|
|
1072
|
+
lowLevel: {
|
|
1073
|
+
default: "btnIndex1",
|
|
1074
|
+
btnIndex1: this.getPrefix(item) + '项目'
|
|
1075
|
+
},
|
|
1076
|
+
btnIndex2: '自主实验',
|
|
1077
|
+
btnIndex3: '任务实验',
|
|
621
1078
|
score: '实验成绩',
|
|
622
1079
|
analysis: '统计分析',
|
|
623
1080
|
power: '学习动力'
|
|
624
1081
|
},
|
|
625
1082
|
2: {
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
1083
|
+
headLevel: {
|
|
1084
|
+
default: "btnIndex1",
|
|
1085
|
+
btnIndex1: this.getCurrentPrefix(item) + '实验'
|
|
1086
|
+
},
|
|
1087
|
+
otherLevel: {
|
|
1088
|
+
default: "btnIndex1",
|
|
1089
|
+
btnIndex1: this.getCurrentPrefix(item) + '实验'
|
|
1090
|
+
},
|
|
1091
|
+
lowLevel: {
|
|
1092
|
+
default: "btnIndex1",
|
|
1093
|
+
btnIndex1: this.getCurrentPrefix(item) + '实验'
|
|
1094
|
+
},
|
|
1095
|
+
score: '实验成绩',
|
|
1096
|
+
analysis: '统计分析',
|
|
1097
|
+
power: '学习动力'
|
|
634
1098
|
}
|
|
635
1099
|
}
|
|
636
1100
|
}
|
|
@@ -642,19 +1106,21 @@ let buttonNames = {
|
|
|
642
1106
|
actionName: '调查资源',
|
|
643
1107
|
buttonList: {
|
|
644
1108
|
0: {
|
|
645
|
-
|
|
1109
|
+
headLevel: {
|
|
1110
|
+
default: "demand",
|
|
646
1111
|
demand: '调查要求',
|
|
647
|
-
|
|
648
|
-
},
|
|
649
|
-
levelOtherBtn: { // 除课和最低节点以外
|
|
650
|
-
btnIndex1: this.getCurrentPrefix(item) + '试题',
|
|
651
|
-
},
|
|
652
|
-
otherThanLevel0: { // 除课以外
|
|
653
|
-
btnIndex3: this.getPrefix(item) + '试题',
|
|
654
|
-
},
|
|
655
|
-
suffixLevel0btn: { // 只存在课上
|
|
1112
|
+
btnIndex1: '调查试题',
|
|
656
1113
|
analyse: '调查分析',
|
|
657
1114
|
countermeasure: '教学对策'
|
|
1115
|
+
},
|
|
1116
|
+
otherLevel: {
|
|
1117
|
+
default: "btnIndex2",
|
|
1118
|
+
btnIndex2: this.getCurrentPrefix(item) + '试题',
|
|
1119
|
+
btnIndex3: this.getPrefix(item) + '试题'
|
|
1120
|
+
},
|
|
1121
|
+
lowLevel: {
|
|
1122
|
+
default: "btnIndex2",
|
|
1123
|
+
btnIndex2: this.getCurrentPrefix(item) + '试题'
|
|
658
1124
|
}
|
|
659
1125
|
}
|
|
660
1126
|
}
|
|
@@ -663,19 +1129,21 @@ let buttonNames = {
|
|
|
663
1129
|
actionName: '检测资源',
|
|
664
1130
|
buttonList: {
|
|
665
1131
|
0: {
|
|
666
|
-
|
|
1132
|
+
headLevel: {
|
|
1133
|
+
default: "demand",
|
|
667
1134
|
demand: '检测要求',
|
|
668
|
-
|
|
669
|
-
},
|
|
670
|
-
levelOtherBtn: { // 除课和最低节点以外
|
|
671
|
-
btnIndex1: this.getCurrentPrefix(item) + '试题',
|
|
672
|
-
},
|
|
673
|
-
otherThanLevel0: { // 除课以外
|
|
674
|
-
btnIndex3: this.getPrefix(item) + '试题',
|
|
675
|
-
},
|
|
676
|
-
suffixLevel0btn: { // 只存在课上
|
|
1135
|
+
btnIndex1: '检测试题',
|
|
677
1136
|
analyse: '检测分析',
|
|
678
1137
|
countermeasure: '教学对策'
|
|
1138
|
+
},
|
|
1139
|
+
otherLevel: {
|
|
1140
|
+
default: "btnIndex2",
|
|
1141
|
+
btnIndex2: this.getCurrentPrefix(item) + '试题',
|
|
1142
|
+
btnIndex3: this.getPrefix(item) + '试题'
|
|
1143
|
+
},
|
|
1144
|
+
lowLevel: {
|
|
1145
|
+
default: "btnIndex2",
|
|
1146
|
+
btnIndex2: this.getCurrentPrefix(item) + '试题'
|
|
679
1147
|
}
|
|
680
1148
|
}
|
|
681
1149
|
}
|
|
@@ -684,20 +1152,22 @@ let buttonNames = {
|
|
|
684
1152
|
actionName: '课程思政',
|
|
685
1153
|
buttonList: {
|
|
686
1154
|
0: {
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
levelOtherBtn: { // 除课和最低节点以外
|
|
692
|
-
btnIndex1: this.getCurrentPrefix(item) + '主题',
|
|
693
|
-
},
|
|
694
|
-
otherThanLevel0: { // 除课以外
|
|
695
|
-
btnIndex3: this.getPrefix(item) + '主题',
|
|
696
|
-
},
|
|
697
|
-
suffixLevel0btn: { // 只存在课上
|
|
1155
|
+
headLevel: {
|
|
1156
|
+
default: "demand",
|
|
1157
|
+
demand: '思政要求',
|
|
1158
|
+
btnIndex1: '思政主题',
|
|
698
1159
|
review: '思政点评',
|
|
699
1160
|
analyse: '思政分析',
|
|
700
1161
|
countermeasure: '教学对策'
|
|
1162
|
+
},
|
|
1163
|
+
otherLevel: {
|
|
1164
|
+
default: "btnIndex2",
|
|
1165
|
+
btnIndex2: this.getCurrentPrefix(item) + '主题',
|
|
1166
|
+
btnIndex3: this.getPrefix(item) + '主题'
|
|
1167
|
+
},
|
|
1168
|
+
lowLevel: {
|
|
1169
|
+
default: "btnIndex2",
|
|
1170
|
+
btnIndex2: this.getCurrentPrefix(item) + '主题'
|
|
701
1171
|
}
|
|
702
1172
|
}
|
|
703
1173
|
}
|
|
@@ -706,10 +1176,9 @@ let buttonNames = {
|
|
|
706
1176
|
actionName: '笔记资源',
|
|
707
1177
|
buttonList: {
|
|
708
1178
|
0: {
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
suffixLevel0btn: { // 只存在课上
|
|
1179
|
+
headLevel: {
|
|
1180
|
+
default: "demand",
|
|
1181
|
+
demand: '笔记要求',
|
|
713
1182
|
review: '笔记点评',
|
|
714
1183
|
analyse: '笔记分析',
|
|
715
1184
|
countermeasure: '教学对策'
|
|
@@ -721,20 +1190,22 @@ let buttonNames = {
|
|
|
721
1190
|
actionName: '提问资源',
|
|
722
1191
|
buttonList: {
|
|
723
1192
|
0: {
|
|
724
|
-
|
|
1193
|
+
headLevel: {
|
|
1194
|
+
default: "demand",
|
|
725
1195
|
demand: '回答要求',
|
|
726
|
-
|
|
727
|
-
},
|
|
728
|
-
levelOtherBtn: { // 除课和最低节点以外
|
|
729
|
-
btnIndex1: this.getCurrentPrefix(item) + '提问',
|
|
730
|
-
},
|
|
731
|
-
otherThanLevel0: { // 除课以外
|
|
732
|
-
btnIndex3: this.getPrefix(item) + '问题',
|
|
733
|
-
},
|
|
734
|
-
suffixLevel0btn: { // 只存在课上
|
|
1196
|
+
btnIndex1: '提问问题',
|
|
735
1197
|
review: '回答点评',
|
|
736
1198
|
analyse: '回答分析',
|
|
737
1199
|
countermeasure: '教学对策'
|
|
1200
|
+
},
|
|
1201
|
+
otherLevel: {
|
|
1202
|
+
default: "btnIndex2",
|
|
1203
|
+
btnIndex2: this.getCurrentPrefix(item) + '提问',
|
|
1204
|
+
btnIndex3: this.getPrefix(item) + '问题'
|
|
1205
|
+
},
|
|
1206
|
+
lowLevel: {
|
|
1207
|
+
default: "btnIndex2",
|
|
1208
|
+
btnIndex2: this.getCurrentPrefix(item) + '提问'
|
|
738
1209
|
}
|
|
739
1210
|
}
|
|
740
1211
|
}
|
|
@@ -743,20 +1214,22 @@ let buttonNames = {
|
|
|
743
1214
|
actionName: '答疑资源',
|
|
744
1215
|
buttonList: {
|
|
745
1216
|
0: {
|
|
746
|
-
|
|
1217
|
+
headLevel: {
|
|
1218
|
+
default: "demand",
|
|
747
1219
|
demand: '提问要求',
|
|
748
|
-
|
|
749
|
-
},
|
|
750
|
-
levelOtherBtn: { // 除课和最低节点以外
|
|
751
|
-
btnIndex1: this.getCurrentPrefix(item) + '提问',
|
|
752
|
-
},
|
|
753
|
-
otherThanLevel0: { // 除课以外
|
|
754
|
-
btnIndex3: this.getPrefix(item) + '提问',
|
|
755
|
-
},
|
|
756
|
-
suffixLevel0btn: { // 只存在课上
|
|
1220
|
+
btnIndex1: '虚拟提问',
|
|
757
1221
|
review: '提问点评',
|
|
758
1222
|
analyse: '提问分析',
|
|
759
1223
|
countermeasure: '教学对策'
|
|
1224
|
+
},
|
|
1225
|
+
otherLevel: {
|
|
1226
|
+
default: "btnIndex2",
|
|
1227
|
+
btnIndex2: this.getCurrentPrefix(item) + '提问',
|
|
1228
|
+
btnIndex3: this.getPrefix(item) + '提问'
|
|
1229
|
+
},
|
|
1230
|
+
lowLevel: {
|
|
1231
|
+
default: "btnIndex2",
|
|
1232
|
+
btnIndex2: this.getCurrentPrefix(item) + '提问'
|
|
760
1233
|
}
|
|
761
1234
|
}
|
|
762
1235
|
}
|
|
@@ -765,7 +1238,8 @@ let buttonNames = {
|
|
|
765
1238
|
actionName: '生问生答',
|
|
766
1239
|
buttonList: {
|
|
767
1240
|
0: {
|
|
768
|
-
|
|
1241
|
+
headLevel: {
|
|
1242
|
+
default: "demand",
|
|
769
1243
|
demand: '问答要求',
|
|
770
1244
|
review: '问答点评',
|
|
771
1245
|
analyse: '问答分析',
|
|
@@ -778,20 +1252,22 @@ let buttonNames = {
|
|
|
778
1252
|
actionName: '讨论资源',
|
|
779
1253
|
buttonList: {
|
|
780
1254
|
0: {
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
levelOtherBtn: { // 除课和最低节点以外
|
|
786
|
-
btnIndex1: this.getCurrentPrefix(item) + '题目',
|
|
787
|
-
},
|
|
788
|
-
otherThanLevel0: { // 除课以外
|
|
789
|
-
btnIndex3: this.getPrefix(item) + '题目',
|
|
790
|
-
},
|
|
791
|
-
suffixLevel0btn: { // 只存在课上
|
|
1255
|
+
headLevel: {
|
|
1256
|
+
default: "demand",
|
|
1257
|
+
demand: '提问要求',
|
|
1258
|
+
btnIndex1: '讨论题目',
|
|
792
1259
|
review: '讨论点评',
|
|
793
1260
|
analyse: '讨论分析',
|
|
794
1261
|
countermeasure: '教学对策'
|
|
1262
|
+
},
|
|
1263
|
+
otherLevel: {
|
|
1264
|
+
default: "btnIndex2",
|
|
1265
|
+
btnIndex2: this.getCurrentPrefix(item) + '题目',
|
|
1266
|
+
btnIndex3: this.getPrefix(item) + '题目'
|
|
1267
|
+
},
|
|
1268
|
+
lowLevel: {
|
|
1269
|
+
default: "btnIndex2",
|
|
1270
|
+
btnIndex2: this.getCurrentPrefix(item) + '题目'
|
|
795
1271
|
}
|
|
796
1272
|
}
|
|
797
1273
|
}
|
|
@@ -800,20 +1276,22 @@ let buttonNames = {
|
|
|
800
1276
|
actionName: '风暴资源',
|
|
801
1277
|
buttonList: {
|
|
802
1278
|
0: {
|
|
803
|
-
|
|
1279
|
+
headLevel: {
|
|
1280
|
+
default: "demand",
|
|
804
1281
|
demand: '风暴要求',
|
|
805
|
-
|
|
806
|
-
},
|
|
807
|
-
levelOtherBtn: { // 除课和最低节点以外
|
|
808
|
-
btnIndex1: this.getCurrentPrefix(item) + '题目',
|
|
809
|
-
},
|
|
810
|
-
otherThanLevel0: { // 除课以外
|
|
811
|
-
btnIndex3: this.getPrefix(item) + '题目',
|
|
812
|
-
},
|
|
813
|
-
suffixLevel0btn: { // 只存在课上
|
|
1282
|
+
btnIndex1: '风暴题目',
|
|
814
1283
|
review: '风暴点评',
|
|
815
1284
|
analyse: '风暴分析',
|
|
816
1285
|
countermeasure: '教学对策'
|
|
1286
|
+
},
|
|
1287
|
+
otherLevel: {
|
|
1288
|
+
default: "btnIndex2",
|
|
1289
|
+
btnIndex2: this.getCurrentPrefix(item) + '题目',
|
|
1290
|
+
btnIndex3: this.getPrefix(item) + '题目'
|
|
1291
|
+
},
|
|
1292
|
+
lowLevel: {
|
|
1293
|
+
default: "btnIndex2",
|
|
1294
|
+
btnIndex2: this.getCurrentPrefix(item) + '题目'
|
|
817
1295
|
}
|
|
818
1296
|
}
|
|
819
1297
|
}
|
|
@@ -822,24 +1300,23 @@ let buttonNames = {
|
|
|
822
1300
|
actionName: '逻辑思维',
|
|
823
1301
|
buttonList: {
|
|
824
1302
|
0: {
|
|
825
|
-
|
|
1303
|
+
headLevel: {
|
|
1304
|
+
default: "demand",
|
|
826
1305
|
demand: '训练要求',
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
1306
|
+
btnIndex1: '训练题目',
|
|
1307
|
+
analyse: '训练分析',
|
|
1308
|
+
countermeasure: '教学对策'
|
|
830
1309
|
},
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
1310
|
+
otherLevel: {
|
|
1311
|
+
default: "btnIndex2",
|
|
1312
|
+
btnIndex2: this.getCurrentPrefix(item) + '题目',
|
|
1313
|
+
btnIndex3: this.getPrefix(item) + '题目'
|
|
834
1314
|
},
|
|
835
|
-
lowLevel: {
|
|
1315
|
+
lowLevel: {
|
|
1316
|
+
default: "btnIndex2",
|
|
836
1317
|
btnIndex4: '创建题目',
|
|
837
|
-
|
|
1318
|
+
btnIndex2: '题目列表',
|
|
838
1319
|
btnIndex5: '批量删除'
|
|
839
|
-
},
|
|
840
|
-
suffixLevel0btn: { // 只存在课上
|
|
841
|
-
analyse: '训练分析',
|
|
842
|
-
countermeasure: '教学对策'
|
|
843
1320
|
}
|
|
844
1321
|
}
|
|
845
1322
|
}
|
|
@@ -848,20 +1325,22 @@ let buttonNames = {
|
|
|
848
1325
|
actionName: '虚拟学习',
|
|
849
1326
|
buttonList: {
|
|
850
1327
|
0: {
|
|
851
|
-
|
|
1328
|
+
headLevel: {
|
|
1329
|
+
default: "demand",
|
|
852
1330
|
demand: '学习要求',
|
|
853
|
-
|
|
854
|
-
},
|
|
855
|
-
levelOtherBtn: { // 除课和最低节点以外
|
|
856
|
-
btnIndex1: this.getCurrentPrefix(item) + '项目',
|
|
857
|
-
},
|
|
858
|
-
otherThanLevel0: { // 除课以外
|
|
859
|
-
btnIndex3: this.getPrefix(item) + '项目',
|
|
860
|
-
},
|
|
861
|
-
suffixLevel0btn: { // 只存在课上
|
|
1331
|
+
btnIndex1: '虚仿项目',
|
|
862
1332
|
review: '学习点评',
|
|
863
1333
|
analyse: '学习分析',
|
|
864
1334
|
countermeasure: '教学对策'
|
|
1335
|
+
},
|
|
1336
|
+
otherLevel: {
|
|
1337
|
+
default: "btnIndex2",
|
|
1338
|
+
btnIndex2: this.getCurrentPrefix(item) + '项目',
|
|
1339
|
+
btnIndex3: this.getPrefix(item) + '项目'
|
|
1340
|
+
},
|
|
1341
|
+
lowLevel: {
|
|
1342
|
+
default: "btnIndex2",
|
|
1343
|
+
btnIndex2: this.getCurrentPrefix(item) + '项目'
|
|
865
1344
|
}
|
|
866
1345
|
}
|
|
867
1346
|
}
|
|
@@ -870,7 +1349,8 @@ let buttonNames = {
|
|
|
870
1349
|
actionName: '讲给他人',
|
|
871
1350
|
buttonList: {
|
|
872
1351
|
0: {
|
|
873
|
-
|
|
1352
|
+
headLevel: {
|
|
1353
|
+
default: "demand",
|
|
874
1354
|
demand: '讲解要求',
|
|
875
1355
|
review: '讲解点评',
|
|
876
1356
|
analyse: '讲解分析',
|
|
@@ -883,20 +1363,22 @@ let buttonNames = {
|
|
|
883
1363
|
actionName: '作业资源',
|
|
884
1364
|
buttonList: {
|
|
885
1365
|
0: {
|
|
886
|
-
|
|
1366
|
+
headLevel: {
|
|
1367
|
+
default: "demand",
|
|
887
1368
|
demand: '作业要求',
|
|
888
|
-
|
|
889
|
-
},
|
|
890
|
-
levelOtherBtn: { // 除课和最低节点以外
|
|
891
|
-
btnIndex1: this.getCurrentPrefix(item) + '题目',
|
|
892
|
-
},
|
|
893
|
-
otherThanLevel0: { // 除课以外
|
|
894
|
-
btnIndex3: this.getPrefix(item) + '题目',
|
|
895
|
-
},
|
|
896
|
-
suffixLevel0btn: { // 只存在课上
|
|
1369
|
+
btnIndex1: '作业题目',
|
|
897
1370
|
review: '作业点评',
|
|
898
1371
|
analyse: '作业分析',
|
|
899
1372
|
countermeasure: '教学对策'
|
|
1373
|
+
},
|
|
1374
|
+
otherLevel: {
|
|
1375
|
+
default: "btnIndex2",
|
|
1376
|
+
btnIndex2: this.getCurrentPrefix(item) + '题目',
|
|
1377
|
+
btnIndex3: this.getPrefix(item) + '题目'
|
|
1378
|
+
},
|
|
1379
|
+
lowLevel: {
|
|
1380
|
+
default: "btnIndex2",
|
|
1381
|
+
btnIndex2: this.getCurrentPrefix(item) + '题目'
|
|
900
1382
|
}
|
|
901
1383
|
}
|
|
902
1384
|
}
|
|
@@ -905,22 +1387,23 @@ let buttonNames = {
|
|
|
905
1387
|
actionName: '聆听报告',
|
|
906
1388
|
buttonList: {
|
|
907
1389
|
0: {
|
|
908
|
-
|
|
1390
|
+
headLevel: {
|
|
1391
|
+
default: "demand",
|
|
909
1392
|
demand: '聆听要求',
|
|
910
|
-
|
|
911
|
-
},
|
|
912
|
-
otherThanLevel0: { // 除课以外
|
|
913
|
-
btnIndex1: this.getCurrentPrefix(item) + '报告',
|
|
914
|
-
btnIndex3: this.getPrefix(item) + '报告',
|
|
915
|
-
},
|
|
916
|
-
lowLevel: { // 除课以外
|
|
917
|
-
btnIndex4: '创建报告',
|
|
918
|
-
btnIndex1: '报告列表',
|
|
919
|
-
},
|
|
920
|
-
suffixLevel0btn: { // 只存在课上
|
|
1393
|
+
btnIndex1: '报告资源',
|
|
921
1394
|
review: '聆听点评',
|
|
922
1395
|
analyse: '聆听分析',
|
|
923
1396
|
countermeasure: '教学对策'
|
|
1397
|
+
},
|
|
1398
|
+
otherLevel: {
|
|
1399
|
+
default: "btnIndex2",
|
|
1400
|
+
btnIndex2: this.getCurrentPrefix(item) + '报告',
|
|
1401
|
+
btnIndex3: this.getPrefix(item) + '报告'
|
|
1402
|
+
},
|
|
1403
|
+
lowLevel: {
|
|
1404
|
+
default: "btnIndex2",
|
|
1405
|
+
btnIndex4: '创建报告',
|
|
1406
|
+
btnIndex2: '报告列表'
|
|
924
1407
|
}
|
|
925
1408
|
}
|
|
926
1409
|
}
|
|
@@ -929,7 +1412,8 @@ let buttonNames = {
|
|
|
929
1412
|
actionName: '阅读资源',
|
|
930
1413
|
buttonList: {
|
|
931
1414
|
0: {
|
|
932
|
-
|
|
1415
|
+
headLevel: {
|
|
1416
|
+
default: "demand",
|
|
933
1417
|
demand: '阅读要求',
|
|
934
1418
|
review: '阅读点评',
|
|
935
1419
|
analyse: '阅读分析',
|
|
@@ -942,7 +1426,8 @@ let buttonNames = {
|
|
|
942
1426
|
actionName: '写作资源',
|
|
943
1427
|
buttonList: {
|
|
944
1428
|
0: {
|
|
945
|
-
|
|
1429
|
+
headLevel: {
|
|
1430
|
+
default: "demand",
|
|
946
1431
|
demand: '写作要求',
|
|
947
1432
|
btnIndex1: '指导意见',
|
|
948
1433
|
review: '写作点评',
|
|
@@ -956,19 +1441,22 @@ let buttonNames = {
|
|
|
956
1441
|
actionName: '实践资源',
|
|
957
1442
|
buttonList: {
|
|
958
1443
|
0: {
|
|
959
|
-
|
|
1444
|
+
headLevel: {
|
|
1445
|
+
default: "demand",
|
|
960
1446
|
demand: '实践要求',
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
levelOtherBtn: { // 除课和最低节点以外
|
|
964
|
-
btnIndex1: this.getCurrentPrefix(item) + '项目',
|
|
965
|
-
},
|
|
966
|
-
otherThanLevel0: { // 除课以外
|
|
967
|
-
btnIndex3: this.getPrefix(item) + '项目',
|
|
968
|
-
},
|
|
969
|
-
suffixLevel0btn: { // 只存在课上
|
|
1447
|
+
btnIndex1: '实践项目',
|
|
1448
|
+
review: '实践点评',
|
|
970
1449
|
analyse: '实践分析',
|
|
971
1450
|
countermeasure: '教学对策'
|
|
1451
|
+
},
|
|
1452
|
+
otherLevel: {
|
|
1453
|
+
default: "btnIndex2",
|
|
1454
|
+
btnIndex2: this.getCurrentPrefix(item) + '项目',
|
|
1455
|
+
btnIndex3: this.getPrefix(item) + '项目'
|
|
1456
|
+
},
|
|
1457
|
+
lowLevel: {
|
|
1458
|
+
default: "btnIndex2",
|
|
1459
|
+
btnIndex2: this.getCurrentPrefix(item) + '项目'
|
|
972
1460
|
}
|
|
973
1461
|
}
|
|
974
1462
|
}
|
|
@@ -977,19 +1465,23 @@ let buttonNames = {
|
|
|
977
1465
|
actionName: '创新资源',
|
|
978
1466
|
buttonList: {
|
|
979
1467
|
0: {
|
|
980
|
-
|
|
1468
|
+
headLevel: {
|
|
1469
|
+
default: "demand",
|
|
981
1470
|
demand: '创新要求',
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
levelOtherBtn: { // 除课和最低节点以外
|
|
985
|
-
btnIndex1: this.getCurrentPrefix(item) + '任务',
|
|
986
|
-
},
|
|
987
|
-
otherThanLevel0: { // 除课以外
|
|
988
|
-
btnIndex3: this.getPrefix(item) + '任务',
|
|
989
|
-
},
|
|
990
|
-
suffixLevel0btn: { // 只存在课上
|
|
1471
|
+
btnIndex1: '创新任务',
|
|
1472
|
+
review: '创新点评',
|
|
991
1473
|
analyse: '创新分析',
|
|
992
1474
|
countermeasure: '教学对策'
|
|
1475
|
+
},
|
|
1476
|
+
otherLevel: {
|
|
1477
|
+
default: "btnIndex2",
|
|
1478
|
+
btnIndex2: this.getCurrentPrefix(item) + '任务',
|
|
1479
|
+
btnIndex3: this.getPrefix(item) + '任务'
|
|
1480
|
+
},
|
|
1481
|
+
lowLevel: {
|
|
1482
|
+
default: "btnIndex2",
|
|
1483
|
+
btnIndex4: '创建任务',
|
|
1484
|
+
btnIndex2: '任务列表'
|
|
993
1485
|
}
|
|
994
1486
|
}
|
|
995
1487
|
}
|
|
@@ -998,7 +1490,8 @@ let buttonNames = {
|
|
|
998
1490
|
actionName: '动力资源',
|
|
999
1491
|
buttonList: {
|
|
1000
1492
|
0: {
|
|
1001
|
-
|
|
1493
|
+
headLevel: {
|
|
1494
|
+
default: "demand",
|
|
1002
1495
|
demand: '动力要求',
|
|
1003
1496
|
btnIndex1: '学习激励',
|
|
1004
1497
|
btnIndex2: '教师督学',
|