import Tree from '@/components/Tree/index.vue'
import { useDaodan } from './ddHooks'
import { NButton } from 'naive-ui'
export default defineComponent({
setup() {
const { treeData, isLoading, showOrHideDdConfig } = useDaodan()
const renderSuffix = ({ option }) => {
if (!option.data) {
return undefined
}
return (
<>