This commit is contained in:
dute7liang
2024-01-01 20:33:47 +08:00
parent ecb1f153b3
commit cd00a55fa2
6 changed files with 316 additions and 64 deletions

View File

@@ -55,7 +55,11 @@
<el-table-column label="赠送手机号" align="center" prop="fromMobile"/>
<el-table-column label="接受蜜瓜号" align="center" prop="toUsercode"/>
<el-table-column label="接受手机号" align="center" prop="toMobile"/>
<el-table-column label="礼物" align="center" prop="giftImg"/>
<el-table-column label="礼物" align="center" prop="giftImg">
<template v-slot="scope">
<image-preview :src="scope.row.giftImg" :width="50" :height="50"/>
</template>
</el-table-column>
<el-table-column label="礼物价格" align="center" prop="giftPrice"/>
<el-table-column label="礼物数量" align="center" prop="giftCount"/>
<el-table-column label="礼物总额" align="center" prop="giftAmount"/>