Browse Source

feat: 数据分析,智能化验数据临时去除进水流量字段

sunxiao 1 month ago
parent
commit
4fa1011f83
2 changed files with 7 additions and 7 deletions
  1. 1 1
      src/views/data/DataView.vue
  2. 6 6
      src/views/data/config.js

+ 1 - 1
src/views/data/DataView.vue

@@ -92,7 +92,7 @@ const initEchartData = async() => {
   })
 
   const seriesData = [
-    { name: "进水流量", data: seriesData1 },
+    // { name: "进水流量", data: seriesData1 },
     { name: "#1好氧池硝酸盐", data: seriesData2 },
     { name: "#2好氧池硝酸盐", data: seriesData3 },
     { name: "#1缺氧氨氮", data: seriesData4 },

+ 6 - 6
src/views/data/config.js

@@ -16,12 +16,12 @@ export const columns = [
     width: 60,
     render: ({ testHour }) => dayjs(testHour).format("HH")
   },
-  {
-    title: "进水流量",
-    key: "jsll",
-    width: 100,
-    render: ({ jsll }) => formatTofixed(jsll)
-  },
+  // {
+  //   title: "进水流量",
+  //   key: "jsll",
+  //   width: 100,
+  //   render: ({ jsll }) => formatTofixed(jsll)
+  // },
   {
     title: "#1好氧池硝酸盐",
     key: "no3Hlj1Jqr",