feat.修复新添加设备添加变量OpcServer报错问题,修改初始化菜单的内容
This commit is contained in:
@@ -108,7 +108,7 @@ public partial class DevicesViewModel : ViewModelBase, INavigatable
|
||||
{
|
||||
Header = device.Name,
|
||||
Icon = SegoeFluentIcons.Devices2.Glyph,
|
||||
TargetViewKey = "DeviceDetailView"
|
||||
TargetViewKey = nameof(DeviceDetailViewModel),
|
||||
};
|
||||
|
||||
if (device.IsAddDefVarTable)
|
||||
|
||||
Reference in New Issue
Block a user