增加设备类型

This commit is contained in:
joylink_zhaoerwei 2024-11-01 09:46:21 +08:00
parent 3fc1f4deb7
commit 25b89e8d34

View File

@ -172,6 +172,7 @@ enum DeviceType {
station = 'DEVICE_TYPE_RTU',
Turnout = 'DEVICE_TYPE_SWITCH',
LogicSection = 'DEVICE_TYPE_TRACK',
Platform = 'DEVICE_TYPE_PLATFORM',
}
const optionsStatus = [
{ label: '正常', value: 'NORMAL' },