|
|
@@ -26,7 +26,7 @@
|
|
|
<span>{{ start }} - {{ end }}</span>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
- <span v-if="cusBank.canoutamount === 0">{{ msg }}</span>
|
|
|
+ <span v-if="cusBank.canoutamount === 0" v-html="msg" />
|
|
|
<template #footer>
|
|
|
<el-button type="info" @click="onCancel">取消</el-button>
|
|
|
<el-button v-if="cusBank.canoutamount === 1" type="primary" @click="doWithDrawWarning">提交</el-button>
|