This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user