OpenAuth.Net/OpenAuth.Mvc/Views/Forms/index.cshtml

48 lines
1.9 KiB
Plaintext
Raw Normal View History

2017-12-18 22:37:51 +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" />
2017-12-18 22:37:51 +08:00
}
<blockquote class="layui-elem-quote news_search toolList" id="menus">
2017-12-18 22:37:51 +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>
2018-02-28 17:34:27 +08:00
<tr>
<th lay-data="{checkbox:true, fixed: true}"></th>
<th lay-data="{field:'Id', width:150}">表单模板Id</th>
<th lay-data="{field:'Name', width:150}">表单名称</th>
<th lay-data="{field:'Description', width:250}">备注</th>
<th lay-data="{field:'Fields', width:100}">字段个数</th>
2018-02-28 17:34:27 +08:00
<th lay-data="{field:'ContentData', width:150}">表单中的字段数据</th>
2018-03-22 17:33:12 +08:00
<th lay-data="{field:'DbName', width:150}">关联的数据库</th>
2018-02-28 17:34:27 +08:00
<th lay-data="{field:'Enabled', width:150}">有效</th>
<th lay-data="{field:'CreateDate', width:150}">创建时间</th>
<th lay-data="{field:'ModifyDate', width:150}">修改时间</th>
<th lay-data="{fixed: 'right', width:160, align:'center', toolbar: '#barList'}"></th>
</tr>
2018-03-31 14:45:39 +08:00
</thead>
</table>
</div>
2017-12-18 22:37:51 +08:00
</div>
2018-03-31 14:45:39 +08:00
2017-12-18 22:37:51 +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>
2017-12-18 22:37:51 +08:00
</script>
<script type="text/javascript" src="/layui/layui.js"></script>
2018-03-06 17:21:05 +08:00
<script type="text/javascript" src="/userJs/forms.js?v4"></script>
2017-12-18 22:37:51 +08:00