|  |  | 
 |  |  |                 <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 : '职责' | 
 |  |  |                 }, | 
 |  |  |                 { | 
 |  |  |                     field : 'remark',  | 
 |  |  |                     title : '备注' | 
 |  |  |                 }, | 
 |  |  |                     { | 
 |  |  |                         field : 'inSiteTime', | 
 |  |  |                         title : '进场时间' | 
 |  |  |                     }, | 
 |  |  |                     { | 
 |  |  |                         field : 'outSiteTime', | 
 |  |  |                         title : '出场时间' | 
 |  |  |                     }, | 
 |  |  |                     { | 
 |  |  |                         field : 'documentType', | 
 |  |  |                         title : '证件类型', | 
 |  |  |                         visible: false | 
 |  |  |                     }, | 
 |  |  |                     { | 
 |  |  |                         field : 'documentCode', | 
 |  |  |                         title : '证件编号', | 
 |  |  |                         visible: false | 
 |  |  |                     }, | 
 |  |  |                     { | 
 |  |  |                         field : 'documentPath', | 
 |  |  |                         title : '证件照片', | 
 |  |  |                         formatter: function(value, row, index) { | 
 |  |  |                             return `<a onclick="viewUserFile('${row.documentPath}')" href="#">证件照</a>`; | 
 |  |  |                         } | 
 |  |  |  | 
 |  |  |                     }, | 
 |  |  |  | 
 |  |  |                 { | 
 |  |  |                     title: '操作', | 
 |  |  |                     align: 'center', | 
 |  |  | 
 |  |  |             }; | 
 |  |  |             $.table.init(options); | 
 |  |  |         }); | 
 |  |  |         //查看证件照片 | 
 |  |  |         function viewUserFile(path) { | 
 |  |  |             var filepath = "/bjfw/"+path; | 
 |  |  |             window.open(filepath) | 
 |  |  |         } | 
 |  |  |     </script> | 
 |  |  | </body> | 
 |  |  | </html> |