fix:修复bug
This commit is contained in:
parent
e3fc340d5b
commit
c4c357092f
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user