更新
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user