111
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
<scroll-view class="content" scroll-y="true" :style="{ height: scrollViewHeight }" :scroll-with-animation="true">
|
||||
<!-- 基本信息区块 -->
|
||||
<view class="form-block">
|
||||
<view class="form-group" v-if="userType === 0">
|
||||
<view class="label">招聘公司</view>
|
||||
<view-text style="color: #333;font-size: 38rpx;padding: 16rpx 0;display: inline-block;">{{formData.companyName}}</view-text>
|
||||
</view>
|
||||
<view class="form-group">
|
||||
<view class="label">岗位名称</view>
|
||||
<input
|
||||
@@ -17,10 +21,7 @@
|
||||
v-model="formData.jobTitle"
|
||||
/>
|
||||
</view>
|
||||
<view class="form-group" v-if="userType === 0">
|
||||
<view class="label">招聘公司</view>
|
||||
<view-text style="color: #333;font-size: 28rpx;padding: 16rpx 0;display: inline-block;">{{formData.companyName}}</view-text>
|
||||
</view>
|
||||
|
||||
<view class="form-group" v-if="userType === 2">
|
||||
<view class="label">招聘公司</view>
|
||||
<!-- 企业用户:显示缓存中的企业名称,不可编辑 -->
|
||||
|
||||
Reference in New Issue
Block a user