{{title}}
@@ -65,7 +65,7 @@ export default {
};
+
diff --git a/src/views/iot/project/profileV2/ESceneManage/ELogging.vue b/src/views/iot/project/profileV2/ESceneManage/ELogging.vue
index 4192dee3..957b48a6 100644
--- a/src/views/iot/project/profileV2/ESceneManage/ELogging.vue
+++ b/src/views/iot/project/profileV2/ESceneManage/ELogging.vue
@@ -48,7 +48,7 @@
+
+ {
+ selectNavChildren = [];
+ activeName = data['template'];
+ activeType = data['key'];
+ selectNavChildren = data.children || [];
+ }
+ "
+ />
+
+
@@ -212,11 +229,14 @@ import EDebuff from "./SafetyTemplate/EDebuff";
import EDeviceSwitchWarning from "./SafetyTemplate/EDeviceSwitchWarning";
import EElectricity from "./EnergyManage/EElectricity";
import EEnergyLoad from "./EnergyManage/EEnergyLoad";
+import ENavMenuButton from './ENavMenuButton/index';
import { initMap, gjzCode } from "@/utils/latlngFromAddress";
import ShopLocation from "@/components/Amap/components/shopLocation/index";
import ESceneManage from './ESceneManage/index'
+import ENavLayout from './ENavLayout/index'
+
export default {
name: "projectDetailV2",
components: {
@@ -232,14 +252,16 @@ export default {
EObjectContainer,
EDeviceManage,
EAlarmManage,
- ESafetyTemplate,
+ // ESafetyTemplate,
ELeakageCurrent,
EDebuff,
EDeviceSwitchWarning,
EElectricity,
EEnergyLoad,
ShopLocation,
- ESceneManage
+ ESceneManage,
+ ENavMenuButton,
+ ENavLayout
},
props: {
sourceId: {
@@ -263,21 +285,26 @@ export default {
resultInfo: {},
activeName: "EObjectContainer",
activeType: "EObjectContainer",
- isShrink: false,
+ isShrink: true,
+ selectNavChildren: [],
activeList: [
{
label: "项目信息",
key: "EObjectContainer",
+ icon: 'iconfont iconxiangmugl',
template: "EObjectContainer",
},
{
label: "设备管理",
key: "EDeviceManage",
+ icon: 'iconfont iconwumoxing',
template: "EDeviceManage",
},
{
label: "安全监管",
key: "safety",
+ icon: 'iconfont iconanquangl',
+ template: 'ENavLayout',
children: [
// 漏电流 温度 漏电报警 温度报警 漏保自检 短路报警 过欠压 过流过载 电弧报警 三相报警 异常状态 分合闸警示
{
@@ -345,14 +372,16 @@ export default {
{
label: "能源管理",
key: "energyManage",
+ icon: 'iconfont iconnengyuanguanli',
+ template: 'ENavLayout',
children: [
{
- label: "电量",
+ label: "电 量",
key: "electricity",
template: "EElectricity",
},
{
- label: "负载",
+ label: "负 载",
key: "energyLoad",
template: "EEnergyLoad",
},
@@ -361,6 +390,8 @@ export default {
{
label: "综合管理",
key: "synthesizeManage",
+ icon: 'iconfont icontasks',
+ template: 'ENavLayout',
children: [
{
label: "场景控制",
@@ -705,19 +736,20 @@ export default {
}
}
.container-main {
- width: calc(100% - 10px);
+
+ width: calc(100% - 0px);
height: calc(100vh - 286px);
- margin-left: 10px;
- margin-top: 15px;
+ margin-left: 0px;
+ margin-top: 0px;
display: flex;
- border: 1px solid #e8e8e8;
- border-radius: 5px;
- height: calc(100% - 160px);
+ height: calc(100% - 190px);
.main-block {
padding: 15px;
width: calc(100% - 150px);
height: 100%;
width: 100%;
+ padding-right: 0;
+ padding-left: 25px;
}
}
}