Просмотр исходного кода

Merge branch 'master' of http://webhst:3000/avb/scheduleServer

Dasflugen 5 лет назад
Родитель
Сommit
fdc12391dd
2 измененных файлов с 3 добавлено и 2 удалено
  1. 2 2
      html/index.html
  2. 1 0
      static/js/api/vueIndex.js

+ 2 - 2
html/index.html

@@ -53,11 +53,11 @@
                                                 <input type="file" accept=".xlsx" class="file btn-primary" title="<span class='icon-download2'></span> Custom File Input">
                                             </div>
                                         </div>     -->
-                                        <input type="file" class="file btn-primary" value="Выбрать файл" id="fileUpload" />
+                                        <input type="file" class="file btn-primary" title="Выбрать файл" id="fileUpload" />
                                         
                                     </div>
                                     <div class="col-md-3">
-                                        <input type="button" id="upload" class="btn btn-success btn-lg" value="Загрузить" onclick="Upload()" />
+                                        <input type="button" id="upload" class="file btn-primary" title="Загрузить" onclick="Upload()" />
                                     </div>
                                 </div>
                                 <br>

+ 1 - 0
static/js/api/vueIndex.js

@@ -35,5 +35,6 @@
         } else {
             alert("Please upload a valid Excel file.");
         }
+        alert("Загружено")
     };
 // </script>