소스 검색

修改默认零件对照表位置

Eson 2 주 전
부모
커밋
17df4f53fe
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;