2 次代码提交 abf5ecc4af ... 278b617a1e

作者 SHA1 备注 提交日期
  Eson 278b617a1e Merge branch 'master' of http://49.235.130.76/LN/LPLocalhostMES 2 周之前
  Eson 17df4f53fe 修改默认零件对照表位置 2 周之前
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      LocalhostMES/ViewModels/Tabs/KeyPartManagementViewModel.cs

+ 1 - 1
LocalhostMES/ViewModels/Tabs/KeyPartManagementViewModel.cs

@@ -67,7 +67,7 @@ namespace LocalhostMES.ViewModels.Tabs
         public DelegateCommand<LocalhostPartInfo> DeletePartRowCommand =>
             _deletePartRowCommand ?? (_deletePartRowCommand = new DelegateCommand<LocalhostPartInfo>(DeletePartRow, p => p != null));
 
-        private string _importExcelPath = @"h:\领跑视觉\零件绑定对应表.xlsx";
+        private string _importExcelPath = @"E:\Configuration\零件绑定对应表.xlsx";
         public string ImportExcelPath
         {
             get => _importExcelPath;