Commit e67e6ee6 authored by 纪泽龙's avatar 纪泽龙

稍微更改一下数据

parent 6e584af6
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2022-03-25 17:15:31 * @Date: 2022-03-25 17:15:31
* @LastEditTime: 2022-03-28 13:59:56 * @LastEditTime: 2022-03-28 14:24:41
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/monitorData/component/charsData/CzCard.vue * @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/monitorData/component/charsData/CzCard.vue
...@@ -52,17 +52,15 @@ export default { ...@@ -52,17 +52,15 @@ export default {
addStartNum: 3, addStartNum: 3,
filterList: [ filterList: [
{ value: "加气站", count: 100, type: 1 }, { value: "加气站", count: 100, type: 1 },
{ value: "加气站1", count: 100, type: 2 }, { value: "门站", count: 100, type: 2 },
{ value: "加气站2", count: 100, type: 3 }, { value: "调压站", count: 100, type: 3 },
{ value: "加气站3", count: 100, type: 4 }, { value: "储备站", count: 100, type: 4 },
{ value: "加气站4", count: 100, type: 5 }, { value: "气化站", count: 100, type: 5 },
{ value: "加气站5", count: 100, type: 6 },
{ value: "加气站7", count: 100, type: 7 },
], ],
deviceTypeArr: [1, 2, 3, 4, 5, 6, 7], deviceTypeArr: [1, 2, 3, 4, 5],
czList: [ czList: [
{ {
deviceName: "加气站a", deviceName: "加气站",
state: 1, state: 1,
a: 25, a: 25,
b: 56, b: 56,
...@@ -74,7 +72,7 @@ export default { ...@@ -74,7 +72,7 @@ export default {
type: 1, type: 1,
}, },
{ {
deviceName: "加气站b", deviceName: "门站",
state: 1, state: 1,
a: 25, a: 25,
b: 56, b: 56,
...@@ -86,7 +84,7 @@ export default { ...@@ -86,7 +84,7 @@ export default {
type: 2, type: 2,
}, },
{ {
deviceName: "加气站c", deviceName: "调压站",
state: 1, state: 1,
a: 25, a: 25,
b: 56, b: 56,
...@@ -98,7 +96,7 @@ export default { ...@@ -98,7 +96,7 @@ export default {
type: 3, type: 3,
}, },
{ {
deviceName: "加气站d", deviceName: "储备站",
state: 1, state: 1,
a: 25, a: 25,
b: 56, b: 56,
...@@ -110,7 +108,7 @@ export default { ...@@ -110,7 +108,7 @@ export default {
type: 4, type: 4,
}, },
{ {
deviceName: "加气站e", deviceName: "气化站",
state: 1, state: 1,
a: 25, a: 25,
b: 56, b: 56,
...@@ -119,10 +117,10 @@ export default { ...@@ -119,10 +117,10 @@ export default {
e: 56, e: 56,
image: "", image: "",
show: true, show: true,
type: 4, type: 5,
}, },
{ {
deviceName: "加气站f", deviceName: "气化站",
state: 1, state: 1,
a: 25, a: 25,
b: 56, b: 56,
...@@ -131,10 +129,10 @@ export default { ...@@ -131,10 +129,10 @@ export default {
e: 56, e: 56,
image: "", image: "",
show: true, show: true,
type: 4, type: 5,
}, },
{ {
deviceName: "加气站g", deviceName: "储备站",
state: 1, state: 1,
a: 25, a: 25,
b: 56, b: 56,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment