zoukankan      html  css  js  c++  java
  • easyui datagrid

    <table id="gridchaxunjieguo" class="easyui-datagrid" data-options="title:'查询结果',rownumbers:true,pagination:true,fitColumns:true,singleSelect:true" style=" 100%; height: 338px;">
    <thead>
    <tr>
    <th data-options="field:'ck',checkbox:true,hidden:true"></th>
    <th data-options="field:'CrmClient_IsMatched',110,align:'center'">与公司匹配</th>
    <th data-options="field:'CrmClient_IsTargetCustomer',120,align:'center'">目标客户</th>
    <th data-options="field:'CrmClient_Name',220,align:'center'">公司</th>
    <th data-options="field:'CrmArea_Name',120,align:'center'">区域</th>
    <th data-options="field:'CrmTrade_Name',120,align:'center'">行业</th>
    <th data-options="field:'province',100,align:'center'">省</th>
    <th data-options="field:'city',100,align:'center'">市</th>
    <th data-options="field:'CrmClient_CreaterName',100,align:'center'">创建人</th>
    <th data-options="field:'CrmClient_CluesTime',align:'center'">线索获取时间</th>
    <th data-options="field:'CrmClient_CreatedDateTime',align:'center'">数据录入时间</th>
    </tr>
    </thead>
    </table>
    <table style=" 100%">
    <tr>
    <td></td>
    <td style=" 60px; text-align: right"><a id="btnAdd" href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-add'">创建</a> </td>
    <td style=" 70px; padding-left: 25px;"><a id="btnCancel" href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:'icon-cancel'">取消</a> </td>
    </tr>
    </table>

  • 相关阅读:
    登录认证,全选,反选
    jQuery基础知识
    jQuery
    js练习
    BOM DOM
    mysql视图
    用CrwalSpider爬取boss直聘
    设置piplines.py数据管道
    在middlewares.py文件里添加代理ip
    爬取豆瓣电影
  • 原文地址:https://www.cnblogs.com/zhang-wenbin/p/5773561.html
Copyright © 2011-2022 走看看