cyl/master-im
wangxia 5 months ago
parent 03bff7dea3
commit f73e20c10d

@ -268,27 +268,27 @@ export default {
that.billDataList = [
{
name: "审核中",
num: that.map.num10 || 0,
num: that.map.classify2num.num10 || 0,
path: "/pages/apply/index?status=1",
},
{
name: "待接待",
num: that.map.num20 || 0,
num: that.map.classify2num.num20 || 0,
path: "/pages/apply/index?status=2",
},
{
name: "待面试",
num: that.map.num25 || 0,
num: that.map.classify2num.num25 || 0,
path: "/pages/apply/index?status=3",
},
{
name: "待入职",
num: that.map.num30 || 0,
num: that.map.classify2num.num30 || 0,
path: "/pages/apply/index?status=4",
},
{
name: "在职中",
num: that.map.num40 || 0,
num: that.map.classify2num.num40 || 0,
path: "/pages/apply/index?status=5",
},
];

Loading…
Cancel
Save