Przeglądaj źródła

fix:修复考试统计图y轴人数为小数的问题

luoaoxuan 1 rok temu
rodzic
commit
25979001d3

+ 2 - 1
src/views/platform/examination/exam/statistics.vue

@@ -127,7 +127,8 @@ export default {
                         name: '人数',
                         axisLabel: {
                             formatter: '{value}'
-                        }
+                        },
+                        minInterval: 1 // 人数最少为1 不能为小数
                     },
                     {
                         type: 'value',