|
|
@@ -20,7 +20,7 @@
|
|
|
<span>{{ start }} - {{ end }}</span>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
- <span style="color: #999; font-size: 0.2rem;" v-if="cusBank.caninamount === 1" v-html="msg" />
|
|
|
+ <span style="color: #fff; font-size: 0.2rem;" v-if="cusBank.caninamount === 1" v-html="msg" />
|
|
|
<span v-if="cusBank.caninamount === 0" v-html="msg" />
|
|
|
<template #footer>
|
|
|
<el-button type="info" @click="onCancel">取消</el-button>
|