任务统一改成岗位
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
<view class="u-demo-block__content">
|
||||
<!-- 注意,如果需要兼容微信小程序,最好通过setRules方法设置rules规则 -->
|
||||
<u--form labelPosition="left" :model="info" ref="form1" :rules="rules">
|
||||
<view style="font-size: 30rpx;font-weight: bold;padding: 20rpx 0 0;">任务信息</view>
|
||||
<u-form-item label="任务名称" prop="jobName" borderBottom labelWidth="80" ref="item1">
|
||||
<u--input v-model="info.jobName" border="none" placeholder="请输入任务名称"></u--input>
|
||||
<view style="font-size: 30rpx;font-weight: bold;padding: 20rpx 0 0;">岗位信息</view>
|
||||
<u-form-item label="岗位名称" prop="jobName" borderBottom labelWidth="80" ref="item1">
|
||||
<u--input v-model="info.jobName" border="none" placeholder="请输入岗位名称"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label="发布时间" labelWidth="80" prop="stime" borderBottom
|
||||
@click="showStime = true; hideKeyboard()" ref="item1">
|
||||
@@ -20,7 +20,7 @@
|
||||
border="none"></u--input>
|
||||
<u-icon slot="right" name="arrow-right"></u-icon>
|
||||
</u-form-item>
|
||||
<view style="font-size: 30rpx;font-weight: bold;padding: 20rpx 0 0;">任务要求</view>
|
||||
<view style="font-size: 30rpx;font-weight: bold;padding: 20rpx 0 0;">岗位要求</view>
|
||||
<u-form-item label="招聘人数" prop="peopleNum" borderBottom labelWidth="80" ref="item3">
|
||||
<u--input type="number" v-model="info.peopleNum" maxlength="7" border="none" placeholder="请输入招聘人数">
|
||||
</u--input>
|
||||
|
||||
Reference in New Issue
Block a user