修改销毁空瓶为取出空瓶
This commit is contained in:
parent
61079319ea
commit
427b249429
|
@ -33,7 +33,7 @@
|
|||
|
||||
<StackPanel Grid.Column="2" Orientation="Horizontal" HorizontalAlignment="Right">
|
||||
|
||||
<Button
|
||||
<!--<Button
|
||||
Margin="6 0 6 0"
|
||||
ToolTip="一键补药"
|
||||
Content="一键补药"
|
||||
|
@ -55,7 +55,7 @@
|
|||
Command="{Binding CancleAdd}"
|
||||
Visibility="{Binding Status, Converter={StaticResource StatusConverter}, ConverterParameter=CancelBtn}"
|
||||
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
||||
Content="取消" />
|
||||
Content="取消" />-->
|
||||
|
||||
<Button
|
||||
Margin="3 0 3 0"
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
VerticalAlignment="Center"
|
||||
Command="{Binding DestoryEmptyCommand}"
|
||||
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
||||
Content="销毁" />
|
||||
Content="取出" />
|
||||
<Button
|
||||
Margin="0 0 3 0"
|
||||
VerticalAlignment="Center"
|
||||
|
|
Loading…
Reference in New Issue