Browse Source

1

updatebug
shanji 2 years ago
parent
commit
56c7ff97a7
  1. 2
      BBWYB.Client/Views/Order/OrderList.xaml

2
BBWYB.Client/Views/Order/OrderList.xaml

@ -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}"/>

Loading…
Cancel
Save