|
|
|
@ -1,3 +1,11 @@
|
|
|
|
|
/*
|
|
|
|
|
* @Author: donghao donghao@supervision.ltd
|
|
|
|
|
* @Date: 2024-02-22 13:38:04
|
|
|
|
|
* @LastEditors: donghao donghao@supervision.ltd
|
|
|
|
|
* @LastEditTime: 2024-09-24 09:38:20
|
|
|
|
|
* @FilePath: \general-work-web\General-AI-Platform-Web-Client\src\components\CustomTree\src\collapseTree.tsx
|
|
|
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
|
|
*/
|
|
|
|
|
import { defineComponent, Transition } from "vue";
|
|
|
|
|
import CollapseTreeItem from "./collapseTreeItem";
|
|
|
|
|
import "./collapseTreeStyle.scss";
|
|
|
|
@ -16,7 +24,6 @@ export default defineComponent({
|
|
|
|
|
// const count = ref<number>(1);
|
|
|
|
|
// const treeData = ref(props.value);
|
|
|
|
|
// console.log(treeData.value);
|
|
|
|
|
|
|
|
|
|
return () => {
|
|
|
|
|
return (
|
|
|
|
|
<div class="collapseTree_wrap">
|
|
|
|
|