|
|
@@ -1,6 +1,6 @@
|
|
|
<!-- 资金信息-资金汇总-入金 -->
|
|
|
<template>
|
|
|
- <app-drawer title="入金" :width="500" v-model:show="show" :loading="loading">
|
|
|
+ <app-drawer title="入金" :width="600" v-model:show="show" :loading="loading">
|
|
|
<el-form ref="formRef" v-if="cusBank.caninamount === 1" class="el-form--vertical" label-width="120px"
|
|
|
:model="formData" :rules="formRules">
|
|
|
<el-form-item prop="Amount" label="入金金额">
|
|
|
@@ -20,7 +20,7 @@
|
|
|
<span>{{ start }} - {{ end }}</span>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
- <span v-if="cusBank.caninamount === 0">{{ msg }}</span>
|
|
|
+ <span v-if="cusBank.caninamount === 0" v-html="msg" />
|
|
|
<template #footer>
|
|
|
<el-button type="info" @click="onCancel">取消</el-button>
|
|
|
<el-button v-if="cusBank.caninamount === 1" type="primary" @click="doDepositWarning">提交</el-button>
|