吴学文
2019-05-19 0eab3c5812dac7cb4430be5bd8101eb85967a8e1
WebService/src/main/resources/components/list-owner-member/listOwnerMember.html
@@ -8,7 +8,7 @@
                    <table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
                        <thead>
                        <tr>
                            <th>业主ID</th>
                            <th>成员ID</th>
                            <th data-hide="phone">名称</th>
                            <th data-hide="phone">性别</th>
                            <th data-hide="phone">年龄</th>
@@ -48,7 +48,7 @@
                                    <button class="btn-white btn btn-xs" v-on:click="_openEditOwnerModel(owner)">修改</button>
                                </div>
                                <div class="btn-group">
                                    <button class="btn-white btn btn-xs" v-on:click="_openDelOwnerModel(owner)">删除</button>
                                    <button class="btn-white btn btn-xs" v-on:click="_openDeleteOwnerModel(owner)">删除</button>
                                </div>
                            </td>
                        </tr>
@@ -67,6 +67,10 @@
        </div>
    </div>
    <!-- 删除员工权限 -->
    <vc:create name="editOwner"></vc:create>
    <vc:create name="deleteOwner"></vc:create>
    <vc:create name="editOwner"
               notifyLoadDataComponentName="listOwnerMember"
    ></vc:create>
    <vc:create name="deleteOwner"
               notifyLoadDataComponentName="listOwnerMember"
    ></vc:create>
</div>