salary-management-front/pc4mobx/hrmSalary/pages/payrollFiles/config/index.js

43 lines
760 B
JavaScript

export const tabCondition = [
{
color: "#000000",
groupid: "PENDING",
showcount: true,
title: "待定薪",
lanId: 542689,
viewcondition: "pending"
},
{
color: "#000000",
groupid: "FIXED",
showcount: true,
title: "发薪员工",
lanId: 111,
viewcondition: "fixed"
},
{
color: "#000000",
groupid: "SUSPEND",
showcount: true,
title: "待停薪",
lanId: 542691,
viewcondition: "suspend"
},
{
color: "#000000",
groupid: "STOP",
showcount: true,
title: "停薪员工",
lanId: 111,
viewcondition: "stop"
},
{
color: "#000000",
groupid: "EXT",
showcount: true,
title: "非系统人员",
lanId: 542679,
viewcondition: "ext"
}
];