zhengnaiwen_citu 6 mesiacov pred
rodič
commit
83e8cd62d0

+ 3 - 3
src/views/humanResources/organizationStructure/index.vue

@@ -2,11 +2,11 @@
   <div class="fullBox white pa-3 relative" ref="boxRef">
     <div ref="graphRef" v-loading="loading" class="fullBox"></div>
     <div class="btnBox pa-1">
-      <el-upload class="el-button pa-0" action="#" :show-file-list="false" :http-request="onImport">
+      <!-- <el-upload class="el-button pa-0" action="#" :show-file-list="false" :http-request="onImport">
         <m-button type="orange" icon="el-icon-upload2" size="small" :loading="importLoading">导入</m-button>
-      </el-upload>
+      </el-upload> -->
       <m-button type="orange" icon="el-icon-download" size="small" :loading="exportLoading" @click="onExport">导出</m-button>
-      <m-button type="orange" icon="el-icon-download" size="small" :loading="downloadLoading" @click="onDownload">模板下载</m-button>
+      <!-- <m-button type="orange" icon="el-icon-download" size="small" :loading="downloadLoading" @click="onDownload">模板下载</m-button> -->
       <m-button type="orange" icon="el-icon-plus" size="small" @click="onAdd">新增机构</m-button>
     </div>
     <div ref="contextMenuRefs" class="contextMenu">