From 56d59abe0bacd32db0c4ca54363f3db948a6a6c1 Mon Sep 17 00:00:00 2001 From: wangqiujuan0808 <578331299@qq.com> Date: Wed, 13 Dec 2023 13:48:44 +0800 Subject: [PATCH] =?UTF-8?q?.=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Flow.vue | 16 ++++++------- src/components/Index.vue | 48 +++++++++++++++++++------------------- src/components/Liquid.vue | 12 +++++----- src/components/Quality.vue | 32 ++++++++++++------------- src/store/index.js | 44 +++++++++++++++++----------------- src/views/Home.vue | 4 ++-- 6 files changed, 78 insertions(+), 78 deletions(-) diff --git a/src/components/Flow.vue b/src/components/Flow.vue index 4260557..8851b45 100644 --- a/src/components/Flow.vue +++ b/src/components/Flow.vue @@ -76,7 +76,7 @@ export default { color: "#6fdbce", label: "Q1", value: "20", - key: 'VD2700' + key: 'vd2700' }, ], }, @@ -88,7 +88,7 @@ export default { color: "#00baff", label: "Q2", value: "80", - key: 'VD2716' + key: 'vd2716' }, ], }, @@ -100,7 +100,7 @@ export default { color: "#308286", label: "Q3", value: "80", - key: 'VD2800' + key: 'vd2800' }, ], }, @@ -112,7 +112,7 @@ export default { color: "#00baff", label: "Q4", value: "80", - key: 'VD2816' + key: 'vd2816' }, ], }, @@ -124,7 +124,7 @@ export default { color: "#00baff", label: "Q5", value: "80", - key: 'VD2850' + key: 'vd2850' }, ], }, @@ -136,7 +136,7 @@ export default { color: "#00baff", label: "Q6", value: "80", - key: 'VD2866' + key: 'vd2866' }, ], }, @@ -148,7 +148,7 @@ export default { color: "#00baff", label: "Q7", value: "10", - key: 'VD2750' + key: 'vd2750' }, ], }, @@ -160,7 +160,7 @@ export default { color: "#00baff", label: "Q8", value: "40", - key: 'VD2766' + key: 'vd2766' }, ], } diff --git a/src/components/Index.vue b/src/components/Index.vue index 671a6c0..4b3c491 100644 --- a/src/components/Index.vue +++ b/src/components/Index.vue @@ -9,55 +9,55 @@

节水量

- {{ baseData && baseData.VD2716.toFixed(2) }} + {{ baseData && baseData.vd2716.toFixed(2) }}

节碳量

- {{ baseData && (baseData.VD2716 * 0.168).toFixed(2) }}kg + {{ baseData && (baseData.vd2716 * 0.168).toFixed(2) }}kg
-

原水箱液位:{{ baseData && baseData.VD500.toFixed(2) }}m

-

历史最高:{{ baseData && baseData.VD500Max.toFixed(2) }}m

-

历史最低:{{ baseData && baseData.VD500Min.toFixed(2) }}m

+

原水箱液位:{{ baseData && baseData.vd500.toFixed(2) }}m

+

历史最高:{{ baseData && baseData.vd500Max.toFixed(2) }}m

+

历史最低:{{ baseData && baseData.vd500Min.toFixed(2) }}m

-

净水箱液位:{{ baseData && baseData.VD504.toFixed(2) }}m

-

历史最高:{{ baseData && baseData.VD504Max.toFixed(2) }}m

-

历史最低:{{ baseData && baseData.VD504Min.toFixed(2) }}m

+

净水箱液位:{{ baseData && baseData.vd504.toFixed(2) }}m

+

历史最高:{{ baseData && baseData.vd504Max.toFixed(2) }}m

+

历史最低:{{ baseData && baseData.vd504Min.toFixed(2) }}m

UF产水

-

瞬时流量:{{ baseData && baseData.VD2700.toFixed(2) }} m³/H

-

累计流量:{{ baseData && baseData.VD2716.toFixed(2) }}

+

瞬时流量:{{ baseData && baseData.vd2700.toFixed(2) }} m³/H

