zydx-plus 1.35.489 → 1.35.490

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.35.489",
3
+ "version": "1.35.490",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -257,10 +257,10 @@ let buttonNames = {
257
257
  // duplicate: '违纪查重',
258
258
  teacherReview: '教师评价',
259
259
  studentReview: '同学互评',
260
- studyRecord: '学习记录',
261
260
  score: '成绩报告',
262
261
  analysis: '统计分析',
263
- power: '学习动力'
262
+ power: '学习动力',
263
+ studyRecord: '学习档案'
264
264
  },
265
265
 
266
266
  },
@@ -277,8 +277,8 @@ let buttonNames = {
277
277
  },
278
278
  lowLevel: {
279
279
  default: "studyRecord",
280
- studyRecord: '学习记录',
281
- power: '学习动力'
280
+ power: '学习动力',
281
+ studyRecord: '学习档案'
282
282
  },
283
283
  }
284
284
  }
@@ -438,10 +438,10 @@ let buttonNames = {
438
438
  // duplicate: '违纪查重',
439
439
  teacherReview: '教师评价',
440
440
  studentReview: '同学互评',
441
- studyRecord: '学习记录',
442
441
  score: '成绩报告',
443
442
  analysis: '统计分析',
444
- power: '学习动力'
443
+ power: '学习动力',
444
+ studyRecord: '学习档案'
445
445
  },
446
446
  },
447
447
  2: {
@@ -457,8 +457,8 @@ let buttonNames = {
457
457
  },
458
458
  lowLevel: {
459
459
  default: "studyRecord",
460
- studyRecord: '学习记录',
461
- power: '学习动力'
460
+ power: '学习动力',
461
+ studyRecord: '学习档案'
462
462
  }
463
463
  }
464
464
  }
@@ -484,10 +484,10 @@ let buttonNames = {
484
484
  // duplicate: '违纪查重',
485
485
  teacherReview: '教师评价',
486
486
  studentReview: '同学互评',
487
- studyRecord: '学习记录',
488
487
  score: '成绩报告',
489
488
  analysis: '统计分析',
490
- power: '学习动力'
489
+ power: '学习动力',
490
+ studyRecord: '学习档案'
491
491
  },
492
492
  },
493
493
  2: {
@@ -503,8 +503,8 @@ let buttonNames = {
503
503
  },
504
504
  lowLevel: {
505
505
  default: "studyRecord",
506
- studyRecord: '学习记录',
507
- power: '学习动力'
506
+ power: '学习动力',
507
+ studyRecord: '学习档案'
508
508
  },
509
509
  }
510
510
  }
@@ -755,10 +755,10 @@ let buttonNames = {
755
755
  // duplicate: '违纪查重',
756
756
  teacherReview: '教师评价',
757
757
  studentReview: '同学互评',
758
- studyRecord: '学习记录',
759
758
  score: '成绩报告',
760
759
  analysis: '统计分析',
761
- power: '学习动力'
760
+ power: '学习动力',
761
+ studyRecord: '学习档案'
762
762
  },
763
763
  },
764
764
  2: {
@@ -774,8 +774,8 @@ let buttonNames = {
774
774
  },
775
775
  lowLevel: {
776
776
  default: "studyRecord",
777
- studyRecord: '学习记录',
778
- power: '学习动力'
777
+ power: '学习动力',
778
+ studyRecord: '学习档案'
779
779
  },
780
780
  }
781
781
  }
package/src/index.js CHANGED
@@ -87,7 +87,7 @@ function install(app) {
87
87
  }
88
88
 
89
89
  export default {
90
- version: '1.35.489',
90
+ version: '1.35.490',
91
91
  install,
92
92
  Calendar,
93
93
  Message,