@page
@model _2021_backend.Pages.Students.DeleteModel
@{
ViewData["Title"] = "Delete";
}
删除
你确定要删除该项目吗?
学生
-
@Html.DisplayNameFor(model => model.Student.Name)
-
@Html.DisplayFor(model => model.Student.Name)
-
@Html.DisplayNameFor(model => model.Student.Stuid)
-
@Html.DisplayFor(model => model.Student.Stuid)
-
@Html.DisplayNameFor(model => model.Student.Sex)
-
@Html.DisplayFor(model => model.Student.Sex)
-
@Html.DisplayNameFor(model => model.Student.Grade)
-
@Html.DisplayFor(model => model.Student.Grade)
-
@Html.DisplayNameFor(model => model.Student.Major)
-
@Html.DisplayFor(model => model.Student.Major)
-
@Html.DisplayNameFor(model => model.Student.Email)
-
@Html.DisplayFor(model => model.Student.Email)
-
@Html.DisplayNameFor(model => model.Student.Tel)
-
@Html.DisplayFor(model => model.Student.Tel)
-
@Html.DisplayNameFor(model => model.Student.Status)
-
@Html.DisplayFor(model => model.Student.Status)
-
@Html.DisplayNameFor(model => model.Student.LastSubmission)
-
@Html.DisplayFor(model => model.Student.LastSubmission)
-
@Html.DisplayNameFor(model => model.Student.RegisterTime)
-
@Html.DisplayFor(model => model.Student.RegisterTime)