init
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user