yuansh 9 months ago
parent
commit
a268e3813f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/oa/salary_management/personnelSalary/Payroll.vue

+ 1 - 1
src/views/oa/salary_management/personnelSalary/Payroll.vue

@@ -65,7 +65,7 @@
       <div class="table-operator">
         <a-button @click="createPayroll" type="primary" icon="plus">生成工资单</a-button>
         <a-button @click="addPayroll" type="primary" icon="plus">导入</a-button>
-        <!-- <a-button @click="daochu" type="primary" icon="plus">导出明细</a-button> -->
+        <a-button @click="daochu" type="primary" icon="plus">导出明细</a-button>
       </div>