| | |
| | | <div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce"> |
| | | <div id="component" > |
| | | <div class="row"> |
| | | <div class="col-lg-12"> |
| | | <div class="ibox"> |
| | |
| | | <th data-hide="phone">编号</th> |
| | | <th data-hide="phone">创建员工</th> |
| | | <th data-hide="phone">备注</th> |
| | | <th data-hide="phone">创建时间</th> |
| | | <th class="text-right">操作</th> |
| | | |
| | | </tr> |
| | |
| | | <td> |
| | | {{floor.floorId}} |
| | | </td> |
| | | |
| | | <td> |
| | | {{floor.name}} |
| | | {{floor.floorName}} |
| | | </td> |
| | | <td> |
| | | {{floor.floorNum}} |
| | | </td> |
| | | <td> |
| | | {{floor.userName}} |
| | |
| | | <td> |
| | | {{floor.remark}} |
| | | </td> |
| | | <td> |
| | | {{vc.dateFormat(floor.createTime)}} |
| | | </td> |
| | | <td class="text-right"> |
| | | <div class="btn-group"> |
| | | <button class="btn-white btn btn-xs" v-on:click="_openEditFloorModel(floor)">修改</button> |
| | | </div> |
| | | <div class="btn-group"> |
| | | <button class="btn-white btn btn-xs" v-on:click="_openDelFloorModel(floor)">删除</button> |
| | | </div> |
| | |
| | | </tr> |
| | | </tfoot> |
| | | </table> |
| | | |
| | | <!-- 分页 --> |
| | | <vc:create name="pagination"></vc:create> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <vc:create name="addFloor"></vc:create> |
| | | <vc:create name="editFloor"></vc:create> |
| | | <vc:create name="deleteFloor"></vc:create> |
| | | |
| | | </div> |