修改驾驶舱时间问题

This commit is contained in:
guanj
2025-12-08 13:30:46 +08:00
parent 51a0ae49a9
commit a77db278ac
23 changed files with 67 additions and 70 deletions

View File

@@ -52,7 +52,7 @@ import { mainHeight } from '@/utils/layout'
const prop = defineProps({
width: { type: [String, Number] },
height: { type: [String, Number] },
timeKey: { type: [String, Number] },
timeKey: { type: Array as () => string[] },
timeValue: { type: Object }
})