Browse Source

折线图坐标颜色修改

chenminghua 2 years ago
parent
commit
3e79a0b75f
24 changed files with 94 additions and 92 deletions
  1. 13 13
      src/pages/dataAnalysis/agcAnalysis/components/current-scatter-chart.json
  2. 3 3
      src/pages/dataAnalysis/agcAnalysis/components/current-scatter-chart.vue
  3. 1 1
      src/pages/dataAnalysis/agcAnalysis/components/search.vue
  4. 1 1
      src/pages/dataAnalysis/agcAnalysis/index.vue
  5. 5 5
      src/pages/dataAnalysis/combine/components/current-scatter-chart.json
  6. 2 2
      src/pages/dataAnalysis/combine/components/current-scatter-chart.vue
  7. 1 1
      src/pages/dataAnalysis/combine/components/search.vue
  8. 1 1
      src/pages/dataAnalysis/combine/index.vue
  9. 15 15
      src/pages/dataAnalysis/lineAnalysis/components/barChart.json
  10. 5 5
      src/pages/dataAnalysis/lineAnalysis/components/current-scatter-chart.json
  11. 2 2
      src/pages/dataAnalysis/lineAnalysis/components/current-scatter-chart.vue
  12. 1 1
      src/pages/dataAnalysis/lineAnalysis/components/search.vue
  13. 1 1
      src/pages/dataAnalysis/lineAnalysis/index.vue
  14. 1 1
      src/pages/dataAnalysis/rateAnalysis/components/search.vue
  15. 1 1
      src/pages/dataAnalysis/rateAnalysis/index.vue
  16. 8 8
      src/pages/dataAnalysis/rateAnalysis/rateAnalysis.json
  17. 14 14
      src/pages/dataAnalysis/tempAnalysis/components/barChart.json
  18. 1 1
      src/pages/dataAnalysis/tempAnalysis/components/search.vue
  19. 6 4
      src/pages/dataAnalysis/tempAnalysis/index.vue
  20. 8 8
      src/pages/dataAnalysis/tempAnalysis/rateAnalysis.json
  21. 1 1
      src/pages/dataFilter/prepare/components/search.vue
  22. 1 1
      src/pages/dataFilter/prepare/index.vue
  23. 1 1
      src/pages/dataFilter/process/components/search.vue
  24. 1 1
      src/pages/dataFilter/process/index.vue

+ 13 - 13
src/pages/dataAnalysis/agcAnalysis/components/current-scatter-chart.json

@@ -168,24 +168,24 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#B3B3B3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": false,
 					"lineStyle": {
 							"color": [
-									"#B3B3B3"
+									"#838383"
 							]
 					}
 			},
@@ -203,18 +203,18 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#B3B3B3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": true,
@@ -273,24 +273,24 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#B3B3B3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": true,
 					"lineStyle": {
 							"color": [
-									"#B3B3B3"
+									"#838383"
 							]
 					}
 			},
