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