1234567891011121314151617 |
- <table id="pestDataTable" class="table table-striped table-bordered" cellspacing="0" width="100%">
- {#<table id="pestDataTable" class="table-responsive" cellspacing="0" width="100%">#}
- <thead>
- <tr>
- <th>
- <label class="mt-checkbox mt-checkbox-single mt-checkbox-outline"><input type="checkbox" id="checkAll" /><span></span></label>
- </th>
- <th>害虫名称</th>
- <th>调查日期</th>
- <th>区域编号</th>
- <th>调查人</th>
- <th style="display:none;">备注</th>
- <th></th>
- <th></th>
- </tr>
- </thead>
- </table>
|