|
|
@@ -33,6 +33,7 @@
|
|
|
:name="item.fieldcode" :label="item.fieldname" v-model="item.value"
|
|
|
:placeholder="`请输入${item.fieldname}`" />
|
|
|
</template>
|
|
|
+ <p style="padding: 15px; color: #666; font-size: 13px;" v-html="msg_317"></p>
|
|
|
</CellGroup>
|
|
|
<CellGroup inset v-if="cusBank.canoutamount === 0">
|
|
|
<Cell>
|
|
|
@@ -40,11 +41,6 @@
|
|
|
<p v-html="msg"></p>
|
|
|
</template>
|
|
|
</Cell>
|
|
|
- <Cell>
|
|
|
- <template #label>
|
|
|
- <p v-html="msg_317"></p>
|
|
|
- </template>
|
|
|
- </Cell>
|
|
|
</CellGroup>
|
|
|
</Form>
|
|
|
<template #footer v-if="cusBank.canoutamount === 1">
|