mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
57b5c484a0
commit
f69873f234
@ -75,6 +75,15 @@
|
||||
:placeholder="vc.i18n('必填,请填写提示内容','editPayFeeQrcode')" class="form-control"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">
|
||||
<vc:i18n name='二维码地址' namespace='editPayFeeQrcode'></vc:i18n>
|
||||
</label>
|
||||
<div class="col-sm-10">
|
||||
<input v-model="editPayFeeQrcodeInfo.qrCodeUrl" type="text"
|
||||
disabled="disabled" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ibox-content">
|
||||
<button class="btn btn-primary float-right" type="button" v-on:click="editPayFeeQrcode()"><i
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
customFee: '',
|
||||
preFee: 'OFF',
|
||||
content: '',
|
||||
|
||||
qrCodeUrl:'',
|
||||
}
|
||||
},
|
||||
_initMethod: function () {
|
||||
@ -148,7 +148,7 @@
|
||||
customFee: '',
|
||||
preFee: 'OFF',
|
||||
content: '',
|
||||
|
||||
qrCodeUrl:''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user