<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>