<el-upload
style="display: inline-flex;margin-right: 8px"
:show-file-list="false"
:before-upload="beforeUpload"
:on-success="onSuccess"
:on-error="onError"
accept=".xls"
:disabled="importDataButtonDisabled"
action="/employee/basic/import">
<el-button :disabled="importDataButtonDisabled" type="success" size="small" :icon="importDataButtonIcon">
{{importDataButtonMsg}}
</el-button>
</el-upload>