guoxiaohuan 5 years ago
parent
commit
c5205a6c98
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/evaluate/index.vue

+ 3 - 2
src/views/evaluate/index.vue

@@ -161,10 +161,11 @@ export default {
                         },
                         data: [
                             {
-                                value: data == 'x' || data == '--' ? 0 : data,
+                                value: data,
                                 label: {
                                     normal: {
-                                        show: true
+                                        show: true,
+                                        color: data == 'x' ? 'red' : ''
                                     }
                                 }
                             },