Commit 5c4df9b1 authored by 潘栩锋's avatar 潘栩锋 🚴

修复 产品界面补偿无法弹出

parent 25dcf04c
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
xmlns:local="clr-namespace:FLY.Thick.Blowing.UI.Fix.Client" xmlns:local="clr-namespace:FLY.Thick.Blowing.UI.Fix.Client"
mc:Ignorable="d" mc:Ignorable="d"
d:DesignHeight="1024" d:DesignWidth="1280" Background="WhiteSmoke" d:DesignHeight="1024" d:DesignWidth="1280" Background="WhiteSmoke"
d:DataContext="{d:DesignInstance local:PgProfileBlowingVm}"> d:DataContext="{d:DesignInstance local:PgProfileBlowingVm}"
x:Name="page">
<Page.Resources> <Page.Resources>
<ResourceDictionary> <ResourceDictionary>
<ResourceDictionary.MergedDictionaries> <ResourceDictionary.MergedDictionaries>
...@@ -90,7 +91,7 @@ ...@@ -90,7 +91,7 @@
</StackPanel> </StackPanel>
</StackPanel> </StackPanel>
<StackPanel Orientation="Horizontal" > <StackPanel Orientation="Horizontal" >
<Button Style="{StaticResource ButtonStyle_paramSection}" Command="{Binding AhelperCmd}"> <Button Style="{StaticResource ButtonStyle_paramSection}" Command="{Binding DataContext.AhelperCmd,ElementName=page}">
<TextBlock Text="补偿" /> <TextBlock Text="补偿" />
</Button> </Button>
<StackPanel Margin="{StaticResource ControlMargin}"> <StackPanel Margin="{StaticResource ControlMargin}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment