Browse Source

add:注释内容修改 / 增加给排水图片素材

temp
chenpingsen 3 weeks ago
parent
commit
06706da713
  1. 2
      hx-ai-intelligent/src/api/planManage.ts
  2. 13
      hx-ai-intelligent/src/api/waterSystem.ts
  3. 4
      hx-ai-intelligent/src/view/equipmentControl/airConditionControlSystem/tabs2.vue
  4. 4
      hx-ai-intelligent/src/view/equipmentControl/lightingManage/tabs2.vue
  5. 4
      hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/fanPlant.vue
  6. BIN
      hx-ai-intelligent/src/view/equipmentControl/waterSystem/images/alarm1.png
  7. BIN
      hx-ai-intelligent/src/view/equipmentControl/waterSystem/images/alarm2.png
  8. BIN
      hx-ai-intelligent/src/view/equipmentControl/waterSystem/images/back.gif
  9. BIN
      hx-ai-intelligent/src/view/equipmentControl/waterSystem/images/back.png
  10. BIN
      hx-ai-intelligent/src/view/equipmentControl/waterSystem/images/device1.png
  11. BIN
      hx-ai-intelligent/src/view/equipmentControl/waterSystem/images/device2.png
  12. BIN
      hx-ai-intelligent/src/view/equipmentControl/waterSystem/images/edit.png
  13. BIN
      hx-ai-intelligent/src/view/equipmentControl/waterSystem/images/type1off.png
  14. BIN
      hx-ai-intelligent/src/view/equipmentControl/waterSystem/images/type2off.png
  15. BIN
      hx-ai-intelligent/src/view/equipmentControl/waterSystem/images/type3off.png

2
hx-ai-intelligent/src/api/planManage.ts

@ -2,7 +2,7 @@ const prefix = '/carbon-smart/api';
// 照明系统及相关接口 // 照明系统及相关接口
export enum planManage { export enum planManage {
/** /**
* @param deviceType (1,2,3,4,5,6,7) * @param deviceType (1,2,3,4,5,6)
*/ */
// 获得未激活的计划 // 获得未激活的计划
getTransData = prefix + '/deviceCtrlPlan/getDeActivatedPlanList', getTransData = prefix + '/deviceCtrlPlan/getDeActivatedPlanList',

13
hx-ai-intelligent/src/api/waterSystem.ts

@ -0,0 +1,13 @@
// 前缀
const prefix = '/carbon-smart/api';
// 通风系统相关接口
export enum waterSys {
// 获得污水池状态
getPool1 = prefix + '/waterSysCtrl/getSewagePoolState',
// 获得阀门状态
getValve = prefix + '/waterSysCtrl/getValveState',
// 获得集水池状态
getPool2 = prefix + '/waterSysCtrl/getCollectPoolState',
// 获得水泵状态
getPump = prefix + '/waterSysCtrl/getPumpState',
}

4
hx-ai-intelligent/src/view/equipmentControl/airConditionControlSystem/tabs2.vue

@ -161,7 +161,7 @@
.get(planManage.getTableData, { .get(planManage.getTableData, {
projectId: state.projectId, projectId: state.projectId,
siteId: state.siteId, siteId: state.siteId,
// (1,2,3,4,5,6,7) // (1,2,3,4,5,6)
ctrlType: 2, ctrlType: 2,
}) })
.then((res) => { .then((res) => {
@ -235,7 +235,7 @@
.get(planManage.getTransData, { .get(planManage.getTransData, {
projectId: state.projectId, projectId: state.projectId,
siteId: state.siteId, siteId: state.siteId,
// (1,2,3,4,5,6,7) // (1,2,3,4,5,6)
ctrlType: 2, ctrlType: 2,
}) })
.then((res) => { .then((res) => {

4
hx-ai-intelligent/src/view/equipmentControl/lightingManage/tabs2.vue

@ -162,7 +162,7 @@
.get(planManage.getTableData, { .get(planManage.getTableData, {
projectId: state.projectId, projectId: state.projectId,
siteId: state.siteId, siteId: state.siteId,
// (1,2,3,4,5,6,7) // (1,2,3,4,5,6)
ctrlType: 1, ctrlType: 1,
}) })
.then((res) => { .then((res) => {
@ -236,7 +236,7 @@
.get(planManage.getTransData, { .get(planManage.getTransData, {
projectId: state.projectId, projectId: state.projectId,
siteId: state.siteId, siteId: state.siteId,
// (1,2,3,4,5,6,7) // (1,2,3,4,5,6)
ctrlType: 1, ctrlType: 1,
}) })
.then((res) => { .then((res) => {

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

@ -176,7 +176,7 @@
.get(planManage.getTableData, { .get(planManage.getTableData, {
projectId: state.projectId, projectId: state.projectId,
siteId: state.siteId, siteId: state.siteId,
// (1,2,3,4,5,6,7) // (1,2,3,4,5,6)
ctrlType: props.type, ctrlType: props.type,
}) })
.then((res) => { .then((res) => {
@ -249,7 +249,7 @@
.get(planManage.getTransData, { .get(planManage.getTransData, {
projectId: state.projectId, projectId: state.projectId,
siteId: state.siteId, siteId: state.siteId,
// (1,2,3,4,5,6,7) // (1,2,3,4,5,6)
ctrlType: props.type, ctrlType: props.type,
}) })
.then((res) => { .then((res) => {

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
hx-ai-intelligent/src/view/equipmentControl/waterSystem/images/back.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Loading…
Cancel
Save