This commit is contained in:
yziiy
2025-09-16 17:48:08 +08:00
parent 096bbc80a6
commit 903f2004aa

View File

@@ -10,10 +10,9 @@ import {
} from "@/api/modules/room"; } from "@/api/modules/room";
const searchLabel = ref([ const searchLabel = ref([
{ label: "用户ID", prop: "gift_id", type: "input" }, { label: "用户ID", prop: "gift_id", type: "input" },
{ label: "开奖期数", prop: "gift_name", type: "input" }, { label: "开奖期数", prop: "periods", type: "input" },
{ label: "礼物ID", prop: "gift_name", type: "input" }, { label: "礼物ID", prop: "gift_id", type: "input" },
{ label: "房间ID", prop: "gift_name", type: "input" }, { label: "房间ID", prop: "room_id", type: "input" }
{ label: "类型", prop: "gift_name", type: "input" }
]); ]);
const props = defineProps(["roomId"]); const props = defineProps(["roomId"]);
const searchForm = ref({ const searchForm = ref({