终端入网检测字典值修改
This commit is contained in:
@@ -588,7 +588,20 @@ const manufacturerList = dictData.getBasicData('Dev_Manufacturers')
|
||||
//字典获取终端型号
|
||||
const terminalTypeList = dictData.getBasicData('Dev_Type')
|
||||
//字典获取数据类型
|
||||
const dataTypeList = dictData.getBasicData('System_Type')
|
||||
const dataTypeList = [
|
||||
{
|
||||
id: '0',
|
||||
name: '暂态系统'
|
||||
},
|
||||
{
|
||||
id: '1',
|
||||
name: '稳态系统'
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
name: '两个系统'
|
||||
}
|
||||
]
|
||||
//字典获取电压等级
|
||||
const voltageLevelList = dictData.getBasicData('Dev_Voltage_Stand')
|
||||
//用户状态数组
|
||||
@@ -618,11 +631,11 @@ const terminalModelList = [
|
||||
},
|
||||
{
|
||||
id: '1',
|
||||
name: '虚拟设备'
|
||||
name: '实际设备'
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
name: '虚拟设备'
|
||||
name: '离线'
|
||||
}
|
||||
]
|
||||
//定义通讯状态下拉框数据
|
||||
|
||||
Reference in New Issue
Block a user