页面添加渲染标签按钮
This commit is contained in:
parent
07109c9c47
commit
601c6766b5
|
@ -73,6 +73,11 @@
|
||||||
DisplayMemberPath="drug_name_spec" IsEditable="True" IsTextSearchEnabled="False" KeyUp="ComboBox_KeyUp"
|
DisplayMemberPath="drug_name_spec" IsEditable="True" IsTextSearchEnabled="False" KeyUp="ComboBox_KeyUp"
|
||||||
/>
|
/>
|
||||||
<StackPanel HorizontalAlignment="Right" Grid.Column="3" Orientation="Horizontal">
|
<StackPanel HorizontalAlignment="Right" Grid.Column="3" Orientation="Horizontal">
|
||||||
|
<Button
|
||||||
|
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
||||||
|
ToolTip="渲染标签"
|
||||||
|
Content="渲染标签"
|
||||||
|
Command="{Binding ResetLabelCommand}"/>
|
||||||
<Button
|
<Button
|
||||||
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
||||||
ToolTip="绑定库位"
|
ToolTip="绑定库位"
|
||||||
|
|
Loading…
Reference in New Issue