From bb6566d1f33973994975a278e81ecf7a820c34dd Mon Sep 17 00:00:00 2001 From: zty <1048209592@qq.com> Date: Tue, 6 Aug 2024 17:46:54 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=AF=B7=E5=81=87=E4=B8=8B=E6=8B=89=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kehui-oa-front/src/assets/js/common/app.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/kehui-oa-front/src/assets/js/common/app.js b/kehui-oa-front/src/assets/js/common/app.js index 16b9169..f0cfe62 100644 --- a/kehui-oa-front/src/assets/js/common/app.js +++ b/kehui-oa-front/src/assets/js/common/app.js @@ -1060,21 +1060,26 @@ app.personalEvents = [ //请假类型 app.leaveType = [ { - "label": "婚假", + "label": "婚丧假", "model": "marriageLeave" }, { "label": "产假", "model": "maternityLeave" }, + + { + "label":"育儿假", + "model":"parentalLeave" + }, { "label": "病假", "model": "sickLeave" }, - { - "label": "探亲假", - "model": "homeLeave" - }, + // { + // "label": "探亲假", + // "model": "homeLeave" + // }, { "label": "事假", "model": "leave"