|
|
|
|
@ -30,29 +30,13 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_mt_10">
|
|
|
|
|
<div class="g_mt_10" v-if="false">
|
|
|
|
|
<g-panel-card-num :list="applyData" subhead="全部" titleNav="/root/person/enrollList?from=tob" :speed="1" :marginBottom="16" :height="26" :num="4" cusTitle="当前工单" @clickItem="handleClickNum">
|
|
|
|
|
<view v-if="hasNewResume > 0" style="font-size: 12px; color: #ffffff; background-color: #fa3534; display: inline-flex; justify-content: center; align-items: center; line-height: 24rpx; padding: 4rpx 8rpx; border-radius: 100rpx; z-index: 9">
|
|
|
|
|
{{ hasNewResume }}
|
|
|
|
|
</view>
|
|
|
|
|
</g-panel-card-num>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_bg_f g_radius_8 g_mt_10 g_ml_10 g_mr_10" v-if="false">
|
|
|
|
|
<div class="title g_flex_row_between g_h_46 flex_center g_pl_12 g_pr_10 g_border_f5_b">
|
|
|
|
|
<div class="g_fw_600 g_fs_16">当前工单</div>
|
|
|
|
|
<div class="g_fs_14 g_flex_row_between flex_center g_position_rela" @click="goDetail('/root/person/enrollList?from=tob')">全部<i class="iconfont icon-gengduo11 g_c_9 g_fs_12 g_ml_4"></i><u-badge v-if="hasNewResume > 0" :offset="[-10, -10]" :count="hasNewResume"></u-badge></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="content g_flex_row_start">
|
|
|
|
|
<div v-for="(i, index) in applyData" :key="i.classify" :class="index > 0 ? 'g_border_f5_l' : ''" @click="goDetail('/root/person/enrollList?from=tob', i)" class="g_text_c g_flex_column_center g_border_f5_b g_h_74" style="width: 25%; box-sizing: border-box">
|
|
|
|
|
<div class="g_fs_20 g_fw_600 g_c_3 g_mb_4">
|
|
|
|
|
{{ i.num || 0 }}
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
{{ i.name || "" }}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="g_bg_f g_radius_8 g_mt_10 g_ml_10 g_mr_10">
|
|
|
|
|
<div class="title g_flex_row_between g_h_46 flex_center g_pl_12 g_pr_10 g_border_f5_b">
|
|
|
|
|
<div class="g_fw_600 g_fs_16">我的老乡</div>
|
|
|
|
|
@ -302,12 +286,12 @@ export default {
|
|
|
|
|
setService() {
|
|
|
|
|
// 获取完数据后刷新商家服务的小红点
|
|
|
|
|
this.serverList = [
|
|
|
|
|
{
|
|
|
|
|
name: "平台职位",
|
|
|
|
|
icon: "cloud",
|
|
|
|
|
iconType: 1,
|
|
|
|
|
path: "/root/merchantManagement/platformJobList?type=平台职位",
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// name: "平台职位",
|
|
|
|
|
// icon: "cloud",
|
|
|
|
|
// iconType: 1,
|
|
|
|
|
// path: "/root/merchantManagement/platformJobList?type=平台职位",
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
name: "下游代理",
|
|
|
|
|
icon: "index",
|
|
|
|
|
@ -351,12 +335,12 @@ export default {
|
|
|
|
|
iconType: 1,
|
|
|
|
|
path: "/root/merchantManagement/watchedMe",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "配置",
|
|
|
|
|
icon: "setting",
|
|
|
|
|
iconType: 1,
|
|
|
|
|
path: "/root/merchantManagement/setting?type=配置",
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// name: "配置",
|
|
|
|
|
// icon: "setting",
|
|
|
|
|
// iconType: 1,
|
|
|
|
|
// path: "/root/merchantManagement/setting?type=配置",
|
|
|
|
|
// },
|
|
|
|
|
];
|
|
|
|
|
},
|
|
|
|
|
getApplyNum() {
|
|
|
|
|
|