This commit is contained in:
yziiy
2025-10-14 17:43:53 +08:00
parent 18838360c2
commit 062582cf14
5 changed files with 15 additions and 3 deletions

View File

@@ -48,6 +48,10 @@ const dynamicflowColumns = ref([
label: "支付价格",
prop: "pay_price"
},
{
label: "房间名称",
prop: "room_name"
},
{
label: "礼物ID",
prop: "gift_id"

View File

@@ -54,6 +54,10 @@ const dynamicflowColumns = ref([
label: "开奖人ID",
prop: "user_name"
},
{
label: "房间名称",
prop: "room_name"
},
{
label: "支付价格",
prop: "bag_price"

View File

@@ -45,7 +45,7 @@ onMounted(() => {
}" @page-current-change="handleCurrentChange" @page-size-change="handleSizeChange">
<template #operation="{ row }">
<el-button v-if="!row.status" link type="primary" :size="size" @click="openDialog('查看领取详情', row)">
<el-button v-if="row.status !== 0" link type="primary" :size="size" @click="openDialog('查看领取详情', row)">
查看领取详情
</el-button>
</template>

View File

@@ -66,6 +66,10 @@ const dynamicflowColumns = ref([
label: "开奖人ID",
prop: "user_name"
},
{
label: "房间名称",
prop: "room_name"
},
{
label: "支付价格",
prop: "bag_price"

View File

@@ -54,10 +54,10 @@ onMounted(() => {
color: 'var(--el-text-color-primary)'
}" @page-current-change="handleCurrentChange" @page-size-change="handleSizeChange">
<template #operation="{ row }">
<el-button type="primary" v-if="row.is_open_blind_box_turntable_str === '是'" link :size="size"
<!-- <el-button type="primary" v-if="row.is_open_blind_box_turntable_str === '是'" link :size="size"
@click="viewTurntableData(row)">
转盘统计
</el-button>
</el-button> -->
<!-- <el-button @click="viewXunLeHuiData(row)" type="primary"
v-if="row.is_open_blind_box_turntable_str === '是'" link :size="size">
巡乐会统计