1
This commit is contained in:
parent
580a9b814b
commit
83ce631123
@ -47,12 +47,12 @@
|
||||
</template>
|
||||
{{ announcerDetail.tfansNum }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item>
|
||||
<template slot="label">
|
||||
收款人姓名
|
||||
</template>
|
||||
{{ announcerDetail.trecipientName }}
|
||||
</el-descriptions-item>
|
||||
<!-- <el-descriptions-item>-->
|
||||
<!-- <template slot="label">-->
|
||||
<!-- 收款人姓名-->
|
||||
<!-- </template>-->
|
||||
<!-- {{ announcerDetail.trecipientName }}-->
|
||||
<!-- </el-descriptions-item>-->
|
||||
<el-descriptions-item>
|
||||
<template slot="label">
|
||||
报名免打扰
|
||||
@ -60,12 +60,12 @@
|
||||
<span v-if="announcerDetail.topenDisturb == 0"> 否 </span>
|
||||
<span v-if="announcerDetail.topenDisturb == 1"> 是 </span>
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item>
|
||||
<template slot="label">
|
||||
收款码
|
||||
</template>
|
||||
<image-preview :src="announcerDetail.trecipientImage" :width="50" :height="50"/>
|
||||
</el-descriptions-item>
|
||||
<!-- <el-descriptions-item>-->
|
||||
<!-- <template slot="label">-->
|
||||
<!-- 收款码-->
|
||||
<!-- </template>-->
|
||||
<!-- <image-preview :src="announcerDetail.trecipientImage" :width="50" :height="50"/>-->
|
||||
<!-- </el-descriptions-item>-->
|
||||
</el-descriptions>
|
||||
</el-card>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user