This commit is contained in:
lcw
2026-01-28 22:02:20 +08:00
parent c724ff9e12
commit 18b5b1bb4f

View File

@ -121,7 +121,6 @@ const props=defineProps({
default: () => ({})
}
})
const timeData = ref({
ryXm: '',
time: []
@ -185,7 +184,10 @@ const pageData = reactive({
{ label: "抓拍摄像头", prop: "dz", showOverflowTooltip: true, },
{ label: "标签", prop: "bq", showOverflowTooltip: true }
]
});
}
</script>
<style lang="scss" scoped>