|
@@ -81,7 +81,7 @@
|
|
|
|
|
|
<!-- 操作按钮区域 -->
|
|
<!-- 操作按钮区域 -->
|
|
<div class="table-operator">
|
|
<div class="table-operator">
|
|
- <a-button @click="showUserSelection" type="primary" icon="plus">添加用户</a-button>
|
|
|
|
|
|
+ <a-button @click="showUserSelection" type="primary" icon="plus">添加员工</a-button>
|
|
<!-- <a-button type="primary" icon="download" @click="handleExportXls('入职登记')">导出</a-button>
|
|
<!-- <a-button type="primary" icon="download" @click="handleExportXls('入职登记')">导出</a-button>
|
|
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
|
|
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
|
|
<a-button type="primary" icon="import">导入</a-button>
|
|
<a-button type="primary" icon="import">导入</a-button>
|