Browse Source

fix:部分原有功能的属性补充

temp
chenpingsen 3 weeks ago
parent
commit
ffd7be94f6
  1. 1
      hx-ai-intelligent/src/view/equipmentControl/airConditionControlSystem/tabs3.vue
  2. 1
      hx-ai-intelligent/src/view/equipmentControl/lightingManage/tabs3.vue
  3. 4
      hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/fanControl.vue
  4. 1
      hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/fanLog.vue
  5. BIN
      hx-ai-intelligent/src/view/equipmentControl/waterSystem/images/open.png

1
hx-ai-intelligent/src/view/equipmentControl/airConditionControlSystem/tabs3.vue

@ -30,6 +30,7 @@
v-model:pageSize="pagination.pageSize"
show-size-changer
:total="pagination.total"
show-less-items
@change="getTable(true)" />
<div style="width: 100%; height: 40px"></div>

1
hx-ai-intelligent/src/view/equipmentControl/lightingManage/tabs3.vue

@ -30,6 +30,7 @@
v-model:pageSize="pagination.pageSize"
show-size-changer
:total="pagination.total"
show-less-items
@change="getTable(true)" />
<div style="width: 100%; height: 40px"></div>

4
hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/fanControl.vue

@ -85,9 +85,9 @@
:class="{ btn: true, selected: button.selected }"
class="zmhlbtn"
@click="changeLine(button)">
<div v-if="button.lockStatus" class="btn-back">
<!-- <div v-if="button.lockStatus" class="btn-back">
<stop-outlined />
</div>
</div> -->
{{ button.name }}
</button>
<div style="margin-top: 10px">

1
hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/fanLog.vue

@ -30,6 +30,7 @@
v-model:pageSize="pagination.pageSize"
show-size-changer
:total="pagination.total"
show-less-items
@change="getTable(true)" />
<div style="width: 100%; height: 40px"></div>

BIN
hx-ai-intelligent/src/view/equipmentControl/waterSystem/images/open.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Loading…
Cancel
Save