|
|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
<div class="top-right-btn" :style="style">
|
|
|
<el-row>
|
|
|
- <el-tooltip class="item" effect="dark" :content="showOrgTree ? '隐藏机构':'显示机构'" placement="top" v-if="orgTree">
|
|
|
+ <!-- <el-tooltip class="item" effect="dark" :content="showOrgTree ? '隐藏机构':'显示机构'" placement="top" v-if="orgTree">
|
|
|
<el-button size="mini" circle :icon="showOrgTree ? 'el-icon-s-fold': 'el-icon-s-unfold'" @click="toggleOrgTree()" />
|
|
|
- </el-tooltip>
|
|
|
+ </el-tooltip> -->
|
|
|
<el-tooltip class="item" effect="dark" :content="showSearch ? '折叠搜索' : '展开搜索'" placement="top" v-if="search">
|
|
|
<el-button size="mini" circle :icon="showSearch ? 'el-icon-top':'el-icon-bottom'" @click="toggleSearch()" />
|
|
|
</el-tooltip>
|