工程信息管理添加删除功能

This commit is contained in:
GGJ
2024-11-01 16:17:10 +08:00
parent 59969df8f0
commit c0011a5d5b
6 changed files with 75 additions and 29 deletions

View File

@@ -24,7 +24,7 @@ interface Props {
const props = withDefaults(defineProps<Props>(), {
nextFlag: false,
theCurrentTime: false
theCurrentTime: true
})
const interval = ref(3)