From c55a2113b5825a6545f09229261f7cbb43f9ab18 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期四, 15 八月 2024 15:09:02 +0800 Subject: [PATCH] 调整 --- module/md/page/customer/page/channel_relationship.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/md/page/customer/page/channel_relationship.html b/module/md/page/customer/page/channel_relationship.html index e51535f..7b69e03 100644 --- a/module/md/page/customer/page/channel_relationship.html +++ b/module/md/page/customer/page/channel_relationship.html @@ -34,7 +34,7 @@ tabs: [], tabsobj: {}, - + isShowTab: false, dataRequest: [ ], @@ -323,12 +323,12 @@ <span :class="page_title == 'right' ? 'h_page_title_right' : 'h_page_title_left'"><span class="h_page_title_txt">{{title}}</span></span> <div :class="page_title == 'right' ? 'h_page_button_left' : 'h_page_button_right'"> <el-button-group style="margin-left: 3px;"> - <el-button v-if="cbuttons_r.refresh" type="primary" @click="onRefreshChannelStructure" icon="el-icon-refresh-right">閲嶆柊鐢熸垚</el-button> + <!-- <el-button v-if="cbuttons_r.refresh" type="primary" @click="onRefreshChannelStructure" icon="el-icon-refresh-right">閲嶆柊鐢熸垚</el-button> --> <el-button type="primary" @click="onDownload" :icon="buttonsconfig.export.icon">{{buttonsconfig.export.name}}</el-button> </el-button-group> </div> </div> - <div> + <div v-show="isShowTab"> <el-tabs v-model="activeTabName" @tab-click="handleClick"> <el-tab-pane v-for="(tab, k) in tabs" :label="tab.name" :name="tab.code" :key="k"></el-tab-pane> </el-tabs> -- Gitblit v1.8.0