dev-cl
qsh 3 months ago
parent 880eabb761
commit f3b5079fbe
  1. 2
      src/views/Pers/Setting/Comp/DialogPlan.vue

@ -9,7 +9,7 @@
<el-button type="primary" @click="handleAddYearPlan"> 添加年度考勤方案 </el-button>
<span class="ml-20px font-bold">请配置每月计薪天数计薪天数 = 应出勤天数 + 带薪假天数</span>
</div>
<el-table :data="planList" border stripe>
<el-table :data="form.planList" border stripe>
<el-table-column label="年份" width="150px">
<template #default="{ row }">
<el-date-picker

Loading…
Cancel
Save