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