xxe 2 lat temu
rodzic
commit
544db13e82
2 zmienionych plików z 2 dodań i 1 usunięć
  1. +1
    -0
      HKCardIN/Logic/Model/UserAndCardInfo.cs
  2. +1
    -1
      HKCardIN/Views/RootView.xaml

+ 1
- 0
HKCardIN/Logic/Model/UserAndCardInfo.cs Wyświetl plik

@@ -16,5 +16,6 @@ namespace HKCardIN.Logic.Model
public int CardState { get; set; }
public string Stutas => CardState == 0 ? "禁用" : (CardState == 1 ? "正常" : (CardState == 2 ? "挂失" : "作废"));
public decimal Money { get; set; }
public DateTime CreateAt { get; set; }
}
}

+ 1
- 1
HKCardIN/Views/RootView.xaml Wyświetl plik

@@ -203,7 +203,7 @@
FontSize="18"
Foreground="Red"
Style="{StaticResource TextBlockDefaultBold}"
Text="2021-01-01" />
Text="{Binding Info.CreateAt, StringFormat={}{0:yyyy-MM-dd}}" />
</WrapPanel>
</StackPanel>
</StackPanel>


Ładowanie…
Anuluj
Zapisz