修复表单显示问题
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user