flat: 宜昌test
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user