更新
This commit is contained in:
@@ -48,6 +48,10 @@ const dynamicflowColumns = ref([
|
||||
label: "支付价格",
|
||||
prop: "pay_price"
|
||||
},
|
||||
{
|
||||
label: "房间名称",
|
||||
prop: "room_name"
|
||||
},
|
||||
{
|
||||
label: "礼物ID",
|
||||
prop: "gift_id"
|
||||
|
||||
@@ -54,6 +54,10 @@ const dynamicflowColumns = ref([
|
||||
label: "开奖人ID",
|
||||
prop: "user_name"
|
||||
},
|
||||
{
|
||||
label: "房间名称",
|
||||
prop: "room_name"
|
||||
},
|
||||
{
|
||||
label: "支付价格",
|
||||
prop: "bag_price"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -66,6 +66,10 @@ const dynamicflowColumns = ref([
|
||||
label: "开奖人ID",
|
||||
prop: "user_name"
|
||||
},
|
||||
{
|
||||
label: "房间名称",
|
||||
prop: "room_name"
|
||||
},
|
||||
{
|
||||
label: "支付价格",
|
||||
prop: "bag_price"
|
||||
|
||||
@@ -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">
|
||||
巡乐会统计
|
||||
|
||||
Reference in New Issue
Block a user