wuxw
2019-07-16 e108ff50d948e7b8f85a07a8ec708699df745c82
WebService/src/main/resources/components/edit-owner/editOwner.html
@@ -33,7 +33,7 @@
                                <div class="col-sm-10"><input v-model="editOwnerInfo.remark" type="tel" placeholder="可填,请填写备注" class="form-control"></div>
                            </div>
                            <div class="ibox-content">
                                <button class="btn btn-primary float-right" type="button" v-on:click="saveOwnerInfo()" ><i class="fa fa-check"></i>&nbsp;保存</button>
                                <button class="btn btn-primary float-right" type="button" v-on:click="editOwnerMethod()" ><i class="fa fa-check"></i>&nbsp;保存</button>
                                <button type="button" class="btn btn-warning float-right" style="margin-right:20px;" data-dismiss="modal">取消</button>
                            </div>
                        </div>