|
@@ -46,6 +46,7 @@
|
|
|
custom-style="background-color: #e2f0ef; color:#00897B; border-color:#e2f0ef;"
|
|
|
/>
|
|
|
</view>
|
|
|
+ <view class="font-size-13 color-999" style="text-align: end;">发布时间:{{ timesTampChange(item.job.createTime, 'Y-M-D h:m') }}</view>
|
|
|
</view>
|
|
|
<!-- 企业信息 -->
|
|
|
<view class="sub-li-bottom">
|
|
@@ -53,7 +54,7 @@
|
|
|
<image class="enterAvatar ml" :src="item.enterprise?.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
|
|
|
</view>
|
|
|
<view class="ss-m-l-35">
|
|
|
- <span class="mr">{{ item.enterprise?.anotherName || item.enterprise.name }}</span>
|
|
|
+ <view class="mr">{{ item.enterprise?.anotherName || item.enterprise.name }}</view>
|
|
|
<span class="color-999">{{ item.enterprise?.industryName || '' }}</span>
|
|
|
<span class="divider tag-gap1" v-if="item.enterprise?.industryName && item.enterprise?.scaleName"> | </span>
|
|
|
<span class="mr color-999">{{ item.enterprise?.scaleName || '' }}</span>
|
|
@@ -71,6 +72,7 @@
|
|
|
|
|
|
<script setup>
|
|
|
import { commissionCalculation } from '@/utils/position'
|
|
|
+import { timesTampChange } from '@/utils/date'
|
|
|
const props = defineProps({
|
|
|
list: { type: Array, default: () => [] },
|
|
|
noMore: { type: Boolean, default: false },
|