add:给排水图像资源
@@ -103,7 +103,7 @@ const equipmentControl = {
|
||||
{
|
||||
path: 'airConditionControlSystem',
|
||||
name: 'airConditionControlSystem',
|
||||
meta: { title: '空调系统群控', hideChildren: true, icon: 'shebeiqunkong' },
|
||||
meta: { title: '空调系统', hideChildren: true, icon: 'shebeiqunkong' },
|
||||
component: Base,
|
||||
redirect: { name: 'airConditionControlSystemIndex' },
|
||||
children: [
|
||||
@@ -112,7 +112,26 @@ const equipmentControl = {
|
||||
name: 'airConditionControlSystemIndex',
|
||||
component: () => import('/@/view/equipmentControl/airConditionControlSystem/index.vue'),
|
||||
meta: {
|
||||
title: '空调系统群控',
|
||||
title: '空调系统',
|
||||
keepAlive: false,
|
||||
// backApi: [],
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'waterSystem',
|
||||
name: 'waterSystem',
|
||||
meta: { title: '给排水系统', hideChildren: true, icon: 'shebeiqunkong' },
|
||||
component: Base,
|
||||
redirect: { name: 'waternControlSystemIndex' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'waternControlSystemIndex',
|
||||
component: () => import('/@/view/equipmentControl/waterSystem/index.vue'),
|
||||
meta: {
|
||||
title: '给排水系统',
|
||||
keepAlive: false,
|
||||
// backApi: [],
|
||||
},
|
||||
|
@@ -104,7 +104,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 100%; height: 160px"></div>
|
||||
<div style="width: 100%; height: 50px"></div>
|
||||
<div class="button-box">
|
||||
<button class="cancel" @click="logModalVisible = false">关闭</button>
|
||||
</div>
|
||||
|
@@ -62,13 +62,22 @@
|
||||
}}</span></div
|
||||
>
|
||||
</div>
|
||||
<div class="btn-item">
|
||||
<div class="left"> 亮度 </div>
|
||||
<div class="btn-item" v-if="props.type != 5">
|
||||
<div class="left"> 运行模式 </div>
|
||||
<div class="right">
|
||||
<!-- 由于数字0也会被判为false,故只判断undefined 和 null -->
|
||||
<span>{{ item.brightnessBefore != null ? item.brightnessBefore : '--' }}</span>
|
||||
<span>{{
|
||||
item.runModeBefore.label != null ? item.runModeBefore.label : '--'
|
||||
}}</span>
|
||||
<img src="/asset/image/bulbLogo/22406.png" alt="" />
|
||||
<span>{{ item.brightnessAfter != null ? item.brightnessAfter : '--' }}</span>
|
||||
<span>{{ item.runModeAfter.label != null ? item.runModeAfter.label : '--' }}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn-item" v-if="props.type == 5">
|
||||
<div class="left"> 开窗幅度 </div>
|
||||
<div class="right">
|
||||
<span>{{ item.openPercentBefore != null ? item.openPercentBefore : '--' }}</span>
|
||||
<img src="/asset/image/bulbLogo/22406.png" alt="" />
|
||||
<span>{{ item.openPercentAfter != null ? item.openPercentAfter : '--' }}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn-item">
|
||||
@@ -80,12 +89,14 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn-item">
|
||||
<div class="left"> 色温 </div>
|
||||
<div class="left"> 开启状态 </div>
|
||||
<div class="right">
|
||||
<span>{{ item.colorBefore != null ? item.colorBefore : '--' }}</span>
|
||||
<span>{{
|
||||
item.switchStatusBefore.label != null ? item.switchStatusBefore.label : '--'
|
||||
}}</span>
|
||||
<img src="/asset/image/bulbLogo/22406.png" alt="" />
|
||||
<span>
|
||||
{{ item.colorAfter != null ? item.colorAfter : '--' }}
|
||||
{{ item.switchStatusAfter.label != null ? item.switchStatusAfter.label : '--' }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 72 KiB |
After Width: | Height: | Size: 26 KiB |