修改类型

cyl/master-im
jscyl13849007907 5 months ago
parent 513af5972f
commit f898749294

@ -72,11 +72,10 @@
cusType="num" cusType="num"
:height="26" :height="26"
:num="5" :num="5"
cusTitle="报名工单" cusTitle="报名工单(我报的)"
@clickItem="goOrder" @clickItem="goOrder"
v-if="false"
/> />
<g-panel-card-num :list="todayDataList" <!-- <g-panel-card-num :list="todayDataList"
titleNav="/root/person/todayData" titleNav="/root/person/todayData"
:border="true" :border="true"
:speed="1" :speed="1"
@ -86,7 +85,7 @@
:num="5" :num="5"
cusTitle="今日数据 (我报的)" cusTitle="今日数据 (我报的)"
@clickItem="handleClickNus" @clickItem="handleClickNus"
/> /> -->
</view> </view>
<view class="g_mt_10" v-if="userInfo.admin"> <view class="g_mt_10" v-if="userInfo.admin">
<g-panel-form-item <g-panel-form-item
@ -714,27 +713,27 @@ export default {
that.billDataList = [ that.billDataList = [
{ {
name: "审核中", name: "审核中",
num: that.map.classify2num.num10 || 0, num: that.map.classify1num.num10 || 0,
path: "/root/person/applyIndex?status=1", path: "/root/person/applyIndex?status=1",
}, },
{ {
name: "待接待", name: "待接待",
num: that.map.classify2num.num20 || 0, num: that.map.classify1num.num20 || 0,
path: "/root/person/applyIndex?status=2", path: "/root/person/applyIndex?status=2",
}, },
{ {
name: "待面试", name: "待面试",
num: that.map.classify2num.num25 || 0, num: that.map.classify1num.num25 || 0,
path: "/root/person/applyIndex?status=3", path: "/root/person/applyIndex?status=3",
}, },
{ {
name: "待入职", name: "待入职",
num: that.map.classify2num.num30 || 0, num: that.map.classify1num.num30 || 0,
path: "/root/person/applyIndex?status=4", path: "/root/person/applyIndex?status=4",
}, },
{ {
name: "在职中", name: "在职中",
num: that.map.classify2num.num40 || 0, num: that.map.classify1num.num40 || 0,
path: "/root/person/applyIndex?status=5", path: "/root/person/applyIndex?status=5",
}, },
]; ];

Loading…
Cancel
Save