综合查询

This commit is contained in:
zhangdingyu
2019-09-26 14:22:18 +08:00
parent a0ddbdb218
commit 414ae5d084
4 changed files with 24 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div style="display: inline-block;width: 100%;height: 100%;margin: 10px 20px 40px 10px">
<div style="display: inline-block;width: 100%;height: 100%;margin-top: 5px">
<input id="excel-upload-input" ref="excel-upload-input" type="file" multiple="multiple" accept=".xlsx, .xls" class="c-hide" @change="handkeFileChange">
<div id="drop" @drop="handleDrop" @dragover="handleDragover" @dragenter="handleDragover">
将Excel文件拖到这或