车位区域管理完成

This commit is contained in:
Zy
2026-04-10 15:06:57 +08:00
parent 238aa9a400
commit 966a54fe3f
24 changed files with 2925 additions and 32 deletions

View File

@@ -14,7 +14,7 @@ import { ref } from 'vue';
import type { FloorsType, HouseType } from '@/api/system/house/type';
const props = defineProps<{
unit: FloorsType[];
fIdx: string;
fIdx: number | string;
menuList: {
label: string;
value: string;