yes-yes-yes-k 3 dní pred
rodič
commit
2e4942d4bd

+ 1 - 1
src/components/cdStatictics/reducedataStatistics.vue

@@ -125,7 +125,7 @@ export default {
       
       const option = {
         title: {
-          text: displayOption.value === 'all' ? '重金属数据趋势图' : `${selectedData.value} 数据趋势`,
+          text: displayOption.value === 'all' ? '酸化缓解数据趋势图' : `${selectedData.value} 数据趋势`,
           left: 'center',
           top: 10
         },

+ 4 - 5
src/locales/zh.json

@@ -1,7 +1,7 @@
 {
-  "role":{
-    "admin":"管理员",
-    "user":"用户"
+  "role": {
+    "admin": "管理员",
+    "user": "用户"
   },
   "login": {
     "title": "登录",
@@ -119,7 +119,6 @@
     "scenarioSimulation": "情景模拟",
     "dataStatistics": "数据统计"
   },
-
   "shuJuKanBan": {
     "Title": "数据看板"
   },
@@ -211,7 +210,7 @@
     "Title": "土壤镉含量统计"
   },
   "PlantingRiskStatistics": {
-    "Title": "作物风险评估统计"
+    "Title": "耕地质量评估统计"
   },
   "SoilacidificationStatistics": {
     "Title": "土壤酸化数据统计"

+ 1 - 1
src/views/User/dataStatistics/PlantingRiskStatistics.vue

@@ -44,7 +44,7 @@ onMounted(async () => {
 
     const option = {
       title: { 
-        text: '作物风险按区域分类数据统计', 
+        text: '耕地质量评估按区域分类数据统计', 
         left: 'center' 
       },
       tooltip: {