Browse Source

取消下载按钮

liyg 2 years ago
parent
commit
3e7ef39e63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/TMS/components/domesticMine/wagonLoadAdd.vue

+ 1 - 1
src/views/TMS/components/domesticMine/wagonLoadAdd.vue

@@ -13,7 +13,7 @@
           <el-button  type="primary">导入车皮号(Excel)</el-button>
       </el-upload>
       <div style="margin-right:200px;">当前导入数量:{{tableData.length}}</div>
-      <el-button type="primary" @click="exportData()"><i class="el-icon-download"></i>下载Excel模板</el-button>
+      <!-- <el-button type="primary" @click="exportData()"><i class="el-icon-download"></i>下载Excel模板</el-button> -->
     </div>
     <div>
       <span style="color:red">导入数据中的 品名、发货单位、车号、发站 是必须的</span>