Files
OpenAuth.Net/OpenAuth.Mvc/Views/FlowSchemes/Index.cshtml
2018-03-17 21:41:04 +08:00

41 lines
1.8 KiB
Plaintext

@section header
{
<link rel="stylesheet" href="/css/treetable.css" />
}
<blockquote class="layui-elem-quote news_search toolList">
@Html.Action("MenuHeader", "Home")
</blockquote>
<div style="display: flex;">
<ul id="tree" class="ztree" style="display: inline-block; width: 180px; padding: 10px; border: 1px solid #ddd; overflow: auto;"></ul>
<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:'SchemeVersion', width:150}">流程内容版本</th>
<th lay-data="{field:'FrmType', width:150}">表单类型</th>
<th lay-data="{field:'AuthorizeType', width:150}">模板权限类型0所有人,1指定成员</th>
<th lay-data="{field:'SortCode', width:150}">排序码</th>
<th lay-data="{field:'Disabled', width:150}">有效</th>
<th lay-data="{field:'Description', 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>
<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"></script>