Newer
Older
DH_Apicture / src / views / pictureOnMap / page / components / DialogTabs / component / bengzhandiaodu.vue
@leishan leishan 4 days ago 385 bytes 优化
<template>
  3333
</template>

<script setup name="bengzhandiaodu">
const props = defineProps({
  // 数据id
  dataID: {
    type: [String, Number],
  },
  dataCode: {
    type: String,
  },
  // 默认打开tabs的key
  RefreshName: {
    type: String,
  },
  tabsType: {
    type: String,
  },
  typeName: {
    type: String,
  },
});
</script>

<style lang="scss" scoped>

</style>