This commit is contained in:
@@ -44,7 +44,7 @@ namespace MembranePoreTester.ViewModels
|
||||
|
||||
public IReadOnlyList<TestLiquid> Liquids => TestLiquid.Predefined;
|
||||
public List<string> PressureUnits => new() { "Pa", "cmHg", "psi" };
|
||||
public List<string> MembraneTypes => new() { "平板膜", "中空纤维膜" };
|
||||
public List<string> MembraneTypes => new() { "中空纤维膜" };
|
||||
|
||||
public TestLiquid SelectedLiquid
|
||||
{
|
||||
|
||||
@@ -260,7 +260,7 @@ namespace MembranePoreTester.ViewModels
|
||||
|
||||
public IReadOnlyList<TestLiquid> Liquids => TestLiquid.Predefined;
|
||||
public List<string> PressureUnits => new() { "Pa", "cmHg", "psi" };
|
||||
public List<string> MembraneTypes => new() { "平板膜", "中空纤维膜" };
|
||||
public List<string> MembraneTypes => new() { "中空纤维膜" };
|
||||
|
||||
public TestLiquid SelectedLiquid
|
||||
{
|
||||
@@ -1208,7 +1208,7 @@ namespace MembranePoreTester.ViewModels
|
||||
model.Axes.Add(new LinearAxis
|
||||
{
|
||||
Position = AxisPosition.Bottom,
|
||||
Title = "压力 (kPa)",
|
||||
Title = "压力 (Pa)",
|
||||
TitleFontSize = 12
|
||||
});
|
||||
model.Axes.Add(new LinearAxis
|
||||
|
||||
Reference in New Issue
Block a user