From 895f742bdfb2c830b48c607a9da0360bc2630153 Mon Sep 17 00:00:00 2001 From: wxl0430 <141288415+wxl0430@users.noreply.github.com> Date: Sun, 12 Oct 2025 14:05:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=8Eexcel=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=97=B6=E5=9C=B0=E6=A0=87=E5=8A=A0=E8=BD=BD=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CRSim/ViewModels/StationManagementPageViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRSim/ViewModels/StationManagementPageViewModel.cs b/CRSim/ViewModels/StationManagementPageViewModel.cs index cc20eaf..5774220 100644 --- a/CRSim/ViewModels/StationManagementPageViewModel.cs +++ b/CRSim/ViewModels/StationManagementPageViewModel.cs @@ -573,7 +573,7 @@ public partial class StationManagementPageViewModel : ObservableObject }); })], Platform = worksheet.Cells[row, 6].Text.Trim(), - Landmark = worksheet.Cells[row, 7].Text.Trim() == "" ? "无" : worksheet.Cells[row, 8].Text.Trim(), + Landmark = worksheet.Cells[row, 7].Text.Trim() == "" ? "无" : worksheet.Cells[row, 7].Text.Trim(), Origin = worksheet.Cells[row, 8].Text.Trim(), Terminal = worksheet.Cells[row, 9].Text.Trim(), Status = worksheet.Cells[row, 10].Text switch