This commit is contained in:
冯辉
2025-10-27 12:39:33 +08:00
parent c71ad5f98c
commit 55cc52c046
6 changed files with 133 additions and 42 deletions

View File

@@ -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>
<!-- 企业用户显示缓存中的企业名称不可编辑 -->