|
|
@@ -17,7 +17,7 @@
|
|
|
label-width="120px"
|
|
|
>
|
|
|
<!-- 文件名: -->
|
|
|
- <el-form-item label="文件命令" prop="fileName" style="width: 400px;">
|
|
|
+ <el-form-item label="文件重命名" prop="fileName" style="width: 400px;">
|
|
|
<el-input placeholder="在此填写上传后的文件名" v-model="form.fileName">
|
|
|
<template #append>.csv</template>
|
|
|
</el-input>
|
|
|
@@ -39,8 +39,12 @@
|
|
|
:on-change="getFile"
|
|
|
:on-exceed="handleExceed"
|
|
|
:limit="1"
|
|
|
+ class="upload-demo"
|
|
|
style="width: 500px;"
|
|
|
>
|
|
|
+ <div class="row-flex" style="height:100%;width:100%;">
|
|
|
+ <el-button icon="upload" style="border:0">点击上传或者拖拽文件上传</el-button>
|
|
|
+ </div>
|
|
|
</el-upload>
|
|
|
|
|
|
<span slot="tip">{{message}}</span>
|