pestlist.html 602 B

1234567891011121314151617
  1. <table id="pestDataTable" class="table table-striped table-bordered" cellspacing="0" width="100%">
  2. {#<table id="pestDataTable" class="table-responsive" cellspacing="0" width="100%">#}
  3. <thead>
  4. <tr>
  5. <th>
  6. <label class="mt-checkbox mt-checkbox-single mt-checkbox-outline"><input type="checkbox" id="checkAll" /><span></span></label>
  7. </th>
  8. <th>害虫名称</th>
  9. <th>调查日期</th>
  10. <th>区域编号</th>
  11. <th>调查人</th>
  12. <th style="display:none;">备注</th>
  13. <th></th>
  14. <th></th>
  15. </tr>
  16. </thead>
  17. </table>