瀏覽代碼

BUG #3413 (公路云、养护云)导入excel清单,选择文件类型处应去掉xls格式,现已不支持xls格式

Tony Kang 3 年之前
父節點
當前提交
dbd7ba87c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/building_saas/main/html/main.html

+ 1 - 1
web/building_saas/main/html/main.html

@@ -1668,7 +1668,7 @@
                 </div>
                 <div class="modal-body">
                     <div class="custom-file">
-                        <input type="file" class="custom-file-input" id="customFile" lang="zh" accept=".xls,.xlsx">
+                        <input type="file" class="custom-file-input" id="customFile" lang="zh" accept=".xlsx">
                         <label class="custom-file-label" for="customFile" style="white-space: nowrap; overflow: hidden;">请选择上传文件</label>
                     </div>
                     <div class="alert alert-success mt-3" id="uploadAlert" role="alert" style="display: none;">