Compare commits

..

3 Commits

Author SHA1 Message Date
maqiao 601c6766b5 页面添加渲染标签按钮 2024-02-27 16:24:45 +08:00
maqiao 07109c9c47 删除 2024-02-27 16:22:04 +08:00
maqiao e2de3d5051 添加渲染标签功能 2024-02-27 16:21:05 +08:00
2 changed files with 5 additions and 0 deletions

View File

@ -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="绑定库位"