|
@@ -1,9 +1,12 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<div class="default-width banner px-6">
|
|
|
- <div class="banner-title">
|
|
|
- <h1 class="ellipsis">{{ info.name }}</h1>
|
|
|
- <span class="salary">{{ info.payFrom }}-{{ info.payTo }}/{{ positionInfo.payName }}</span>
|
|
|
+ <div class="banner-title d-flex justify-space-between">
|
|
|
+ <div class="d-flex align-center">
|
|
|
+ <h1 class="ellipsis">{{ info.name }}</h1>
|
|
|
+ <span class="salary">{{ info.payFrom }}-{{ info.payTo }}/{{ positionInfo.payName }}</span>
|
|
|
+ <publicRecruitment v-if="info.hire" class="ml-5" width="50" height="50"></publicRecruitment>
|
|
|
+ </div>
|
|
|
<span class="refresh-time">{{ timesTampChange(info.updateTime) }} {{ $t('common.refresh') }} <v-icon color="warning" size="20">mdi-alert-outline</v-icon></span>
|
|
|
</div>
|
|
|
<div class="banner-tags mt-4">
|
|
@@ -15,7 +18,11 @@
|
|
|
<div class="banner-tools my-4">
|
|
|
<v-chip size="small" label v-for="(k, i) in info.tagList" :key="i" class="mr-1" color="primary">{{ k }}</v-chip>
|
|
|
</div>
|
|
|
- <div class="d-flex justify-end mb-5">
|
|
|
+ <div class="d-flex justify-space-between mb-5">
|
|
|
+ <div v-if="info.hire">
|
|
|
+ <v-chip v-if="info.hirePrice" label color="primary">赏金:{{ info.hirePrice }}元</v-chip>
|
|
|
+ <v-chip v-if="info.hirePoint" label color="primary">积分:{{ info.hirePoint }}点</v-chip>
|
|
|
+ </div>
|
|
|
<div class="banner-tools-btns">
|
|
|
<v-btn
|
|
|
class="radius mr-2 button-item"
|