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.

CommonIndex.cshtml 696 B

4 years ago
123456789101112131415161718192021
  1. 
  2. @{
  3. ViewBag.Title = "普通表格";
  4. Layout = "~/Views/Shared/_Index.cshtml";
  5. }
  6. <div class="lr-layout">
  7. <div class="lr-layout-center">
  8. <div class="lr-layout-wrap lr-layout-wrap-notitle">
  9. <div class="lr-layout-tool">
  10. <div class="lr-layout-tool-right">
  11. <div class=" btn-group btn-group-sm">
  12. <a id="lr_refresh" class="btn btn-default"><i class="fa fa-refresh"></i></a>
  13. </div>
  14. </div>
  15. </div>
  16. <div class="lr-layout-body" id="gridtable"></div>
  17. </div>
  18. </div>
  19. </div>
  20. @Html.AppendJsFile("/Areas/LR_CodeDemo/Views/GridDemo/CommonIndex.js")