This commit is contained in:
joylink_zhaoerwei 2023-11-09 09:49:29 +08:00
parent 9eba288eea
commit 21a726313f

View File

@ -393,9 +393,9 @@ const closeScreenDoorConfig = () => {
showScreenDoorConfig.value = false;
};
const dataManageConfig = [
{ label: '设备关联继电器列表', click: openDeviceRelateList },
{ label: '采集列表', click: openkilometerConvertList },
{ label: '驱动列表', click: openSectionCodePointList },
{ label: '关联设备列表', click: openDeviceRelateList },
{ label: '公里标转换', click: openkilometerConvertList },
{ label: '区段码位列表', click: openSectionCodePointList },
{ label: '屏蔽门配置', click: () => (showScreenDoorConfig.value = true) },
];