yuansh пре 10 месеци
родитељ
комит
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>