@page @model Admin.Pages.Member.Log.IntroModel @{ ViewData["Title"] = "자기소개 변경 내역"; }
|
|
이전 자기소개 | 변경 자기소개 | 계정 | 등록일시 | 비고 |
|---|---|---|---|---|---|
| No Data. | |||||
|
|
@if (!string.IsNullOrEmpty(row.BeforeIntro))
{
}
else
{
|
@if (!string.IsNullOrEmpty(row.AfterIntro))
{
}
else
{
|
[@row.MemberID] @row.MemberEmail | @row.CreatedAt | |