This commit is contained in:
18500206848
2024-04-25 22:24:50 +08:00
parent 5b8df7cdb5
commit c8f9c5d863
3 changed files with 15 additions and 20 deletions

View File

@@ -54,10 +54,10 @@
// }
];
let reviewStatus = {
'-1': '全部',
'0': "待审",
'1': "已审",
'9': "驳回",
'-1': "全选择",
'0': "待审",
'1': "已审",
'9': "驳回",
};
let pickerColumns = [Object.values(reviewStatus)]
import { mapState } from 'vuex'

View File

@@ -5,13 +5,12 @@
<view class="wrapper" style="position: relative;">
<view class="top-title">在线提交招工需求</view>
<view class="tips">
<span>专属就业帮扶人</span>
<span>为您提供一对一撮合服务</span>
<span>一键快速发布为您提供最佳的服务平台</span>
</view>
<!-- <img src="../../static/img/index/bannerBg.png" alt="" /> -->
<view class="bottom">
<img src="../../../static/img/safe_icon.png" style="width: 40rpx;margin: 0 20rpx" alt="" />
<span>招工快.干活好.纠纷少.隐私保护</span>
<span>招工快.干活好.纠纷少.保护隐私.服务周到</span>
</view>
</view>