2016-01-05 17:14:10 +08:00
|
|
|
@{
|
2016-02-02 15:30:46 +08:00
|
|
|
Layout = "~/Views/Shared/_BjuiLayout.cshtml";
|
|
|
|
}
|
2015-12-06 00:05:32 +08:00
|
|
|
|
|
|
|
@{ Html.RenderAction("MenuHeader", "Home");}
|
2016-02-02 15:30:46 +08:00
|
|
|
<div class="bjui-pageContent tableContent" style="position:relative">
|
2015-11-21 23:56:39 +08:00
|
|
|
<div class="clearfix">
|
|
|
|
<div style="float: left; width: 220px; overflow: auto;" class="table table-bordered">
|
2016-02-02 16:32:26 +08:00
|
|
|
<ul id="maintree" class="ztree"></ul>
|
2015-11-21 23:56:39 +08:00
|
|
|
</div>
|
|
|
|
|
2016-02-02 16:32:26 +08:00
|
|
|
<div id="detail" style="margin-left: 225px;">
|
2016-04-06 23:28:27 +08:00
|
|
|
<table id="maingrid" class="table table-hover table-striped table-top"></table>
|
2015-11-21 23:56:39 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-04-06 23:28:27 +08:00
|
|
|
<script src="~/BllScripts/modulemanager.js"></script>
|