Compare commits
No commits in common. "134d3119aa1cbe959490102ca342c04a6c9e474f" and "36ca926b870b435656ae428ccbca2b92399f35a1" have entirely different histories.
134d3119aa
...
36ca926b87
|
@ -72,14 +72,13 @@
|
|||
SelectedItem="{Binding DrugInfo}"
|
||||
DisplayMemberPath="drug_name_spec" IsEditable="True" IsTextSearchEnabled="False" KeyUp="ComboBox_KeyUp"
|
||||
/>
|
||||
<StackPanel HorizontalAlignment="Right" Grid.Column="2" Grid.ColumnSpan="2" Orientation="Horizontal">
|
||||
<Button Margin="6 0 6 0"
|
||||
<StackPanel HorizontalAlignment="Right" Grid.Column="3" Orientation="Horizontal">
|
||||
<Button
|
||||
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
||||
ToolTip="渲染标签"
|
||||
Content="渲染标签"
|
||||
Command="{Binding ResetLabelCommand}"/>
|
||||
<Button
|
||||
Margin="6 0 6 0"
|
||||
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
||||
ToolTip="绑定库位"
|
||||
Content="绑定"
|
||||
|
@ -91,7 +90,7 @@
|
|||
Content="解绑"
|
||||
Command="{Binding RemoveBinding}" />
|
||||
<Button
|
||||
Margin="6 0 6 0"
|
||||
Margin="0 0 6 0"
|
||||
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
||||
ToolTip="刷新"
|
||||
Command="{Binding Query}"
|
||||
|
|
Loading…
Reference in New Issue