|
|
@@ -26,7 +26,8 @@ |
|
|
|
<Setter Property="TextAlignment" Value="Center" /> |
|
|
|
<Setter Property="VerticalAlignment" Value="Center" /> |
|
|
|
<Setter Property="Foreground" Value="White" /> |
|
|
|
<Setter Property="FontSize" Value="15" /> |
|
|
|
<Setter Property="FontSize" Value="22" /> |
|
|
|
<Setter Property="FontWeight" Value="Bold" /> |
|
|
|
<Setter Property="Background" Value="Transparent" /> |
|
|
|
</Style> |
|
|
|
</hc:Window.Resources> |
|
|
@@ -51,25 +52,25 @@ |
|
|
|
</DataGrid.RowStyle> |
|
|
|
<DataGrid.Columns> |
|
|
|
<DataGridTextColumn |
|
|
|
Width="230" |
|
|
|
Width="260" |
|
|
|
Binding="{Binding CardNo}" |
|
|
|
ElementStyle="{StaticResource CenterAlignmentStyle}" |
|
|
|
Header="卡号" |
|
|
|
HeaderStyle="{StaticResource SaleLogHeader}" /> |
|
|
|
<DataGridTextColumn |
|
|
|
Width="230" |
|
|
|
Width="260" |
|
|
|
Binding="{Binding Money}" |
|
|
|
ElementStyle="{StaticResource CenterAlignmentStyle}" |
|
|
|
Header="金额" |
|
|
|
HeaderStyle="{StaticResource SaleLogHeader}" /> |
|
|
|
<DataGridTextColumn |
|
|
|
Width="230" |
|
|
|
Width="260" |
|
|
|
Binding="{Binding Location}" |
|
|
|
ElementStyle="{StaticResource CenterAlignmentStyle}" |
|
|
|
Header="档口" |
|
|
|
HeaderStyle="{StaticResource SaleLogHeader}" /> |
|
|
|
<DataGridTextColumn |
|
|
|
Width="230" |
|
|
|
Width="260" |
|
|
|
Binding="{Binding CreateTime, StringFormat={}{0:yyyy-MM-dd HH:mm:ss}}" |
|
|
|
ElementStyle="{StaticResource CenterAlignmentStyle}" |
|
|
|
Header="消费时间" |
|
|
|