@page @model Admin.Pages.Store.Game.IndexModel @{ ViewData["Title"] = "게임 관리"; }
|
|
썸네일 | 코드 | 한글명 / 영문명 | 게임사 | 게임사% | 상품수 | 순서 | 사용 | 등록 일시 | 비고 |
|---|---|---|---|---|---|---|---|---|---|---|
| No Data. | ||||||||||
|
|
@if (!string.IsNullOrEmpty(row.Thumbnail))
{
|
@if (!string.IsNullOrEmpty(row.Code))
{
@row.Code
}
else
{
-
}
|
@if (!string.IsNullOrEmpty(row.Link))
{
@row.KorName
}
else
{
@row.KorName
}
@if (!string.IsNullOrEmpty(row.EngName))
{
@row.EngName
}
|
@row.Publisher | @row.CommissionRate.ToString("0.#######")% | @row.ProductCount | @row.Order | @row.IsActive | @row.CreatedAt | |