@@ -314,12 +314,12 @@
 					}
 			},
 			"textStyle": {
-				"color": "#B3B3B3"
+				"color": "#838383"
 			}
 	},
 	"legend": {
 			"textStyle": {
-					"color": "#B3B3B3"
+					"color": "#838383"
 			}
 	},
 	"tooltip": {

+ 3 - 3
src/pages/dataAnalysis/agcAnalysis/components/current-scatter-chart.vue

@@ -222,7 +222,7 @@ export default {
           {
             name: '时间',
             nameTextStyle: {
-              color: '#B3B3B3'
+              color: '#838383'
             },
             type: "category",
             boundaryGap: true,
@@ -247,9 +247,9 @@ export default {
           splitLine: { show: false },
           position: 'left',
           min: 0,
-          name: 'Mw',
+          name: 'MW',
           nameTextStyle: {
-            color: '#B3B3B3'
+            color: '#838383'
           },
         }],
         animation: true,

+ 1 - 1
src/pages/dataAnalysis/agcAnalysis/components/search.vue

@@ -49,7 +49,7 @@ funGetStation()
 </script>
 <template>
 	<div class="pl-[20px] flex items-center h-[80px] relative">
-		<div class="absolute top-[-7px] left-[20px] text-[#B3B3B3] text-[14px]">操作面板</div>
+		<div class="absolute top-[-7px] left-[20px] text-[#838383] text-[14px]">操作面板</div>
 		<el-form class="" :inline="true" :model="queryForm">
 			<el-form-item label="场站" class="!mb-0">
 				<el-select v-model="queryForm.station" class="w-[150px]">

+ 1 - 1
src/pages/dataAnalysis/agcAnalysis/index.vue

@@ -270,7 +270,7 @@ onActivated(() => {
 		<search-cop class="mb-[20px] shadow rounded-[6px] shadow-blue-500" @submit="funSubmit">
 		</search-cop>
 		<div class="relative shadow rounded-[6px] shadow-blue-500 px-[10px] pt-[20px] pb-[10px]">
-			<div class="text-[14px] absolute top-[-7px] text-[#B3B3B3] left-[20px]">数据展示</div>
+			<div class="text-[14px] absolute top-[-7px] text-[#838383] left-[20px]">数据展示</div>
 			<el-row :gutter="10">
 				<!-- <el-col :span="5">
 					<tree-cop :data="treeData" :height="treeHeight" @currentChange="funCurrentChange" @refresh="funGetTree">

+ 5 - 5
src/pages/dataAnalysis/combine/components/current-scatter-chart.json

@@ -203,18 +203,18 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#B3B3B3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": true,
@@ -314,12 +314,12 @@
 					}
 			},
 			"textStyle": {
-				"color": "#B3B3B3"
+				"color": "#838383"
 			}
 	},
 	"legend": {
 			"textStyle": {
-					"color": "#B3B3B3"
+					"color": "#838383"
 			}
 	},
 	"tooltip": {

+ 2 - 2
src/pages/dataAnalysis/combine/components/current-scatter-chart.vue

@@ -221,7 +221,7 @@ export default {
           {
             name: 'm/s',
             nameTextStyle: {
-              color: '#B3B3B3'
+              color: '#838383'
             },
             type: "value",
             boundaryGap: false,
@@ -250,7 +250,7 @@ export default {
           min: 0,
           name: 'kW',
           nameTextStyle: {
-            color: '#B3B3B3'
+            color: '#838383'
           }
         }, {
           splitLine: { show: false },

+ 1 - 1
src/pages/dataAnalysis/combine/components/search.vue

@@ -19,7 +19,7 @@ const funSubmit = async () => {
 </script>
 <template>
 	<div class="pl-[20px] flex items-center h-[80px] relative">
-		<div class="absolute top-[-7px] left-[20px] text-[#B3B3B3] text-[14px]">操作面板</div>
+		<div class="absolute top-[-7px] left-[20px] text-[#838383] text-[14px]">操作面板</div>
 		<el-form class="" :inline="true" :model="queryForm">
 			<el-form-item label="最大风速" class="!mb-0">
 				<el-input-number v-model="queryForm.maxs" size="small" :max="30"></el-input-number>

+ 1 - 1
src/pages/dataAnalysis/combine/index.vue

@@ -521,7 +521,7 @@ onActivated(() => {
 			</el-tabs>
 		</el-dialog>
 		<div class="relative shadow rounded-[6px] shadow-blue-500 px-[10px] pt-[20px] pb-[10px]">
-			<div class="text-[14px] absolute top-[-7px] text-[#B3B3B3] left-[20px]">数据展示</div>
+			<div class="text-[14px] absolute top-[-7px] text-[#838383] left-[20px]">数据展示</div>
 			<el-row :gutter="10">
 				<el-col :span="5">
 					<tree-cop :data="treeData" @checkChange="funTreeCheckChange" :show-checkbox="true" :height="treeHeight"

+ 15 - 15
src/pages/dataAnalysis/lineAnalysis/components/barChart.json

@@ -14,7 +14,7 @@
 	"textStyle": {},
 	"title": {
 			"textStyle": {
-					"color": "#B3B3B3B3B3B3"
+					"color": "#838383B3B3B3"
 			},
 			"subtextStyle": {
 					"color": "#aaaaaa"
@@ -170,18 +170,18 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#B3B3B3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": false,
@@ -205,18 +205,18 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#B3B3B3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": true,
@@ -240,18 +240,18 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#B3B3B3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": true,
@@ -275,18 +275,18 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#B3B3B3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": true,
@@ -318,7 +318,7 @@
 	},
 	"legend": {
 			"textStyle": {
-					"color": "#B3B3B3B3B3B3"
+					"color": "#838383B3B3B3"
 			}
 	},
 	"tooltip": {
@@ -381,7 +381,7 @@
 			"handleColor": "#a7b7cc",
 			"handleSize": "100%",
 			"textStyle": {
-					"color": "#B3B3B3B3B3B3"
+					"color": "#838383B3B3B3"
 			}
 	},
 	"markPoint": {

+ 5 - 5
src/pages/dataAnalysis/lineAnalysis/components/current-scatter-chart.json

@@ -203,18 +203,18 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#B3B3B3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": true,
@@ -314,12 +314,12 @@
 					}
 			},
 			"textStyle": {
-				"color": "#B3B3B3"
+				"color": "#838383"
 			}
 	},
 	"legend": {
 			"textStyle": {
-					"color": "#B3B3B3"
+					"color": "#838383"
 			}
 	},
 	"tooltip": {

+ 2 - 2
src/pages/dataAnalysis/lineAnalysis/components/current-scatter-chart.vue

@@ -222,7 +222,7 @@ export default {
           {
             name: 'm/s',
             nameTextStyle: {
-              color: '#B3B3B3'
+              color: '#838383'
             },
             type: "value",
             boundaryGap: false,
@@ -252,7 +252,7 @@ export default {
           min: 0,
           name: 'kW',
           nameTextStyle: {
-            color: '#B3B3B3'
+            color: '#838383'
           }
         }],
         animation: true,

+ 1 - 1
src/pages/dataAnalysis/lineAnalysis/components/search.vue

@@ -19,7 +19,7 @@ const funSubmit = async () => {
 </script>
 <template>
 	<div class="pl-[20px] flex items-center h-[80px] relative">
-		<div class="absolute top-[-7px] left-[20px] text-[#B3B3B3] text-[14px]">操作面板</div>
+		<div class="absolute top-[-7px] left-[20px] text-[#838383] text-[14px]">操作面板</div>
 		<el-form class="" :inline="true" :model="queryForm">
 			<el-form-item class="!mb-0">
 				<submit-btn @click="funSubmit" desc="执行"></submit-btn>

+ 1 - 1
src/pages/dataAnalysis/lineAnalysis/index.vue

@@ -418,7 +418,7 @@ onActivated(() => {
         pb-[10px]
       "
     >
-      <div class="text-[14px] absolute top-[-7px] text-[#B3B3B3] left-[20px]">
+      <div class="text-[14px] absolute top-[-7px] text-[#838383] left-[20px]">
         数据展示
       </div>
       <el-row :gutter="10">

+ 1 - 1
src/pages/dataAnalysis/rateAnalysis/components/search.vue

@@ -13,7 +13,7 @@ const funSubmit = async () => {
 </script>
 <template>
 	<div class="pl-[20px] flex items-center h-[80px] relative">
-		<div class="absolute top-[-7px] left-[20px] text-[#B3B3B3] text-[14px]">操作面板</div>
+		<div class="absolute top-[-7px] left-[20px] text-[#838383] text-[14px]">操作面板</div>
 		<el-form class="whitespace-nowrap" :inline="true" :model="queryForm">
 			<el-form-item label="合并方式" class="!mb-0">
 				<el-select v-model="queryForm.mode">

+ 1 - 1
src/pages/dataAnalysis/rateAnalysis/index.vue

@@ -724,7 +724,7 @@ onActivated(() => {
 			</div>
 		</el-dialog>
 		<div class="relative shadow rounded-[6px] shadow-blue-500 px-[10px] pt-[10px] pb-[10px]">
-			<div class="text-[14px] absolute top-[-7px] text-[#B3B3B3] left-[20px]">数据展示</div>
+			<div class="text-[14px] absolute top-[-7px] text-[#838383] left-[20px]">数据展示</div>
 			<el-row :gutter="10">
 				<el-col :span="5">
 					<tree-cop :data="treeData" @checkChange="funTreeCheckChange" :show-checkbox="false" :height="treeHeight"

+ 8 - 8
src/pages/dataAnalysis/rateAnalysis/rateAnalysis.json

@@ -165,24 +165,24 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#b3b3b3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": false,
 					"lineStyle": {
-							"color": "#b3b3b3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#b3b3b3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": true,
 					"lineStyle": {
 							"color": [
-									"#b3b3b3"
+									"#838383"
 							]
 					}
 			},
@@ -200,25 +200,25 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#b3b3b3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": false,
 					"lineStyle": {
-							"color": "#b3b3b3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#b3b3b3",
+					"color": "#838383",
 					"fontSize": 10
 			},
 			"splitLine": {
 					"show": true,
 					"lineStyle": {
 							"color": [
-									"#b3b3b3"
+									"#838383"
 							]
 					}
 			},

+ 14 - 14
src/pages/dataAnalysis/tempAnalysis/components/barChart.json

@@ -170,18 +170,18 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#B3B3B3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": false,
@@ -205,18 +205,18 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#B3B3B3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": true,
@@ -240,18 +240,18 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#B3B3B3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": true,
@@ -275,18 +275,18 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": true,
 					"lineStyle": {
-							"color": "#B3B3B3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#B3B3B3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": true,
@@ -318,7 +318,7 @@
 	},
 	"legend": {
 			"textStyle": {
-					"color": "#B3B3B3B3B3B3"
+					"color": "#838383B3B3B3"
 			}
 	},
 	"tooltip": {
@@ -381,7 +381,7 @@
 			"handleColor": "#a7b7cc",
 			"handleSize": "100%",
 			"textStyle": {
-					"color": "#B3B3B3B3B3B3"
+					"color": "#838383B3B3B3"
 			}
 	},
 	"markPoint": {

+ 1 - 1
src/pages/dataAnalysis/tempAnalysis/components/search.vue

@@ -13,7 +13,7 @@ const funSubmit = async () => {
 </script>
 <template>
 	<div class="pl-[20px] flex items-center h-[80px] relative">
-		<div class="absolute top-[-7px] left-[20px] text-[#B3B3B3] text-[14px]">操作面板</div>
+		<div class="absolute top-[-7px] left-[20px] text-[#838383] text-[14px]">操作面板</div>
 		<el-form class="whitespace-nowrap" :inline="true" :model="queryForm">
 			<el-form-item label="合并方式" class="!mb-0">
 				<el-select v-model="queryForm.mode">

+ 6 - 4
src/pages/dataAnalysis/tempAnalysis/index.vue

@@ -18,6 +18,8 @@ const tableHeight = ref(window.innerHeight - 150 + 'px')
 /**excel 开始 */
 const excelCheckIds = ref([])
 const excelList = ref([])
+/** 额定功率 */
+const powerproduction = ref("")
 //点击excel项时
 const funExcelChange = async (obj) => { 
 	excelCheckIds.value = [obj.id] //当为单选展示风机图表时
@@ -117,8 +119,8 @@ const funSubmit = async () => {
 	// const lineRes = lineChartRes
 	if (tempRes.code === 200) {
 		if (tempRes.data?.length) {
-			console.log(tempRes.data)
 			for (const chart of tempRes.data) {
+				powerproduction.value = `(额定功率=${chart.power.powerproduction}kW)` 
 				barxAxis.data = Object.keys(chart.res1)
 				barSeries[0].data = Object.values(chart.res1)
 				chartId++
@@ -512,7 +514,7 @@ onActivated(() => {
 			</div>
 		</el-dialog>
 		<div class="relative shadow rounded-[6px] shadow-blue-500 px-[10px] pt-[10px] pb-[10px]">
-			<div class="text-[14px] absolute top-[-7px] text-[#B3B3B3] left-[20px]">数据展示</div>
+			<div class="text-[14px] absolute top-[-7px] text-[#838383] left-[20px]">数据展示</div>
 			<el-row :gutter="10">
 				<el-col :span="5">
 					<tree-cop :data="treeData" @checkChange="funTreeCheckChange" :show-checkbox="false" :height="treeHeight"
@@ -531,7 +533,7 @@ onActivated(() => {
 								@click="funActCop({xAxis:barxAxis, yAxis:baryAxis, series: barSeries}, 'barChartCop')">
 								<ZoomIn />
 							</el-icon>
-							<bar-chart-cop width="100%" height="100%" subtext="平均功率-额定功率" :xAxis="barxAxis" :yAxis="baryAxis" :series="barSeries"></bar-chart-cop>
+							<bar-chart-cop width="100%" height="100%" :subtext="`平均功率-额定功率 ${powerproduction}`" :xAxis="barxAxis" :yAxis="baryAxis" :series="barSeries"></bar-chart-cop>
 						</div>
 						<div class="w-[100%] h-[49%] flex flex-col items-end shadow rounded-[6px] shadow-blue-500">
 							<el-icon class="mr-[10px] mt-[10px] cursor-pointer" size="18"
@@ -539,7 +541,7 @@ onActivated(() => {
 								<ZoomIn />
 							</el-icon>
 							<line-chart-cop class="" height="100%" width="100%" :xAxis="linexAxis" :yAxis="lineyAxis"
-								:series="lineSeries" subtext="额定功率温度分析" :dataset="lineDataSet"></line-chart-cop>
+								:series="lineSeries" :subtext="`额定功率温度分析 ${powerproduction}`" :dataset="lineDataSet"></line-chart-cop>
 						</div>
 						<!-- <div class="mr-[10px] w-[49%] h-[49%] flex flex-col items-end shadow rounded-[6px] shadow-blue-500" v-if="!!lineSeries.length"> -->
 							<!-- <el-icon class="mr-[10px] mt-[10px] cursor-pointer" size="18"

+ 8 - 8
src/pages/dataAnalysis/tempAnalysis/rateAnalysis.json

@@ -165,24 +165,24 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#b3b3b3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": false,
 					"lineStyle": {
-							"color": "#b3b3b3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#b3b3b3"
+					"color": "#838383"
 			},
 			"splitLine": {
 					"show": true,
 					"lineStyle": {
 							"color": [
-									"#b3b3b3"
+									"#838383"
 							]
 					}
 			},
@@ -200,25 +200,25 @@
 			"axisLine": {
 					"show": true,
 					"lineStyle": {
-							"color": "#b3b3b3"
+							"color": "#838383"
 					}
 			},
 			"axisTick": {
 					"show": false,
 					"lineStyle": {
-							"color": "#b3b3b3"
+							"color": "#838383"
 					}
 			},
 			"axisLabel": {
 					"show": true,
-					"color": "#b3b3b3",
+					"color": "#838383",
 					"fontSize": 10
 			},
 			"splitLine": {
 					"show": true,
 					"lineStyle": {
 							"color": [
-									"#b3b3b3"
+									"#838383"
 							]
 					}
 			},

+ 1 - 1
src/pages/dataFilter/prepare/components/search.vue

@@ -72,7 +72,7 @@ funGetStation()
 </script>
 <template>
 	<div class="pl-[20px] flex items-center h-[80px] relative">
-		<div class="absolute top-[-7px] left-[20px] text-[#B3B3B3] text-[14px]">操作面板</div>
+		<div class="absolute top-[-7px] left-[20px] text-[#838383] text-[14px]">操作面板</div>
 		<el-form class="" :inline="true" :model="queryForm">
 			<el-form-item label="场站" class="!mb-0">
 				<el-select v-model="queryForm.station" class="w-[150px]" @change="funStationChange">

+ 1 - 1
src/pages/dataFilter/prepare/index.vue

@@ -134,7 +134,7 @@ onActivated(() => {
 		<search-cop class="mb-[20px] shadow rounded-[6px] shadow-blue-500" @submit="funSubmit">
 		</search-cop>
 		<div class="relative shadow rounded-[6px] shadow-blue-500 px-[10px] pt-[20px] pb-[10px]">
-			<div class="text-[14px] absolute top-[-7px] text-[#B3B3B3] left-[20px]">数据展示</div>
+			<div class="text-[14px] absolute top-[-7px] text-[#838383] left-[20px]">数据展示</div>
 			<el-row :gutter="10">
 				<el-col :span="5">
 					<tree-cop :data="treeData" :height="treeHeight" @currentChange="funCurrentChange" @refresh="funGetTree">

+ 1 - 1
src/pages/dataFilter/process/components/search.vue

@@ -24,7 +24,7 @@ const funSubmit = async () => {
 </script>
 <template>
 	<div class="pl-[20px] flex items-center h-[80px] relative">
-		<div class="absolute top-[-7px] left-[20px] text-[#B3B3B3] text-[14px]">操作面板</div>
+		<div class="absolute top-[-7px] left-[20px] text-[#838383] text-[14px]">操作面板</div>
 		<el-form class="" :inline="true" :model="queryForm">
 			<el-form-item label="最大风速" class="!mb-0">
 				<el-input-number v-model="queryForm.maxs" class="!w-[130px]" :max="30"></el-input-number>

+ 1 - 1
src/pages/dataFilter/process/index.vue

@@ -181,7 +181,7 @@ onActivated(() => {
 		<search-cop class="mb-[20px]  shadow rounded-[6px] shadow-blue-500" @submit="funSubmit">
 		</search-cop>
 		<div class="relative shadow rounded-[6px] shadow-blue-500 px-[10px] pt-[20px] pb-[10px]">
-			<div class="text-[14px] absolute top-[-7px] text-[#B3B3B3] left-[20px]">数据展示</div>
+			<div class="text-[14px] absolute top-[-7px] text-[#838383] left-[20px]">数据展示</div>
 			<el-row :gutter="10">
 				<el-col :span="5">
 					<tree-cop :data="treeData" @checkChange="funTreeCheckChange" :show-checkbox="true" :height="treeHeight"