From a74261c964375892d2d265af58325a6ba87c5390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=90=8C?= <525441437@qq.com> Date: Tue, 5 Mar 2024 15:47:31 +0800 Subject: [PATCH] 1 --- src/components/setParamsControl.vue | 50 ++++++++++++++--------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src/components/setParamsControl.vue b/src/components/setParamsControl.vue index 0c00172..5a175fb 100644 --- a/src/components/setParamsControl.vue +++ b/src/components/setParamsControl.vue @@ -84,7 +84,7 @@ export default { this.routerList.push( { id: el.id, sort: el.sort, - name: "目标值", + name: el.nickName, router: "targetTemperature", list: [ { name: "目标温度", list: [], router: "targetTemperature", isRouter: true, index: 1 }, @@ -97,7 +97,7 @@ export default { this.routerList.push( { id: el.id, sort: el.sort, - name: "报警设置", + name: el.nickName, router: "alarmSettings", list: [], isRouter: true @@ -106,7 +106,7 @@ export default { } else if (el.id == 19) { this.routerList.push({ id: el.id, sort: el.sort, - name: "通风窗控制", list: [ + name: el.nickName, list: [ { name: '通风窗1', status: -1, router: 'sunroofControl', index: 1 }, { name: '通风窗2', status: -1, router: 'sunroofControl', index: 2 }, { name: '通风窗3', status: -1, router: 'sunroofControl', index: 3 }, @@ -116,7 +116,7 @@ export default { } else if (el.id == 25) { this.routerList.push({ id: el.id, sort: el.sort, - name: "外遮阳控制", list: [ + name: el.nickName, list: [ { name: '外遮阳1', status: -1, router: 'outsizeSunshade', index: 1 }, { name: '外遮阳2', status: -1, router: 'outsizeSunshade', index: 2 }, ], router: "outsizeSunshade", @@ -124,7 +124,7 @@ export default { } else if (el.id == 24) { this.routerList.push({ id: el.id, sort: el.sort, - name: "内遮阳控制", list: [ + name: el.nickName, list: [ { name: '内遮阳1', status: -1, router: 'insizeSunshade', index: 1 }, { name: '内遮阳2', status: -1, router: 'insizeSunshade', index: 2 }, ], router: "insizeSunshade", @@ -132,14 +132,14 @@ export default { } else if (el.id == 27) { this.routerList.push({ id: el.id, sort: el.sort, - name: "内保温", list: [ + name: el.nickName, list: [ { name: '内保温1', status: -1, router: 'internalInsulation', index: 1 }, { name: '内保温2', status: -1, router: 'internalInsulation', index: 2 }, ], router: "internalInsulation", }); } else if (el.id == 26) { this.routerList.push({ - id: el.id, sort: el.sort, name: "风机湿帘", list: [ + id: el.id, sort: el.sort, name: el.nickName, list: [ { name: '风机', status: -1, router: 'wetFan', index: 1 }, { name: '湿帘泵', status: -1, router: 'wetFan', index: 2 }, { name: '湿帘外翻窗', status: -1, router: 'wetFan', index: 3 }, @@ -148,7 +148,7 @@ export default { } else if (el.id == 21) { this.routerList.push({ id: el.id, sort: el.sort, - name: "环流风扇", list: [ + name: el.nickName, list: [ { name: '环流风扇1', status: -1, router: 'circulationCan', index: 1 }, { name: '环流风扇2', status: -1, router: 'circulationCan', index: 2 }, ], router: "circulationCan", @@ -156,13 +156,13 @@ export default { } else if (el.id == 20) { this.routerList.push({ id: el.id, sort: el.sort, - name: "补光灯", list: [], router: "LED", + name: el.nickName, list: [], router: "LED", isRouter: true, }); } else if (el.id == 23) { this.routerList.push({ id: el.id, sort: el.sort, - name: "高压微雾", list: [ + name: el.nickName, list: [ { name: '高压微雾1', status: -1, router: 'coercionMist', index: 1 }, { name: '高压微雾2', status: -1, router: 'coercionMist', index: 2 }, ], router: "coercionMist" @@ -171,33 +171,33 @@ export default { if (!this.routerList.some(item => item.router === "electromagneticControl")) { this.routerList.push({ id: el.id, sort: el.sort, - name: "电磁自动控制", + name: el.nickName, list: [], router: "electromagneticControl" }); } let targetObject = this.routerList.find(item => item.router === 'electromagneticControl'); if (el.id == 11) { - targetObject.list.push({ name: '1#电磁阀', status: -1, router: 'electromagneticControl', index: 1 }); + targetObject.list.push({name: el.nickName, status: -1, router: 'electromagneticControl', index: 1 }); } else if (el.id == 12) { - targetObject.list.push({ name: '2#电磁阀', status: -1, router: 'electromagneticControl', index: 2 }); + targetObject.list.push({name: el.nickName, status: -1, router: 'electromagneticControl', index: 2 }); } else if (el.id == 13) { - targetObject.list.push({ name: '3#电磁阀', status: -1, router: 'electromagneticControl', index: 3 }); + targetObject.list.push({name: el.nickName, status: -1, router: 'electromagneticControl', index: 3 }); } else if (el.id == 14) { - targetObject.list.push({ name: '4#电磁阀', status: -1, router: 'electromagneticControl', index: 4 }); + targetObject.list.push({name: el.nickName, status: -1, router: 'electromagneticControl', index: 4 }); } else if (el.id == 15) { - targetObject.list.push({ name: '5#电磁阀', status: -1, router: 'electromagneticControl', index: 5 }); + targetObject.list.push({name: el.nickName, status: -1, router: 'electromagneticControl', index: 5 }); } else if (el.id == 16) { - targetObject.list.push({ name: '6#电磁阀', status: -1, router: 'electromagneticControl', index: 6 }); + targetObject.list.push({name: el.nickName, status: -1, router: 'electromagneticControl', index: 6 }); } else if (el.id == 17) { - targetObject.list.push({ name: '7#电磁阀', status: -1, router: 'electromagneticControl', index: 7 }); + targetObject.list.push({name: el.nickName, status: -1, router: 'electromagneticControl', index: 7 }); } else if (el.id == 18) { - targetObject.list.push({ name: '8#电磁阀', status: -1, router: 'electromagneticControl', index: 8 }); + targetObject.list.push({name: el.nickName, status: -1, router: 'electromagneticControl', index: 8 }); } } else if (el.id == 5) { this.routerList.push({ id: el.id, sort: el.sort, - name: "传感器通道配置", + name: el.nickName, list: [], router: "sensorSet-con", isRouter: true, @@ -205,7 +205,7 @@ export default { } else if (el.id == 6) { this.routerList.push({ id: el.id, sort: el.sort, - name: "传感器输入合成", + name: el.nickName, list: [], router: "synthesis-con", isRouter: true, @@ -213,17 +213,17 @@ export default { } else if (el.id == 7) { this.routerList.push({ id: el.id, sort: el.sort, - name: "数据上传", + name: el.nickName, list: [], router: "upload-con", isRouter: true, }); } else if (el.id == 2) { - this.routerList.push({ id: el.id, sort: el.sort, name: "强制输出参数", list: [], router: "forceOutput", isRouter: true }); + this.routerList.push({ id: el.id, sort: el.sort, name: el.nickName, list: [], router: "forceOutput", isRouter: true }); } else if (el.id == 4) { - this.routerList.push({ id: el.id, sort: el.sort, name: "设备固有参数", list: [], router: "intrinsicParameter", isRouter: true }); + this.routerList.push({ id: el.id, sort: el.sort, name: el.nickName, list: [], router: "intrinsicParameter", isRouter: true }); } else if (el.id == 22) { - this.routerList.push({ name: "厂家内部参数配置", list: [], router: "parameterSet", isRouter: true }); + this.routerList.push({ name: el.nickName, list: [], router: "parameterSet", isRouter: true }); } else if (el.id == 8) { this.routerList.push( { id: el.id, sort: el.sort, name: "加热水泵", list: [], router: "waterPump", isRouter: true },