Pre Merge pull request !878 from 熊猫大侠/master-iot

pull/878/MERGE
熊猫大侠 2026-05-22 12:25:02 +00:00 committed by Gitee
commit 2b529049b0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -438,12 +438,12 @@ export const IoTDeviceStatusEnum = {
// 在线状态
ONLINE: {
label: '在线',
value: 'online',
value: '1',
tagType: 'success'
},
OFFLINE: {
label: '离线',
value: 'offline',
value: '2',
tagType: 'danger'
},
// 启用状态