联调检测脚本页面

This commit is contained in:
GGJ
2025-02-19 16:54:54 +08:00
parent d28669e6b0
commit 8caf856d2d
12 changed files with 543 additions and 240 deletions

View File

@@ -52,7 +52,7 @@ interface TabOption {
}
const props = defineProps({
options: {
type: Array as PropType<TabOption[]>,
type: Array ,
required: true
}
})