|
|
@ -222,7 +222,10 @@ |
|
|
|
CommandParameter="{Binding TaskId}" |
|
|
|
Margin=" 5,0,0,0"/> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<TextBlock Foreground="{StaticResource Text.Gray}" TextWrapping="Wrap" Margin="0,10,0 0"> |
|
|
|
<Run Text="任务状态:"/> |
|
|
|
<Run Foreground="{Binding TaskState,Converter={StaticResource objConverter},ConverterParameter=待验收|待包装:Red:black}" Text="{Binding TaskState}"/> |
|
|
|
</TextBlock> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
</Grid> |
|
|
@ -260,7 +263,7 @@ |
|
|
|
|
|
|
|
<Grid Grid.Column="2" > |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<StackPanel Orientation="Vertical" VerticalAlignment="Center" HorizontalAlignment="Center" |
|
|
|
> |
|
|
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Center" |
|
|
|