Compare commits
3 Commits
ad86e96860
...
601c6766b5
Author | SHA1 | Date | |
---|---|---|---|
|
601c6766b5 |
|
|
|
07109c9c47 |
|
|
|
e2de3d5051 |
|
|
@ -73,6 +73,11 @@
|
|||
DisplayMemberPath="drug_name_spec" IsEditable="True" IsTextSearchEnabled="False" KeyUp="ComboBox_KeyUp"
|
||||
/>
|
||||
<StackPanel HorizontalAlignment="Right" Grid.Column="3" Orientation="Horizontal">
|
||||
<Button
|
||||
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
||||
ToolTip="渲染标签"
|
||||
Content="渲染标签"
|
||||
Command="{Binding ResetLabelCommand}"/>
|
||||
<Button
|
||||
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
||||
ToolTip="绑定库位"
|
||||
|
|
Loading…
Reference in New Issue