标签:
<div class="easyui-tabs" style="width:100%;" data-options="fit:true"> <div title="标题"> <table class="easyui-datagrid" data-options=" isField:‘id‘, url:‘‘, fitColumns:true, method:‘get‘, rownumbers:true, singleSelect:true, autoRowHeight:false, pagination:true, pageSize:10"> <thead> <tr> <th field="1" width="17%">项目编号/项目标题</th> <th field="2" width="15%">投资人</th> <th field="3" width="17%">投资金额</th> <th field="4" width="15%">投资状态</th> <th field="5" width="17%">认投金额</th> <th field="6" width="17%">投资时间</th> </tr> </thead> </table> </div> </div>
标签:
原文地址:http://www.cnblogs.com/xzp0222/p/5514997.html