|
|
@ -210,7 +210,19 @@ Foreground="{StaticResource Text.Link.Color}" FontSize="18" |
|
|
|
CommandParameter="{Binding ProductNo}" |
|
|
|
Margin=" 5,0,0,0"/> |
|
|
|
</StackPanel>--> |
|
|
|
<StackPanel Grid.Column="2" Orientation="Horizontal" Margin="0,0,0,5"> |
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" > |
|
|
|
<TextBlock Foreground="{StaticResource Text.Gray}"> |
|
|
|
<Run Text="发布日期:" /> |
|
|
|
|
|
|
|
</TextBlock> |
|
|
|
<TextBlock Text="{Binding CreateTime,StringFormat=yyyy-MM-dd }" VerticalAlignment="Center" Margin="5,0,0,0"/> |
|
|
|
<!--<c:BButton Content="{Binding ProductNo}" Style="{StaticResource LinkButton}" HorizontalAlignment="Left" VerticalAlignment="Top" |
|
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}}" |
|
|
|
CommandParameter="{Binding ProductNo}" |
|
|
|
Margin=" 5,0,0,0"/>--> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel Grid.Column="2" Orientation="Horizontal" Margin="0,11,0,5"> |
|
|
|
<TextBlock Foreground="{StaticResource Text.Gray}"> |
|
|
|
<Run Text="任务ID:" /> |
|
|
|
</TextBlock> |
|
|
|