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.
 
 
 
 
 
 

22 lines
799 B

  1. @{
  2. ViewBag.Title = "甘特图2";
  3. Layout = "~/Views/Shared/_Index.cshtml";
  4. }
  5. @Html.AppendCssFile("/Views/LR_Content/plugin/gantt/lrGantt.css")
  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("/Views/LR_Content/plugin/gantt/lrGantt.js", "/Areas/LR_CodeDemo/Views/GanttDemo/Index2.js")