zhangyanpeng
2024-08-03 0adf07d631aea75202fd93337693677db62f1c90
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>