+

累计流量:{{ baseData && baseData.vd2716.toFixed(2) }}

自来水前端

-

瞬时流量:{{ baseData && baseData.VD2800.toFixed(2) }} m³/H

-

累计流量:{{ baseData && baseData.VD2816.toFixed(2) }}

+

瞬时流量:{{ baseData && baseData.vd2800.toFixed(2) }} m³/H

+

累计流量:{{ baseData && baseData.vd2816.toFixed(2) }}

供水

-

瞬时流量:{{ baseData && baseData.VD2850.toFixed(2) }} m³/H

-

累计流量:{{ baseData && baseData.VD2866.toFixed(2) }}

+

瞬时流量:{{ baseData && baseData.vd2850.toFixed(2) }} m³/H

+

累计流量:{{ baseData && baseData.vd2866.toFixed(2) }}

自来水后端

-

瞬时流量:{{ baseData && baseData.VD2750.toFixed(2) }} m³/H

-

累计流量:{{ baseData && baseData.VD2766.toFixed(2) }}

+

瞬时流量:{{ baseData && baseData.vd2750.toFixed(2) }} m³/H

+

累计流量:{{ baseData && baseData.vd2766.toFixed(2) }}

原水水质

-

余氯:{{ baseData && baseData.VD2600.toFixed(2) }} mg/L

-

浊度:{{ baseData && baseData.VD2610.toFixed(2) }} mg/L

-

氨氮:{{ baseData && baseData.VD2620.toFixed(2) }} mg/L

-

COD:{{ baseData && baseData.VD2630.toFixed(2) }} mg/L

+

余氯:{{ baseData && baseData.vd2600.toFixed(2) }} mg/L

+

浊度:{{ baseData && baseData.vd2610.toFixed(2) }} mg/L

+

氨氮:{{ baseData && baseData.vd2620.toFixed(2) }} mg/L

+

COD:{{ baseData && baseData.vd2630.toFixed(2) }} mg/L

净水水质

-

余氯:{{ baseData && baseData.VD2500.toFixed(2) }} mg/L

-

浊度:{{ baseData && baseData.VD2510.toFixed(2) }} mg/L

-

氨氮:{{ baseData && baseData.VD2520.toFixed(2) }} mg/L

-

COD:{{ baseData && baseData.VD2530.toFixed(2) }} mg/L

+

余氯:{{ baseData && baseData.vd2500.toFixed(2) }} mg/L

+

浊度:{{ baseData && baseData.vd2510.toFixed(2) }} mg/L

+

氨氮:{{ baseData && baseData.vd2520.toFixed(2) }} mg/L

+

COD:{{ baseData && baseData.vd2530.toFixed(2) }} mg/L

