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

38 lines
671 B
JavaScript

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