优化代码

This commit is contained in:
Your Name 2023-09-07 14:51:07 +08:00
parent 57b5c484a0
commit f69873f234
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -10,7 +10,7 @@
customFee: '',
preFee: 'OFF',
content: '',
qrCodeUrl:'',
}
},
_initMethod: function () {
@ -148,7 +148,7 @@
customFee: '',
preFee: 'OFF',
content: '',
qrCodeUrl:''
}
}
}