转移.net core 3.1,为.NET 5做准备

This commit is contained in:
ÂëÉñ
2020-10-22 14:59:36 +08:00
parent fd9bca23a7
commit a35d596237
1080 changed files with 175912 additions and 185681 deletions

View File

@@ -1,6 +1,6 @@
@section header
{
<link rel="stylesheet" href="/css/treetable.css" />
<link rel="stylesheet" href="/css/treetable.css" />
}
<div class="layui-row">
@@ -9,9 +9,9 @@
style="padding: 2px; border: 1px solid #ddd; overflow: auto;"></ul>
</div>
<div class="layui-col-xs9">
<table class="layui-table"
lay-data="{height: 'full-5', page:true, id:'mainList'}"
lay-filter="list" lay-size="sm">
<table class="layui-table mainList"
lay-data="{ page:true, id:'mainList' , text: { none: '先分配左边的模块项,再单击模块加载菜单进行分配' }}"
lay-filter="mainList" lay-size="sm">
<thead>
<tr>
<th lay-data="{checkbox:true, fixed: true}"></th>
@@ -22,10 +22,23 @@
</thead>
</table>
<script type="text/html" id="icontmpl">
<i class="layui-icon" style="font-size: 20px; color: #1E9FFF;">{{ d.Icon }}</i>
<i class="layui-icon {{ d.Icon }}" style="font-size: 20px; color: #1E9FFF;"></i>
</script>
<table class="layui-table propList"
lay-data="{id:'propList' , text: { none: '用户自定义模块可以分配可见字段' }}"
lay-filter="propList" lay-size="sm">
<thead>
<tr>
<th lay-data="{checkbox:true, fixed: true}"></th>
<th lay-data="{field:'Description', width:150}">字段描述</th>
<th lay-data="{field:'Key', width:150}">字段代码</th>
</tr>
</thead>
</table>
</div>
</div>
<script type="text/javascript" src="/layui/layui.js"></script>
<script type="text/javascript" src="/userJs/assignModule.js"></script>
<script type="text/javascript" src="/userJs/assignModule.js?v=2.1"></script>