mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-24 08:59:36 +08:00
17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
![]() |
@{
|
||
|
Layout = "~/Views/Shared/_BjuiLayout.cshtml";
|
||
|
}
|
||
|
|
||
|
@{ Html.RenderAction("MenuHeader", "Home");}
|
||
|
<div class="bjui-pageContent tableContent" style="position: relative">
|
||
|
<div class="clearfix">
|
||
|
|
||
|
<div id="detail">
|
||
|
<table id="maingrid" class="table table-bordered"></table>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<script src="~/BllScripts/grid.js"></script>
|
||
|
<script src="~/BllScripts/workflowSchemaManager.js"></script>
|