| | |
| | | <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> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <vc:create name="addFloor"></vc:create> |
| | | <vc:create name="editFloor"></vc:create> |
| | | <vc:create name="deleteFloor"></vc:create> |
| | | |
| | | </div> |