修改设备类型

This commit is contained in:
517612449@qq.com
2022-09-13 10:29:38 +08:00
parent 0c8dfcc992
commit 349eb61436

View File

@ -9,11 +9,12 @@ import DeviceForm from './DeviceForm';
const deviceTypeEnum = {
'resource_door': { text: '门禁' },
'resource_camera': { text: '监控' },
'resource_door': { text: '门禁设备' },
'resource_camera': { text: '监控设备' },
'resource_nvr': { text: 'nvr' },
'resource_encodeDevice': { text: '编码设备' },
'resource_oneMachine': { text: '门禁一体机' },
'resource_oneMachine_face': { text: '人脸一体机' },
'resource_oneMachine_card': { text: '人证一体机' },
}
const deviceStatusEnum = {