diff --git a/ui/dasadmin/src/views/backend/WindBlower/index.vue b/ui/dasadmin/src/views/backend/WindBlower/index.vue
index 8f9708a1..fd2c3e68 100644
--- a/ui/dasadmin/src/views/backend/WindBlower/index.vue
+++ b/ui/dasadmin/src/views/backend/WindBlower/index.vue
@@ -987,6 +987,8 @@ const realTimeDataState = computed(() => {
return '停机'
case 11:
return '待机'
+ case 33:
+ return '通讯中断'
case 1110:
return '解缆状态'
case 1111:
diff --git a/ui/dasadmin/src/views/backend/energyManage/index.vue b/ui/dasadmin/src/views/backend/energyManage/index.vue
index 730cfd88..853f984d 100644
--- a/ui/dasadmin/src/views/backend/energyManage/index.vue
+++ b/ui/dasadmin/src/views/backend/energyManage/index.vue
@@ -174,7 +174,7 @@
@@ -184,7 +184,7 @@
@@ -227,17 +227,17 @@
diff --git a/ui/dasadmin/src/views/backend/equipment/airBlower/index.vue b/ui/dasadmin/src/views/backend/equipment/airBlower/index.vue
index 8be75286..60984ca8 100644
--- a/ui/dasadmin/src/views/backend/equipment/airBlower/index.vue
+++ b/ui/dasadmin/src/views/backend/equipment/airBlower/index.vue
@@ -272,6 +272,10 @@ const airBlowerSelectOptions = reactive<{ [K in SelectTypeKeyUnionType]: { label
label: '停机',
value: 2,
},
+ {
+ label: '通讯中断',
+ value: 33,
+ },
{
label: '解缆状态',
value: 1110,
diff --git a/ui/dasadmin/src/views/backend/node/protocol.vue b/ui/dasadmin/src/views/backend/node/protocol.vue
index a9423e26..ae9d6dea 100644
--- a/ui/dasadmin/src/views/backend/node/protocol.vue
+++ b/ui/dasadmin/src/views/backend/node/protocol.vue
@@ -1052,6 +1052,22 @@ const formColumnList: formColumnType[] = [
value: true,
},
},
+ {
+ key: 'adsUser',
+ data: {
+ label: 'ADS账号',
+ type: 'input',
+ value: '',
+ },
+ },
+ {
+ key: 'adsPassword',
+ data: {
+ label: 'ADS密码',
+ type: 'password',
+ value: '',
+ },
+ },
{
key: 'ftpMode',
data: {
@@ -1101,26 +1117,6 @@ const formColumnList: formColumnType[] = [
showValue: '1',
},
},
- {
- key: 'adsUser',
- data: {
- label: 'ADS账号',
- type: 'input',
- value: '',
- showKey: 'ftpMode',
- showValue: '1',
- },
- },
- {
- key: 'adsPassword',
- data: {
- label: 'ADS密码',
- type: 'password',
- value: '',
- showKey: 'ftpMode',
- showValue: '1',
- },
- },
],
timeOutOption: [],
otherOption: [],