运营admin加入订单详情功能

This commit is contained in:
wuxw 2025-02-20 16:42:03 +08:00
parent b868cd3455
commit 18e3a92286
2 changed files with 3 additions and 5 deletions

View File

@ -6,8 +6,7 @@
<span><vc:i18n name="报修登记" namespace="addOwnerRepair"></vc:i18n></span>
</h3>
<div class="ibox-content">
<div>
<div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">
<span><vc:i18n name="报修范围" namespace="addOwnerRepair"></vc:i18n></span>
@ -122,8 +121,7 @@
<i class="fa fa-times"></i>&nbsp;取消
</button>
</div>
</div>
</div>
</div>
</div>
</div>

View File

@ -86,7 +86,7 @@
return {
floorNum: _term,
page: 1,
row: 50,
row: 500,
communityId: vc.getCurrentCommunity().communityId
};
},