This commit is contained in:
xyy
2026-04-03 22:01:27 +08:00
parent 27780b99f3
commit 003b46546a
2 changed files with 62 additions and 24 deletions

View File

@@ -152,6 +152,7 @@
<Label Grid.Row="3" Grid.Column="2" Content="(干/湿膜)/(大/小流量):"/>
<ComboBox HorizontalAlignment="Left" Grid.Row="3" Grid.Column="3" SelectedItem="{Binding TestMode}" Width="80">
<ComboBoxItem Content="全部" />
<ComboBoxItem Content="湿膜" IsSelected="True"/>
<ComboBoxItem Content="干膜"/>
</ComboBox>