修改设备类型
This commit is contained in:
@ -9,11 +9,12 @@ import DeviceForm from './DeviceForm';
|
|||||||
|
|
||||||
|
|
||||||
const deviceTypeEnum = {
|
const deviceTypeEnum = {
|
||||||
'resource_door': { text: '门禁点' },
|
'resource_door': { text: '门禁设备' },
|
||||||
'resource_camera': { text: '监控点' },
|
'resource_camera': { text: '监控设备' },
|
||||||
'resource_nvr': { text: 'nvr' },
|
'resource_nvr': { text: 'nvr' },
|
||||||
'resource_encodeDevice': { text: '编码设备' },
|
'resource_encodeDevice': { text: '编码设备' },
|
||||||
'resource_oneMachine': { text: '门禁一体机' },
|
'resource_oneMachine_face': { text: '人脸一体机' },
|
||||||
|
'resource_oneMachine_card': { text: '人证一体机' },
|
||||||
|
|
||||||
}
|
}
|
||||||
const deviceStatusEnum = {
|
const deviceStatusEnum = {
|
||||||
|
Reference in New Issue
Block a user