|
@@ -46,8 +46,7 @@
|
|
</div>
|
|
</div>
|
|
<div v-if="!val.active" class="text-right">
|
|
<div v-if="!val.active" class="text-right">
|
|
<p class="salary">{{ val.job.payFrom }}-{{ val.job.payTo }}/{{ val.job.payName }}</p>
|
|
<p class="salary">{{ val.job.payFrom }}-{{ val.job.payTo }}/{{ val.job.payName }}</p>
|
|
- <!-- <div class="update-time">{{ timesTampChange(val.updateTime) }} 刷新</div> -->
|
|
|
|
- <div class="update-time">2024-05-21 18:09:31 刷新</div>
|
|
|
|
|
|
+ <div class="update-time">{{ timesTampChange(val.job.updateTime) }} 刷新</div>
|
|
</div>
|
|
</div>
|
|
<div v-else class="account-info">
|
|
<div v-else class="account-info">
|
|
<v-avatar :image="val.contact.avatar"></v-avatar>
|
|
<v-avatar :image="val.contact.avatar"></v-avatar>
|
|
@@ -69,7 +68,7 @@
|
|
<script setup>
|
|
<script setup>
|
|
defineOptions({ name: 'recruitment-positions'})
|
|
defineOptions({ name: 'recruitment-positions'})
|
|
import { ref } from 'vue'
|
|
import { ref } from 'vue'
|
|
-// import { timesTampChange } from '@/utils/date'
|
|
|
|
|
|
+import { timesTampChange } from '@/utils/date'
|
|
import { getDict } from '@/hooks/web/useDictionaries'
|
|
import { getDict } from '@/hooks/web/useDictionaries'
|
|
import { dealDictData } from '@/views/recruit/position/components/dict'
|
|
import { dealDictData } from '@/views/recruit/position/components/dict'
|
|
import { getJobAdvertisedPositionCount, getJobAreaByEnterpriseId, getJobAdvertisedSearch } from '@/api/position'
|
|
import { getJobAdvertisedPositionCount, getJobAreaByEnterpriseId, getJobAdvertisedSearch } from '@/api/position'
|