yuansh 8 月之前
父节点
当前提交
a268e3813f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>