This commit is contained in:
xyy
2026-06-05 11:58:47 +08:00
parent 2c20eaf323
commit d3fdb6a288
2 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ public partial class D7896ViewModel : ObservableObject
[ObservableProperty] private PlotModel _temperatureCurveModel;
// UI 绑定属性 (与之前一致)
public ObservableCollection<string> ReferenceLiquids { get; } = new() { "蒸馏水", "甲苯", "乙二醇" };
public ObservableCollection<string> ReferenceLiquids { get; } = new() { "蒸馏水" };
[ObservableProperty] private string _sampleId = "未命名样品";
[ObservableProperty] private double _testTemperature = 25.0;
[ObservableProperty] private string _testDateTime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");