This commit is contained in:
dute7liang
2024-01-19 20:14:37 +08:00
parent a50057bd8c
commit b8ba8e8ce7
2 changed files with 7 additions and 1 deletions

View File

@@ -182,6 +182,12 @@ export default {
this.$refs.rechargeOrderInfo.traceIdInit(row.traceId)
})
break;
case "SYSTEM_TRANS":
this.rechargeOrderInfoVisible = true
this.$nextTick(() => {
this.$refs.rechargeOrderInfo.traceIdInit(row.traceId)
})
break;
case "GIFT":
this.userGiftInfoVisible = true
this.$nextTick(() => {

View File

@@ -65,7 +65,7 @@
<el-table-column label="接受手机号" align="center" prop="toMobile"/>
<el-table-column label="礼物" align="center" prop="giftImg">
<template v-slot="scope">
<image-preview :src="scope.row.giftImg" :width="50" :height="50"/>
<image-preview :src="scope.row.giftImg" :width="30" :height="30"/>
</template>
</el-table-column>
<el-table-column label="礼物价格" align="center" prop="giftPrice"/>