修复表单显示问题

This commit is contained in:
Dragon
2024-03-22 10:19:37 +08:00
parent 1841157b67
commit 98b47a826e

View File

@@ -45,9 +45,9 @@
<el-table-column prop="receiveNick" align="center" label="收礼人昵称" />
<el-table-column align="center" label="获得奖励数额" width="">
<template v-slot="scope">
<el-button @click="edi(scope.row)" class="primary" type="text" size="small"
>获得奖励数额{{ scope.row.rewardAmount }}</el-button
>
<el-button @click="edi(scope.row)" type="text" size="small"
>{{ scope.row.rewardAmount }}</el-button
>
</template>
</el-table-column>
</el-table>