You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
776 B

<!--日结界面-->
<div class="easyui-layout" data-options="fit:true">
<div data-options="region:'west',split:true" style="width:30%;padding:inherit;">
<div style="margin:10Px;">
<button id="btnAdd" class="easyui-linkbutton" style="width:80px;height:30px;">增加</button>
<button id="btnEdit" class="easyui-linkbutton" style="width:80px;height:30px;">编辑</button>
<button id="btnDel" class="easyui-linkbutton" style="width:80px;height:30px;">删除</button>
</div>
<ul id="areaTree" class="ztree" data-options="fit:true">加载中......</ul>
</div>
<div data-options="region:'center'" style="width:70%;padding:inherit;">
<table id="childArea"></table>
</div>
</div>
<!--日结界面-->