更新
This commit is contained in:
@@ -158,7 +158,7 @@ namespace Footwear_Test_methodsfor_wholeshoe_Slipresistanceperformance.ViewModel
|
|||||||
public string SampleRateText { get; } = "50 Hz";
|
public string SampleRateText { get; } = "50 Hz";
|
||||||
public string BatchNumber { get; } = DateTime.Now.ToString("yyyy-MM-dd", CultureInfo.InvariantCulture);
|
public string BatchNumber { get; } = DateTime.Now.ToString("yyyy-MM-dd", CultureInfo.InvariantCulture);
|
||||||
public string UploadProgressText => $"{UploadProgress}%";
|
public string UploadProgressText => $"{UploadProgress}%";
|
||||||
public string StandardReference { get; } = "GB/T 3903.6-2024 5.1.3、7.3.1.4、8.1-8.3:实时采集、静/动摩擦系数、三次平均与重测判定";
|
public string StandardReference { get; } = "GB/T 3903.6-2024:实时采集、静/动摩擦系数、三次平均与重测判定";
|
||||||
|
|
||||||
public ObservableCollection<TestSample> Samples { get; } = [];
|
public ObservableCollection<TestSample> Samples { get; } = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user