|
...
|
...
|
@@ -34,7 +34,7 @@ |
|
|
|
<div class="table-operator">
|
|
|
|
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> -->
|
|
|
|
<!-- <a-button @click="handleAddUser" type="primary" icon="plus">新增用户</a-button> -->
|
|
|
|
<a-button type="primary" icon="download" @click="handleExportXls('tbl_salary_calculation')">导出</a-button>
|
|
|
|
<a-button type="primary" icon="download" @click="handleExportXls('工资信息')">导出</a-button>
|
|
|
|
<a-upload
|
|
|
|
name="file"
|
|
|
|
:showUploadList="false"
|
|
...
|
...
|
@@ -52,7 +52,7 @@ |
|
|
|
@handleSuperQuery="handleSuperQuery"
|
|
|
|
></j-super-query>
|
|
|
|
<a-button type="primary" @click="selectup(salaryMonth)" icon="search">计算</a-button>
|
|
|
|
<a-button type="primary" @click="downloadFile2('工资导入.xlsx')" download="工资导入.xlsx">导入模版下载</a-button>
|
|
|
|
<a-button type="primary" @click="downloadFile2('工资导入.xlsx')" download="工资导入.xlsx">导入模板下载</a-button>
|
|
|
|
<!-- <a href="https://feite-1300636907.cos.ap-chongqing.myqcloud.com/工资导入.xlsx" download="工资导入.xlsx"
|
|
|
|
>下载工资导入文件</a
|
|
|
|
> -->
|
...
|
...
|
|