Browse Source

工资单

jingbb 1 year ago
parent
commit
3d0e5702e7
1 changed files with 2 additions and 10 deletions
  1. 2 10
      src/views/oa/salary_management/personnelSalary/Payroll.vue

+ 2 - 10
src/views/oa/salary_management/personnelSalary/Payroll.vue

@@ -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){