+ bootstrap-table toolbar
This commit is contained in:
parent
35f5155ceb
commit
3d5a42acf1
|
@ -1799,6 +1799,10 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$('.bt_table').bootstrapTable({
|
$('.bt_table').bootstrapTable({
|
||||||
url: '/api/gis/sjy_station_weather',
|
url: '/api/gis/sjy_station_weather',
|
||||||
|
search: 'true',
|
||||||
|
showRefresh: 'true',
|
||||||
|
showToggle: 'true',
|
||||||
|
showColumns: 'true',
|
||||||
columns: [{
|
columns: [{
|
||||||
field: 'id',
|
field: 'id',
|
||||||
title: '序号'
|
title: '序号'
|
||||||
|
|
Loading…
Reference in New Issue