dashboard
repositories
filestore
activity
search
login
jagzwxm
/
ja_web
吉安感知网项目-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:app更新
张含笑
2026-01-12
bab1b2feb56d2ecb0eb2ec3e56524e3227ef9d55
[jagzwxm/ja_web.git]
/
packages
/
constants
/
fwDevice.js
1
2
3
4
5
6
7
8
9
// 设备状态
export const DEVICE_STATUS = {
0: '在线',
1: '离线',
2: '故障',
3: '报废',
}
export const DEVICE_STATUS_LIST = Object.keys(DEVICE_STATUS).map(key => ({ value: key, label: DEVICE_STATUS[key] }))