002390 1 년 전
부모
커밋
6ed1d3aafa
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/material/requisition/index.vue

+ 2 - 2
src/views/material/requisition/index.vue

@@ -29,11 +29,11 @@
           
           <el-button-group >
             <el-button :size="size" @click="handleImport">批量导入</el-button>
-            <el-button  
+            <!-- <el-button  
             :size="size"
               @click="handleDownload" 
               v-hasPermi="['system:apply:export']"
-            >批量导出</el-button>
+            >批量导出</el-button> -->
             <el-button :size="size" @click="handleBatchSubmit">批量提交</el-button>
           </el-button-group>
         </el-col>