OpenAuth.Net/OpenAuth.Mvc/Views/FlowSchemes/Index.cshtml
2020-10-22 14:59:36 +08:00

47 lines
1.9 KiB
Plaintext

@section header
{
<link rel="stylesheet" href="/css/treetable.css" />
<link rel="stylesheet" href="/js/dtree/dtree.css" />
<link rel="stylesheet" href="/js/dtree/font/dtreefont.css" />
}
<blockquote class="layui-elem-quote news_search toolList" id="menus">
</blockquote>
<div class="layui-row">
<div class="layui-col-xs2">
<ul id="tree" class="ztree"
style="padding: 2px; border: 1px solid #ddd; overflow: auto;">
</ul>
</div>
<div class="layui-col-xs10">
<table class="layui-table"
lay-data="{height: 'full-80', page:true, id:'mainList'}"
lay-filter="list" lay-size="sm">
<thead>
<tr>
<th lay-data="{checkbox:true, fixed: true}"></th>
<th lay-data="{field:'Id', width:150}">主键Id</th>
<th lay-data="{field:'SchemeCode', width:150}">流程编号</th>
<th lay-data="{field:'SchemeName', width:150}">流程名称</th>
<th lay-data="{field:'Description', width:250}">备注</th>
<th lay-data="{field:'SchemeVersion', width:100}">流程版本</th>
<th lay-data="{field:'SortCode', width:150}">排序码</th>
<th lay-data="{field:'Disabled', width:150}">有效</th>
<th lay-data="{field:'CreateDate', width:150}">创建时间</th>
<th lay-data="{fixed: 'right', width:160, align:'center', toolbar: '#barList'}"></th>
</tr>
</thead>
</table>
</div>
</div>
<script type="text/html" id="barList">
<a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="detail">查看</a>
</script>
<script type="text/javascript" src="/layui/layui.js"></script>
<script type="text/javascript" src="/userJs/flowSchemes.js?v2.0.0"></script>