console
<table object-table data="tableJson.list" headers="登录账号,姓名,工号,身份, 职位,部门,手机号 " fields="name,eyeColor,age,balance,company,address,favoriteFruit" paging="false" search="false">
<tbody>
<tr>
<td><a ng-href="#/sys/user/userEdit?user_id={{item.id}}">{{::item.loginName}} <span ng-show="item.admin" class="label bg-orange">系统管理员</span></a>
<span ng-show="item.delFlag=='1'" class="label pull-right bg-orange">停用</span>
<td>{{item.name}}</td>
<td>{{::item.no}}</td>
<td>{{item.userType}}</td>
<td>{{::item.userType}}</td>
<td>{{::item.office.name}}</td>
<td>{{::item.mobile}}</td>
</tr>
</tbody>
</table>
<table-nav data-url="http://localhost:8080/arm/a/sys/user/listData" data-pagesize='2' data-tableobj='tableJson'></table-nav>