|
@@ -1,15 +1,15 @@
|
|
<template>
|
|
<template>
|
|
<div class="default-width banner px-6">
|
|
<div class="default-width banner px-6">
|
|
<!-- 面包屑 -->
|
|
<!-- 面包屑 -->
|
|
- <div class="py-5">
|
|
|
|
- <v-breadcrumbs v-if="breadcrumbs?.length" :items="breadcrumbs" elevation="3">
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <v-breadcrumbs v-if="breadcrumbs?.length" :items="breadcrumbs">
|
|
<template v-slot:item="{ item, index }">
|
|
<template v-slot:item="{ item, index }">
|
|
<span class="breadcrumbsText" :class="{ active: !item.disabled && index !== breadcrumbs.length-1 }" @click="breadcrumbsClickDeal({ e: item, breadcrumbs, index })">{{ item.text }}</span>
|
|
<span class="breadcrumbsText" :class="{ active: !item.disabled && index !== breadcrumbs.length-1 }" @click="breadcrumbsClickDeal({ e: item, breadcrumbs, index })">{{ item.text }}</span>
|
|
</template>
|
|
</template>
|
|
</v-breadcrumbs>
|
|
</v-breadcrumbs>
|
|
</div>
|
|
</div>
|
|
<div v-if="Object.keys(info).length">
|
|
<div v-if="Object.keys(info).length">
|
|
- <div class="banner-title pt-3" v-if="Object.keys(info).length">
|
|
|
|
|
|
+ <div class="banner-title" v-if="Object.keys(info).length">
|
|
<div class="float-left d-flex align-center">
|
|
<div class="float-left d-flex align-center">
|
|
<v-img width="60" height="60" :src="info.enterprise.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></v-img>
|
|
<v-img width="60" height="60" :src="info.enterprise.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></v-img>
|
|
<div class="ml-4">
|
|
<div class="ml-4">
|
|
@@ -101,7 +101,7 @@ const handleTabClick = () => {
|
|
// router.push(`${route.path}?key=${tab.value === 1 ? 'briefIntroduction' : 'recruitmentPositions'}`)
|
|
// router.push(`${route.path}?key=${tab.value === 1 ? 'briefIntroduction' : 'recruitmentPositions'}`)
|
|
const key = tab.value === 1 ? 'briefIntroduction' : 'recruitmentPositions'
|
|
const key = tab.value === 1 ? 'briefIntroduction' : 'recruitmentPositions'
|
|
const query = { ...route?.query, key }
|
|
const query = { ...route?.query, key }
|
|
- router.push({ path, query })
|
|
|
|
|
|
+ router.push({ path: route.path, query })
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -190,7 +190,7 @@ const loginClose = () => {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
- height: 125px;
|
|
|
|
|
|
+ height: 100px;
|
|
}
|
|
}
|
|
.content-left {
|
|
.content-left {
|
|
width: 844px;
|
|
width: 844px;
|