@using WeApp.TrainingCampGroup.Dto @{ Layout = "~/Views/Shared/Layout/_Layout.Stu.cshtml"; CampGroupDto group = ViewBag.Group; bool isLeader = ViewBag.IsLeader, hasBuilded= ViewBag.HasBuilded; string id = group.Id, groupName = group.Name, campNo= group.CampNo; ViewBag.Title = (isLeader ? "指挥长组建指挥部" : "学员屏指挥部") + "(" + group.Name + ")"; } @section css{ }