大量更新

This commit is contained in:
GG Z
2025-12-23 21:35:54 +08:00
parent cd4733ee01
commit ceccab9abb
211 changed files with 9439 additions and 6578 deletions

View File

@@ -25,13 +25,13 @@
<ui:Grid ChildMargin="5" Columns="*">
<ComboBox
Grid.Row="0"
ui:SelectorAssist.Placeholder="管线类型"
ui:InputAssist.PlaceholderText="管线类型"
DisplayMemberPath="Name"
ItemsSource="{Binding PipeTypes}"
SelectedItem="{Binding SelectedPipeType}" />
<ComboBox
Grid.Row="1"
ui:SelectorAssist.Placeholder="系统类型"
ui:InputAssist.PlaceholderText="系统类型"
DisplayMemberPath="Name"
ItemsSource="{Binding PipingSystemTypes}"
SelectedItem="{Binding SelectedPipingSystemType}" />