2022-10-17 10:03:01 +08:00
|
|
|
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"
|
2023-03-15 14:21:26 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
color: "#000000",
|
|
|
|
|
groupid: "EXT",
|
2023-03-16 18:32:24 +08:00
|
|
|
showcount: true,
|
2023-03-15 14:21:26 +08:00
|
|
|
title: "非系统人员",
|
|
|
|
|
viewcondition: "ext"
|
2022-10-17 10:03:01 +08:00
|
|
|
}
|
|
|
|
|
];
|