diff --git a/src/views/room/roomList/XunLeHui/statistics.vue b/src/views/room/roomList/XunLeHui/statistics.vue index 621feaf..f477288 100644 --- a/src/views/room/roomList/XunLeHui/statistics.vue +++ b/src/views/room/roomList/XunLeHui/statistics.vue @@ -10,10 +10,9 @@ import { } from "@/api/modules/room"; const searchLabel = ref([ { label: "用户ID", prop: "gift_id", type: "input" }, - { label: "开奖期数", prop: "gift_name", type: "input" }, - { label: "礼物ID", prop: "gift_name", type: "input" }, - { label: "房间ID", prop: "gift_name", type: "input" }, - { label: "类型", prop: "gift_name", type: "input" } + { label: "开奖期数", prop: "periods", type: "input" }, + { label: "礼物ID", prop: "gift_id", type: "input" }, + { label: "房间ID", prop: "room_id", type: "input" } ]); const props = defineProps(["roomId"]); const searchForm = ref({