|
@@ -43,9 +43,7 @@
|
|
|
|
|
|
<!-- 操作按钮区域 -->
|
|
|
<div class="table-operator">
|
|
|
- <a-button @click="createMonthlyPayroll" type="primary" icon="plus">生成月度工资单</a-button>
|
|
|
- <a-button @click="createOvertimePayroll" type="primary" icon="plus">生成加班工资单</a-button>
|
|
|
- <a-button @click="createLeavePayroll" type="primary" icon="plus">生成年休工资单</a-button>
|
|
|
+ <a-button @click="createPayroll" type="primary" icon="plus">生成工资单</a-button>
|
|
|
</div>
|
|
|
|
|
|
<!-- table区域-begin -->
|
|
@@ -180,13 +178,7 @@
|
|
|
getTableList(){
|
|
|
|
|
|
},
|
|
|
- createMonthlyPayroll(){
|
|
|
-
|
|
|
- },
|
|
|
- createOvertimePayroll(){
|
|
|
-
|
|
|
- },
|
|
|
- createLeavePayroll(){
|
|
|
+ createPayroll(){
|
|
|
|
|
|
},
|
|
|
handleDetail(record){
|