wuxw
2019-07-18 a54a28a5a26e86d6b32990bfbb174c350b917b47
WebService/src/main/resources/components/list-owner/listOwner.html
@@ -1,11 +1,11 @@
<div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce">
<div id="component" >
    <div class="row">
        <div class="col-lg-12">
            <div class="ibox">
                <div class="ibox-title">
                    <h5>业主信息</h5>
                    <div class="ibox-tools" style="top:10px;">
                        <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddOwnerModal()">
                        <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddOwnerModal(-1)">
                            <i class="glyphicon glyphicon-plus"></i>
                            添加业主
                        </button>
@@ -76,8 +76,17 @@
        </div>
    </div>
    <vc:create name="addOwner"></vc:create>
    <vc:create name="editOwner"></vc:create>
    <vc:create name="deleteOwner"></vc:create>
    <vc:create
            name="addOwner"
            notifyLoadDataComponentName="listOwner"
    ></vc:create>
    <vc:create
            name="editOwner"
            notifyLoadDataComponentName="listOwner"
    ></vc:create>
    <vc:create name="deleteOwner"
               notifyLoadDataComponentName="listOwner"
    ></vc:create>
</div>