1.请假下拉修改
This commit is contained in:
parent
f948e89623
commit
bb6566d1f3
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user