|
@@ -49,7 +49,7 @@
|
|
|
</el-button>
|
|
|
</div> -->
|
|
|
<!-- 收缩图标 -->
|
|
|
- <el-tooltip class="item" effect="dark" :content="(showRight ? '隐藏' : '显示') + '右侧菜单'" placement="top">
|
|
|
+ <el-tooltip class="item" effect="dark" :content="(showRight ? '隐藏' : '显示') + '右侧菜单'" placement="top" v-if="this.reportType!=4">
|
|
|
<i :class="showRight ? 'el-icon-s-unfold' : 'el-icon-s-fold'"
|
|
|
style="font-size: 25px; margin-top: 5px;color: #2f2f2f; cursor: pointer"
|
|
|
@click="showRight = !showRight"></i>
|
|
@@ -84,7 +84,7 @@
|
|
|
</el-aside>
|
|
|
<el-main v-show="showRight == true" :width="width" style="padding:5px">
|
|
|
|
|
|
- <el-select v-model="queryParams.compareResult" clearable @change="change" placeholder="请选择对比结果">
|
|
|
+ <el-select v-model="queryParams.compareResult" clearable @change="change" placeholder="请选择对比结果" >
|
|
|
<el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value">
|
|
|
</el-option>
|
|
|
</el-select>
|