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

@@ -33,7 +33,7 @@
<view class="box-row">
<view class="row-left mineText">{{ item.companyName }}</view>
<view class="row-right mineText">
青岛
宜昌
<dict-Label dictType="area" :value="item.jobLocationAreaCode"></dict-Label>
<!-- 550m -->
</view>

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>

View File

@@ -79,7 +79,7 @@
<view class="box-row">
<view class="row-left mineText">{{ item.companyName }}</view>
<view class="row-right mineText">
青岛
宜昌
<dict-Label dictType="area" :value="item.jobLocationAreaCode"></dict-Label>
<!-- 550m -->
</view>

View File

@@ -33,7 +33,7 @@
<view class="box-row">
<view class="row-left mineText">{{ item.companyName }}</view>
<view class="row-right mineText">
青岛
宜昌
<dict-Label dictType="area" :value="item.jobLocationAreaCode"></dict-Label>
<!-- 550m -->
</view>

View File

@@ -2,11 +2,11 @@
<view class="container">
<!-- 招聘会详情标题 -->
<view class="header">
<text class="header-title">2024年春季青岛市商贸服务业招聘会</text>
<text class="header-title">2024年春季宜昌市商贸服务业招聘会</text>
<view class="header-info">
<view class="location">
<uni-icons type="location-filled" color="#4778EC" size="24"></uni-icons>
青岛 市南区延安三路105号
宜昌 市南区延安三路105号
</view>
<text class="date">2024年7月31日 周三</text>
</view>
@@ -44,17 +44,17 @@ export default {
},
{
id: 2,
name: '青岛成达汽车销售集团',
name: '宜昌成达汽车销售集团',
industry: '制造业 100-299人',
},
{
id: 3,
name: '青岛日森电器有限公司',
name: '宜昌日森电器有限公司',
industry: '制造业 100-299人',
},
{
id: 4,
name: '青岛融合网络通信有限公司',
name: '宜昌融合网络通信有限公司',
industry: '制造业 100-299人',
},
],

View File

@@ -160,7 +160,7 @@
<text class="label long">期望工作地</text>
<view class="value">
<view v-if="state.disaleArea">
青岛 -
宜昌 -
<dict-Label dictType="area" :value="Number(state.area)"></dict-Label>
</view>
<view v-else>
@@ -172,7 +172,7 @@
:range="state.areaList"
>
<view class="uni-input">
青岛 -
宜昌 -
{{ state.areaList[state.area].label }}
</view>
</picker>

View File

@@ -8,7 +8,7 @@
</view>
<view class="location-info">
<view class="location" style="display: inline-block">
📍 青岛
?? 宜昌
<dict-Label dictType="area" :value="jobInfo.jobLocationAreaCode"></dict-Label>
</view>
<text class="date">{{ jobInfo.postingDate || '发布日期' }}</text>