Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit 20898ac

Browse files
committed
fix: 修改一处显示错误
1 parent c0952aa commit 20898ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CheapSteam.UI/CheapSteam.UI/Pages/FetchData.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else
3737
出售价比例
3838
</Checkbox>
3939
<Checkbox @bind-Checked="showSteamSellNum">
40-
Steam 求购数
40+
Steam 在售数
4141
</Checkbox>
4242
<Checkbox @bind-Checked="showBuffSellNum">
4343
BUFF 收购数
@@ -73,7 +73,7 @@ else
7373
<Column @bind-Field="@context.SteamBuyPrice" Sortable Title="Steam 收购价" Hidden="@(!showSteamBuyPrice)" Filterable />
7474
<Column @bind-Field="@context.SteamBuyRadio" Sortable Title="求购价比例" Hidden="@(!showSteamBuyRadio)" Filterable />
7575
<Column @bind-Field="@context.SteamSellRadio" Sortable Title="出售价比例" Hidden="@(!showSteamSellRadio)" Filterable />
76-
<Column @bind-Field="@context.SteamSellNum" Sortable Title="Steam 求购数" Hidden="@(!showSteamSellNum)" Filterable />
76+
<Column @bind-Field="@context.SteamSellNum" Sortable Title="Steam 在售数" Hidden="@(!showSteamSellNum)" Filterable />
7777
<Column @bind-Field="@context.BuffSellNum" Sortable Title="BUFF 收购数" Hidden="@(!showBuffSellNum)" Filterable />
7878
<Column @bind-Field="@context.UpdateTime" Format="MM-dd hh:mm" Sortable Title="更新时间" Hidden="@(!showUpdateTime)" Filterable />
7979
</Table>

0 commit comments

Comments
 (0)