Browse Source

fix 成绩图

ChengYuXuan 5 years ago
parent
commit
13b20ac74e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/exam/PersonalResult.vue

+ 2 - 2
src/views/exam/PersonalResult.vue

@@ -186,7 +186,7 @@ export default Vue.extend({
         this.gradeOption = {
           tooltip: {
             trigger: 'item',
-            formatter: '{a}{b}: {c} ({d}%)'
+            formatter: '{a}{b}: {c} ({d}%)'
           },
           title: {
             text: '得分   ',
@@ -208,7 +208,7 @@ export default Vue.extend({
               },
               emphasis: {
                 label: {
-                  show: true,
+                  show: false,
                   fontSize: '15',
                   fontWeight: 'bold'
                 }