吴学文
2019-07-10 4ee6445f67bbb56caa2b2f981afce6e87cc602af
WebService/src/main/resources/components/floor/listFloor.html
@@ -1,4 +1,4 @@
<div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce">
<div id="component" >
    <div class="row">
        <div class="col-lg-12">
            <div class="ibox">
@@ -21,7 +21,6 @@
                            <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>
@@ -31,8 +30,12 @@
                            <td>
                                {{floor.floorId}}
                            </td>
                            <td>
                                {{floor.name}}
                                {{floor.floorName}}
                            </td>
                            <td>
                                {{floor.floorNum}}
                            </td>
                            <td>
                                {{floor.userName}}
@@ -40,10 +43,10 @@
                            <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>
@@ -58,10 +61,15 @@
                        </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>