You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @{
- ViewBag.Title = "收费信息报表";
- Layout = "~/Views/Shared/_Index.cshtml";
- }
- <style>
- .lr-form-item-title {
- width: 90px;
- }
-
- .form-control {
- width: 85%;
- margin-left: 5%;
- }
- </style>
- <div class="lr-layout ">
- <div class="lr-layout-center">
- <div class="lr-layout-wrap lr-layout-wrap-notitle ">
- <div class="lr-layout-tool">
- <div class="lr-layout-tool-left">
- <div class="lr-layout-tool-item">
-
- </div>
- </div>
- <div class="lr-layout-tool-right">
- <div class=" btn-group btn-group-sm">
- <a id="lr_refresh" class="btn btn-default"><i class="fa fa-refresh"></i></a>
- </div>
- <div class=" btn-group btn-group-sm" learun-authorize="yes">
-
- </div>
- </div>
- </div>
- <div class="lr-layout-body" id="gridtable"></div>
- </div>
- </div>
- </div>
- @Html.AppendJsFile("/Areas/Statistics/Views/TeacherAttendanceReport/Index.js")
|