OpenAuth.Net/OpenAuth.Mvc/Views/FlowSchemes/Index.cshtml

47 lines
1.9 KiB
Plaintext
Raw Normal View History

2018-03-12 23:44:05 +08:00
@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" />
2018-03-12 23:44:05 +08:00
}
<blockquote class="layui-elem-quote news_search toolList" id="menus">
2018-03-12 23:44:05 +08:00
</blockquote>
2018-03-31 14:45:39 +08:00
<div class="layui-row">
2018-04-11 17:49:14 +08:00
<div class="layui-col-xs2">
2018-03-31 14:45:39 +08:00
<ul id="tree" class="ztree"
style="padding: 2px; border: 1px solid #ddd; overflow: auto;">
</ul>
</div>
2018-04-11 17:49:14 +08:00
<div class="layui-col-xs10">
2018-03-31 14:45:39 +08:00
<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>
2018-03-12 23:44:05 +08:00
<th lay-data="{fixed: 'right', width:160, align:'center', toolbar: '#barList'}"></th>
</tr>
2018-03-31 14:45:39 +08:00
</thead>
</table>
</div>
2018-03-12 23:44:05 +08:00
</div>
2018-03-31 14:45:39 +08:00
2018-03-12 23:44:05 +08:00
<script type="text/html" id="barList">
2018-03-13 22:07:00 +08:00
<a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="detail">查看</a>
2018-03-12 23:44:05 +08:00
</script>
<script type="text/javascript" src="/layui/layui.js"></script>
<script type="text/javascript" src="/userJs/flowSchemes.js?v2.0.0"></script>
2018-03-12 23:44:05 +08:00