|
@@ -3,7 +3,7 @@
|
|
|
<h4 class="h4 mb-3">{{ $t('position.recommend') }}</h4>
|
|
|
<div v-for="(item, index) in items" :key="index" class="mb-2 cursor-pointer" @click="handlePosition(item)">
|
|
|
<p class="recruit-name">{{ item.name }}</p>
|
|
|
- <span class="recruit-salary">{{ item.payFrom }}-{{ item.payTo }}k/{{ item.payName }}</span>
|
|
|
+ <span class="recruit-salary">{{ item.payFrom }}-{{ item.payTo }}/{{ item.payName }}</span>
|
|
|
<div :class="['enterprise', {'border-bottom-dashed': index !== items.length - 1}]" @click="handleEnterprise(item)">
|
|
|
<v-img class="float-left" :src="item.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'" :width="30" :height="30"></v-img>
|
|
|
<span class="float-left enterprise-name">{{ item.anotherName }}</span>
|