flat: 宜昌test

This commit is contained in:
史典卓
2025-04-07 09:52:27 +08:00
parent b98e1d5405
commit e3a244296f
103 changed files with 147 additions and 197 deletions

View File

@@ -6,7 +6,7 @@
<view class="company-info">
<view class="location">
<uni-icons type="location-filled" color="#4778EC" size="24"></uni-icons>
青岛 {{ companyInfo.location }}
宜昌 {{ companyInfo.location }}
</view>
<view class="industry" style="display: inline-block">
{{ companyInfo.industry }}
@@ -45,13 +45,13 @@
<view class="tag">{{ job.vacancies }}</view>
</view>
<text class="location">
青岛
宜昌
<dict-Label dictType="area" :value="job.jobLocationAreaCode"></dict-Label>
</text>
</view>
<view class="right">
<text class="salary">{{ job.minSalary }}-{{ job.maxSalary }}/</text>
<text class="hot" v-if="job.isHot">🔥</text>
<text class="hot" v-if="job.isHot">??</text>
</view>
</view>
</view>