|
|
@ -211,10 +211,10 @@ |
|
|
|
CommandParameter="{Binding TaskId}" |
|
|
|
Margin=" 5,0,0,0"/> |
|
|
|
</StackPanel> |
|
|
|
<!--<TextBlock Foreground="{StaticResource Text.Gray}" TextWrapping="Wrap" Margin="0,10,0 0"> |
|
|
|
<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>--> |
|
|
|
</TextBlock> |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
|
|