瀏覽代碼

调整导入弹窗

002390 2 年之前
父節點
當前提交
7ad918d1c7
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      src/views/material/basicFile/index.vue

+ 0 - 9
src/views/material/basicFile/index.vue

@@ -130,15 +130,6 @@
     <!-- 导入弹窗 -->
     <el-dialog title="批量导入" :visible.sync="importData.show" width="35%" center @before-close="handlefileDialogColse">
       <div class="mb-import">
-
-        <!-- <el-upload class="upload-demo" accept=".xls, .xlsx" ref="upload" action="#" :on-remove="handleFileRemove"
-          :file-list="importData.list" :auto-upload="false" :on-change="handleChangeFile" :limit="1">
-          <el-button slot="trigger" type="primary">选取文件</el-button>
-          <div slot="tip" class="el-upload__tip">只能上传Excel文件</div>
-        </el-upload>
-        <el-button type="success" @click="handleDownTemplate">下载模板</el-button> -->
-
-
         <el-upload class="upload-demo" accept=".xls, .xlsx" ref="upload" action="#" :on-remove="handleFileRemove"
           :file-list="importData.list" :auto-upload="false" :on-change="handleChangeFile" :limit="1">
           <el-button slot="trigger" size="small" type="primary">选取文件</el-button>