|
|
@ -373,7 +373,7 @@ |
|
|
|
<c:BButton Style="{StaticResource LinkButton}" Content="{Binding SourceShopName}" Margin="5,0,0,0" |
|
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox}}}" |
|
|
|
CommandParameter="{Binding SourceShopName}"/> |
|
|
|
<TextBlock VerticalAlignment="Center" Margin="5,0,0,0" Text="下单Sku:"/> |
|
|
|
<TextBlock VerticalAlignment="Center" Margin="5,0,0,0" Text="店铺SKU:"/> |
|
|
|
<c:BButton Style="{StaticResource LinkButton}" Content="{Binding SourceSku}" Margin="5,0,0,0" |
|
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox}}}" |
|
|
|
CommandParameter="{Binding SourceSku}"/> |
|
|
|