Browse Source

单位再改

gcz 2 years ago
parent
commit
303c5051b0

+ 1 - 1
src/dataSchema/page1Char1Schema.js

@@ -4,7 +4,7 @@
 import themeColor from "./color"
 let page1Char1Schema = {
     title: {
-        text: '蓄积量(立方米)',
+        text: '蓄积量(立方米)',
         textStyle: {
             color: themeColor.mainColor,
             fontSize: 0,

+ 2 - 2
src/dataSchema/page1Char2Schema.js

@@ -4,7 +4,7 @@
 import themeColor from "./color"
 let page1Char2Schema = {
     title: {
-        text: '面积统计(亩)',
+        text: '面积统计(亩)',
         textStyle: {
             color: themeColor.mainColor,
         },
@@ -71,7 +71,7 @@ let page1Char2Schema = {
     },
     series: [
         {
-            name: '面积统计(亩)',
+            name: '面积统计(亩)',
             type: 'bar',
             data: [15, 8, 20, 16, 32, 23],
             itemStyle: {

+ 1 - 1
src/dataSchema/page2Char2Schema.js

@@ -5,7 +5,7 @@
 import themeColor from "./color"
 let page2Char2Schema = {
     title: {
-        text: '树种蓄积统计(立方米)',
+        text: '树种蓄积统计(立方米)',
         textStyle: {
             color: themeColor.mainColor,
         },

+ 1 - 1
src/dataSchema/page5Char1Schema.js

@@ -7,7 +7,7 @@
 import themeColor from "./color"
 let page5Char1Schema = {
     title: {
-        text: '占地面积统计(亩)',
+        text: '占地面积统计(亩)',
         textStyle: {
             color: '#02EEFF',
         },