Update category dialog binding and order details display

This commit is contained in:
masoodafar-web
2025-11-28 05:10:27 +03:30
parent 1bce6f3198
commit 8b4cefc672
4 changed files with 9 additions and 3 deletions

View File

@@ -101,12 +101,16 @@
{
<MudTable Items="_model.FactorDetails" Dense="true">
<HeaderContent>
<MudTh>تصویر</MudTh>
<MudTh>محصول</MudTh>
<MudTh>قیمت واحد</MudTh>
<MudTh>تعداد</MudTh>
<MudTh>تخفیف واحد</MudTh>
</HeaderContent>
<RowTemplate>
<MudTd>
<Image Src="@context.ProductThumbnailPath" Height="50" Width="50" />
</MudTd>
<MudTd>@context.ProductTitle</MudTd>
<MudTd>@context.UnitPrice?.ToString("N0")</MudTd>
<MudTd>@context.Count</MudTd>