|
@@ -58,7 +58,7 @@
|
|
|
<!-- v-model="filterbanText">-->
|
|
|
<!-- </el-input>-->
|
|
|
<el-tree :data="deptBanOptionsLiandong" ref="banDept" node-key="id" :check-strictly="true"
|
|
|
- :filter-node-method="filterbanNode" @node-click="handlebanNodeClick" :accordion="true" empty-text="加载中,请稍候"
|
|
|
+ :filter-node-method="filterbanNode" @node-click="handlebanNodeClick" :accordion="true" empty-text=""
|
|
|
:props="defaultProps"></el-tree>
|
|
|
</div>
|
|
|
<div class="forestban-right">
|
|
@@ -421,11 +421,11 @@ export default {
|
|
|
icon: 'iconfont sj-icon-sjdw',
|
|
|
click: 'eventLocation'
|
|
|
},
|
|
|
- {
|
|
|
- name: '图层切换',
|
|
|
- icon: 'iconfont sj-icon-tcqh',
|
|
|
- click: 'layerSwitching'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // name: '图层切换',
|
|
|
+ // icon: 'iconfont sj-icon-tcqh',
|
|
|
+ // click: 'layerSwitching'
|
|
|
+ // },
|
|
|
{
|
|
|
name: '测量工具',
|
|
|
icon: 'iconfont sj-icon-clgj',
|