| | |
| | | <a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()" shiro:hasPermission="geo:projectPerson:remove"> |
| | | <i class="fa fa-remove"></i> 删除 |
| | | </a> |
| | | <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="geo:projectPerson:export"> |
| | | <i class="fa fa-download"></i> 导出 |
| | | </a> |
| | | <!-- <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="geo:projectPerson:export">--> |
| | | <!-- <i class="fa fa-download"></i> 导出--> |
| | | <!-- </a>--> |
| | | </div> |
| | | <div class="col-sm-12 select-table table-striped"> |
| | | <table id="bootstrap-table"></table> |
| | |
| | | title : '手机号' |
| | | }, |
| | | { |
| | | field : 'address', |
| | | title : '地址' |
| | | field : 'idCard', |
| | | title : '身份证号' |
| | | }, |
| | | { |
| | | field : 'personGroup', |
| | | title : '人员分组' |
| | | }, |
| | | { |
| | | field : 'responsibility', |
| | | title : '职责' |