@{
Layout = "~/Views/Shared/_InfoLayout.cshtml";
}
@section CSS{
}
@section JS{
}
@Html.ShortInput("OptName", "操作员:")
@Html.ShortInput("ValidState", "是否有效:")
@Html.SearchDateRange("OptDate", "创建日期:")
@Html.ShortInput("GroupName", "组名:")
@MyControls.SearchBtn()
@Html.Raw(JqGridSimple.OutTable())