mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 08:12:33 +00:00
[Update] 去掉树
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
<el-collapse-transition>
|
||||
<el-row>
|
||||
<el-col v-show="ShowTree" :span="4" class="transition-box">
|
||||
<TreeNode :url="treeurl" @urlChanged="handleUrlChange" />
|
||||
<!-- <TreeNode :url="treeurl" @urlChanged="handleUrlChange" />-->
|
||||
这里放资产树
|
||||
</el-col>
|
||||
<el-col :span="1" class="mini"><div style="display:block" class="mini-button" @click="ShowTree=!ShowTree"><i v-show="ShowTree" id="toggle-icon" class="fa fa-angle-left fa-x" /><i v-show="!ShowTree" id="toggle-icon" class="fa fa-angle-right fa-x" /></div></el-col>
|
||||
<el-col :span="ShowTree?19:23" class="transition-box">
|
||||
@@ -17,11 +18,11 @@
|
||||
|
||||
<script>
|
||||
import { Page } from '@/layout/components'
|
||||
import TreeNode from '@/components/TreeNode'
|
||||
// import TreeNode from '@/components/TreeNode'
|
||||
export default {
|
||||
components: {
|
||||
Page,
|
||||
TreeNode
|
||||
Page
|
||||
// TreeNode
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
Reference in New Issue
Block a user