增加设备类型
This commit is contained in:
parent
3fc1f4deb7
commit
25b89e8d34
@ -172,6 +172,7 @@ enum DeviceType {
|
|||||||
station = 'DEVICE_TYPE_RTU',
|
station = 'DEVICE_TYPE_RTU',
|
||||||
Turnout = 'DEVICE_TYPE_SWITCH',
|
Turnout = 'DEVICE_TYPE_SWITCH',
|
||||||
LogicSection = 'DEVICE_TYPE_TRACK',
|
LogicSection = 'DEVICE_TYPE_TRACK',
|
||||||
|
Platform = 'DEVICE_TYPE_PLATFORM',
|
||||||
}
|
}
|
||||||
const optionsStatus = [
|
const optionsStatus = [
|
||||||
{ label: '正常', value: 'NORMAL' },
|
{ label: '正常', value: 'NORMAL' },
|
||||||
|
Loading…
Reference in New Issue
Block a user