diff --git a/src/components/Liquid.vue b/src/components/Liquid.vue index d2183db..9b84db8 100644 --- a/src/components/Liquid.vue +++ b/src/components/Liquid.vue @@ -71,7 +71,7 @@ export default { color: "#6fdbce", label: "Q1", value: "20", - key: 'VD500' + key: 'vd500' }, ], }, @@ -83,7 +83,7 @@ export default { color: "#00baff", label: "Max", value: "80", - key: 'VD500Max' + key: 'vd500Max' }, ], }, @@ -95,7 +95,7 @@ export default { color: "#308286", label: "Min", value: "80", - key: 'VD500Min' + key: 'vd500Min' }, ], } @@ -109,7 +109,7 @@ export default { color: "#6fdbce", label: "Q2", value: "20", - key: 'VD504' + key: 'vd504' }, ], }, @@ -121,7 +121,7 @@ export default { color: "#00baff", label: "Max", value: "80", - key: 'VD504Max' + key: 'vd504Max' }, ], }, @@ -133,7 +133,7 @@ export default { color: "#308286", label: "Min", value: "9", - key: 'VD504Min' + key: 'vd504Min' }, ] } diff --git a/src/components/Quality.vue b/src/components/Quality.vue index acf118d..26b776e 100644 --- a/src/components/Quality.vue +++ b/src/components/Quality.vue @@ -81,8 +81,8 @@ export default { color: "#6fdbce", label: "余氯: ", value: "20", - key: 'VD2600', - key1: 'VD2500' + key: 'vd2600', + key1: 'vd2500' }, ], }, @@ -94,8 +94,8 @@ export default { color: "#b7e707", label: "浊度:", value: "80", - key: 'VD2610', - key1: 'VD2510' + key: 'vd2610', + key1: 'vd2510' } ], }, @@ -107,8 +107,8 @@ export default { color: "#f58383", label: "氨氮: ", value: "80", - key: 'VD2620', - key1: 'VD2520' + key: 'vd2620', + key1: 'vd2520' }, ], }, @@ -120,8 +120,8 @@ export default { color: "#00ffff", label: "COD: ", value: "80", - key: 'VD2630', - key1: 'VD2530' + key: 'vd2630', + key1: 'vd2530' } ], } @@ -147,19 +147,19 @@ export default { }); const handleClick = (tab) => { if (tab.props.name == 'old') { - state.listData[0].filed = 'VD2600'; - state.listData[1].filed = 'VD2610'; - state.listData[2].filed = 'VD2620'; - state.listData[3].filed = 'VD2630'; + state.listData[0].filed = 'vd2600'; + state.listData[1].filed = 'vd2610'; + state.listData[2].filed = 'vd2620'; + state.listData[3].filed = 'vd2630'; state.dataList.forEach(ele => { ele.data[0].value = Number(state.baseData[ele.data[0].key]).toFixed(2); }) } else { - state.listData[0].filed = 'VD2500'; - state.listData[1].filed = 'VD2510'; - state.listData[2].filed = 'VD2520'; - state.listData[3].filed = 'VD2530'; + state.listData[0].filed = 'vd2500'; + state.listData[1].filed = 'vd2510'; + state.listData[2].filed = 'vd2520'; + state.listData[3].filed = 'vd2530'; // state.dataList.forEach(ele => { // ele.data[0].value = Number(state.baseData[ele.data[0].key1]).toFixed(2); diff --git a/src/store/index.js b/src/store/index.js index 7b7c1e1..1588426 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -12,28 +12,28 @@ const store = createStore({ selectTab: 'old', modelName: '', pclData: { - VD500: 2, - VD500Max: 12, - VD500Min: 0.8, - VD504: 3, - VD504Max: 11, - VD504Min: 0.4, - VD2700: 13.4, - VD2716: 12.99, - VD2800: 12.3, - VD2816: 4.56, - VD2850: 12.3, - VD2866: 34.5, - VD2750: 15.4, - VD2766: 7.89, - VD2600: 12, - VD2610: 3.23, - VD2620: 23.4, - VD2630: 12.3, - VD2500: 12, - VD2510: 3.23, - VD2520: 23.4, - VD2530: 12.3 + vd500: 2, + vd500Max: 12, + vd500Min: 0.8, + vd504: 3, + vd504Max: 11, + vd504Min: 0.4, + vd2700: 13.4, + vd2716: 12.99, + vd2800: 12.3, + vd2816: 4.56, + vd2850: 12.3, + vd2866: 34.5, + vd2750: 15.4, + vd2766: 7.89, + vd2600: 12, + vd2610: 3.23, + vd2620: 23.4, + vd2630: 12.3, + vd2500: 12, + vd2510: 3.23, + vd2520: 23.4, + vd2530: 12.3 } }, mutations: { diff --git a/src/views/Home.vue b/src/views/Home.vue index 1098196..ae3ee89 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -109,8 +109,8 @@ export default { watch(() => store.state.pclData, val => { if (val) { console.log('主页', val); - state.menus[0].parms[0].value = val.VD2716.toFixed(2); - state.menus[0].parms[1].value = (val.VD2716 * 0.168).toFixed(2); + state.menus[0].parms[0].value = val.vd2716.toFixed(2); + state.menus[0].parms[1].value = (val.vd2716 * 0.168).toFixed(2); } }, { deep: true, immediate: true }); onMounted(() => {