mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
优化代码
This commit is contained in:
parent
4a82c6e6ba
commit
2a8d0522f6
@ -33,8 +33,8 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-2">
|
||||
<div class="form-group">
|
||||
<input type="text" :placeholder="vc.i18n('请选择账户ID','integralDetail')"
|
||||
v-model="integralDetailInfo.conditions.integralId" class=" form-control">
|
||||
<input type="text" :placeholder="vc.i18n('请填写账户','integralDetail')"
|
||||
v-model="integralDetailInfo.conditions.integralNameLike" class=" form-control">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
conditions: {
|
||||
integralId: '',
|
||||
detailType: '',
|
||||
relIntegralId: '',
|
||||
integralNameLike: '',
|
||||
amount: '',
|
||||
objType: '',
|
||||
orderId: '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user