Parcourir la source

准确率盒须图名由单点平均偏差改为单点偏差

fanxiaoyu il y a 2 mois
Parent
commit
a15165c6c3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      cpp-ui/src/views/statistics/stationAccuracy/index.vue

+ 1 - 1
cpp-ui/src/views/statistics/stationAccuracy/index.vue

@@ -464,7 +464,7 @@ export default {
         title: [
         title: [
           {
           {
             top: 15,
             top: 15,
-            text: '单点平均偏差(cap*%)',
+            text: '单点偏差(cap*%)',
             textStyle: {
             textStyle: {
               fontWeight: 'normal',
               fontWeight: 'normal',
               fontSize: 16,
               fontSize: 16,