fix:修复bug

This commit is contained in:
xiongchengqiang 2020-05-22 10:55:03 +08:00
parent e3fc340d5b
commit c4c357092f

View File

@ -47,14 +47,13 @@
:auto-upload="false"
:show-file-list="false"
:on-change="handleChange"
accept=".xlsx, .csv"
:disabled="isUploading"
>
<el-button type="primary" :loading="isUploading" icon="el-icon-plus">批量导入员工档案</el-button>
</el-upload>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="handleExport">导出员工档案</el-button>
<el-button type="primary" @click="handleExport">导出模板</el-button>
</el-form-item>
</el-form>
</div>