Update index.vue

This commit is contained in:
zhaoguoweiLLHC
2018-09-27 12:53:20 +08:00
committed by GitHub
parent 1e65175152
commit 9a2946b00a

View File

@@ -1,6 +1,6 @@
<template>
<div>
<input ref="excel-upload-input" class="excel-upload-input" type="file" accept=".xlsx, .xls" @change="handleClick">
<input ref="excel-upload-input" class="excel-upload-input" type="file" accept=".xlsx, .xls" @change="handleClick">
<div class="drop" @drop="handleDrop" @dragover="handleDragover" @dragenter="handleDragover">
Drop excel file here or
<el-button :loading="loading" style="margin-left:16px;" size="mini" type="primary" @click="handleUpload">Browse</el-button>