2017-12-13 17:50:58 +08:00
|
|
|
@section header
|
|
|
|
{
|
|
|
|
<link rel="stylesheet" href="/css/treetable.css" />
|
|
|
|
}
|
|
|
|
|
|
|
|
<div style="display: flex;">
|
|
|
|
<ul id="tree" class="ztree" style="display: inline-block; width: 180px; padding: 10px; border: 1px solid #ddd; overflow: auto;"></ul>
|
2017-12-17 23:28:30 +08:00
|
|
|
<ul id="menutree" class="ztree" style="display: inline-block; width: 180px; padding: 10px; border: 1px solid #ddd; overflow: auto;"></ul>
|
|
|
|
|
2017-12-13 17:50:58 +08:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<script type="text/javascript" src="/layui/layui.js"></script>
|
2018-03-03 01:35:58 +08:00
|
|
|
<script type="text/javascript" src="/userJs/assign.js"></script>
|